
	/* NHAN CODE YEAR OOOOOOOOOOOOOOOOOOOO */
a.logo_site {
    /* max-width: 202px !important; */
    float: left;
}

a.logo_site img {
    max-width: 100%;
    width: 210px;
}

.main_menu {
    width: calc(100% - 250px);
    float: left;
}

.main_menu ul li {
    display: inline-block;
    font-size: 16px;
    margin-left: 50px;
    font-family: 'Hind', sans-serif;
    font-weight: 500;
    color: #12265E;
}

.main_menu ul li a {
    font-family: 'Hind', sans-serif;
    font-weight: 400;
    color: #12265E;
    font-size: 20px;
}

.main_menu ul {
    margin-top: 7px;
}

header#header {
    width: 100%;
    float: left;
    padding-top: 13px;
    padding-bottom: 2px;
}
.main_menu ul li.menu-item-has-children {
    position: relative;
}

ul#menu-menu-header ul.sub-menu {
    position: absolute;
    width: 150px;
    margin: 0;
    left: 0;
    text-align: left;
    background: #fff;
    border-radius: 10px;
    display: none;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0.5s, opacity 0.5s linear;
}

ul#menu-menu-header ul.sub-menu li {
    margin: 0;
    width: 100%;
}

ul#menu-menu-header ul.sub-menu li a {
    display: block;
    padding: 12px;
    text-align: center;
}
.main_menu ul li a:hover {text-decoration: none;color: #db234a;}
ul#menu-menu-header li.menu-item-has-children:hover>ul {
    display: block !important;
    visibility: visible;
    opacity: 1;
    transition: visibility 0.5s, opacity 0.5s linear;
    z-index: 99999;
}

.main_menu ul li.menu-item-has-children:after {
    position: absolute;
    content: "";
    width: 15px;
    height: 3px;
    background: url(/wp-content/uploads/2022/02/Path-122@2x.png);
    top: 12px;
    left: 105%;
    -ms-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear;
    opacity: 1;
}

.main_menu ul li.menu-item-has-children:before {
    position: absolute;
    content: "";
    width: 15px;
    height: 10px;
    background: url(/wp-content/uploads/2022/02/dlow.png);
    top: 10px;
    background-size: 100% 100%;
    left: 105%;
    -ms-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear;
    opacity: 0;
}

.main_menu ul li.menu-item-has-children:hover:before {
    opacity: 1;
}

.main_menu ul li.menu-item-has-children:hover:after {
    opacity: 0;
}
.seco_menu ul {}

ul#menu-menu-sub {
    list-style: none;
    text-align: right;
    margin-top: 10px;
}

ul#menu-menu-sub>li>a {
    display: block;
}

ul#menu-menu-sub>li {
    display: inline-block;
    list-style: none;
    position: relative;
}

ul#menu-menu-sub>li ul.sub-menu {
    position: absolute;
    position: absolute;
    width: 119px;
    margin: 0;
    left: 0;
    text-align: center;
    background: #fff;
    border-radius: 10px;
    display: none;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0.5s, opacity 0.5s linear;
}

ul#menu-menu-sub li {
    display: inline-block;
    font-size: 16px;
    margin-left: 30px;
    font-family: 'Hind', sans-serif;
    font-weight: 400;
    color: #12265E;
}

ul#menu-menu-sub li a {
    color: #12265E;
}

ul#menu-menu-sub>li ul.sub-menu li a {
    display: block;
    padding: 10px 0;
    width: 100%;
    text-align: left;
}

ul#menu-menu-sub>li ul.sub-menu li {
    margin-left: 0 !important;
    width: 100%;
}

ul#menu-menu-sub li a:hover {
    color: #db234a;
    text-decoration: none;
}

ul#menu-menu-sub li.menu-item-has-children:hover>ul {
    display: block !important;
    visibility: visible;
        padding-left: 12px;
    opacity: 1;
    transition: visibility 0.5s, opacity 0.5s linear;
    z-index: 999999;
}
a.logo_mini img {
    box-shadow: none !important;
}
.banner_page {
    width: 100%;
    float: left;
    min-height: 375px;
}

body {
    width: 100%;
    float: left;
    background: #fff;
}

.main_bn {
    margin-top: 130px;
        padding-bottom: 130px;
}

.main_bn h1 {
    color: #fff;
    font-size: 50px;
    font-weight: 500;
    margin-bottom: 20px;
}

.main_bn a {
    font-size: 18px;
    padding: 13px 20px;
    border-radius: 10px;
    background: #db234a;
    color: #fff;
}

.main_bn a:hover {
    background: #fe043a;
    text-decoration: none;
}
.section_foo {
    width: 100%;
    float: left;
}

footer#footer {
    width: 100%;
    float: left;
    background: #e7e9ef;
}

.btip {
    padding: 12px 0 15px;
    text-align: right;
    border-bottom: 1px solid #12265e;
}

.btip span {
    font-size: 12px;
    cursor: pointer;
}

.main_footer {
    width: 100%;
    margin-top: 30px;
}

.item_ft h2.widget-title {
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0px;
    text-transform: inherit;
    color: #12265e;
    margin-bottom: 10px;
}

.item_ft li a {
    font-size: 16px;
    letter-spacing: 0px;
    text-transform: inherit;
    color: #12265e;
    margin-bottom: 10px;
    border: none;
    box-shadow: none !important;
}

.item_ft li a {
    border: none;
}

.widget ul li {
    border: none;
    padding: 5px 0;
}

.item_ft li a:hover {
    color: #db234a !important;
}
.item_ft p {
    font-size: 16px;
    letter-spacing: 0px;
    text-transform: inherit;
    color: #12265e;
    margin-bottom: 25px;
    border: none;
    box-shadow: none !important;
}
.footer_html {
    position: relative;
}

a.logo_mini {
    position: absolute;
    border: none !important;
    box-shadow: none !important;
    bottom: 0;
    right: 0;
    width: 80px;
    z-index: 9999;
    padding: 0 !IMPORTANT;
}

.socials a {
    font-size: 20px;
    color: #12265e;
    text-decoration: none;
    list-style: none;
    border: none;
    box-shadow: none !important;
    margin-right: 20px;
}

.socials a:hover {
    color: #db234a;
}
.footer_bar {
    width: 100%;
    float: left;
    padding: 30px 0;
}

.bar_ft a {
    display: inline-block;
    margin-right: 40px;
    font-size: 14px;
    color: #12265e;
    position: relative;
}

.bar_ft a:hover {
    color: #db234a;
    text-decoration: none;
}

.bar_ft a:after {
    content: "";
    width: 11px;
    height: 19px;
    background: url(/wp-content/uploads/2022/02/Path-47.png);
    position: absolute;
    right: -24px;
    background-size: 100% 100%;
    top: 0;
}
p.copyright {
    font-size: 14px;
    color: #12265e;
    margin-top: 20px;
    margin-bottom: 0;
}
.bar_ft a.lst:after {
    display: none;
}
.one_sec {
    width: 100%;
    float: left;
}

.home_sec1 {
    padding: 50px 0;
}

h2 {
    font-size: 50px;
    color: #12265e;
    font-weight: 500;
}

.home_sec11 {
    font-size: 18px;
    color: #798298;
    line-height: 1.5;
    padding: 30px 0;
    padding-right: 0px;
}

.home_sec12 {
    font-size: 18px;
    color: #798298;
    line-height: 1.5;
    padding: 30px 0;
    padding-left: 30px;
    border-left: 2px solid #db234a;
}
.one_sec {
    width: 100%;
    float: left;
}

.home_sec1 {
    padding: 50px 0;
}

h2 {
    font-size: 50px;
    color: #12265e;
    font-weight: 500;
}

.home_sec11 {
    font-size: 18px;
    color: #798298;
    line-height: 1.5;
    padding: 30px 0;
    padding-right: 0px;
}

.home_sec12 {
    font-size: 18px;
    color: #798298;
    line-height: 1.5;
    padding: 30px 0;
    padding-left: 30px;
    border-left: 2px solid #db234a;
}

.home_sec2on {
    padding: 30px;
    background: #e7e9ef;
    width: 100%;
    float: left;
}

.home_sec21 {
    width: 44%;
    float: left;
    display: inline-block;
    margin-right: 3%;
}

.home_sec22 {
    width: 25%;
    float: left;
}

.home_sec23 {
    width: 25%;
    float: left;
    margin-left: 3%;
}

.home_sec2on {}

.home_sec21 p {
    font-size: 18px;
    color: #798298;
    line-height: 1.5;
}

.home_sec21 a {
    font-size: 18px;
    color: #db234a;
    line-height: 1.5;
    font-weight: 600;
    cursor: pointer;
}

.home_sec21 a img {
    max-height: 15px;
}

.home_sec21 a:hover {
    text-decoration: none;
}
.one_sec {
    width: 100%;
    float: left;
}

.home_sec1 {
    padding: 50px 0;
}

h2 {
    font-size: 50px;
    color: #12265e;
    font-weight: 500;
}

.home_sec11 {
    font-size: 18px;
    color: #798298;
    line-height: 1.5;
    padding: 30px 0;
    padding-right: 0px;
}

.home_sec12 {
    font-size: 18px;
    color: #798298;
    line-height: 1.5;
    padding: 30px 0;
    padding-left: 30px;
    border-left: 2px solid #db234a;
}

.home_sec2on {
    padding: 30px;
    background: #e7e9ef;
    width: 100%;
    float: left;
}

.home_sec21 {
    width: 44%;
    float: left;
    display: inline-block;
    margin-right: 3%;
}

.home_sec22 {
    width: 25%;
    float: left;
}

.home_sec23 {
    width: 25%;
    float: left;
    margin-left: 3%;
}

.home_sec2on {}

.home_sec21 p {
    font-size: 18px;
    color: #798298;
    line-height: 1.5;
}

.home_sec21 a {
    font-size: 18px;
    color: #db234a;
    line-height: 1.5;
    font-weight: 600;
    cursor: pointer;
}

.home_sec21 a img {
    max-height: 15px;
}

.home_sec21 a:hover {
    text-decoration: none;
}

.home_secit a {
    position: relative;
    width: 100%;
    padding-bottom: 125%;
    overflow: hidden;
    display: block;
}

.home_secit a img {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 9;
    height: auto;
    -webkit-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    -o-transition: all 200ms linear;
}

.home_secit h3 {position: absolute;width: 100%;bottom: 0;background: #fff;z-index: 99;margin: 0;text-align: center;padding: 20px;font-size: 20px;color: #12265e;font-weight: 600;}

.home_secit a:hover h3 {
    color: #db234a;
}


.home_secit a:hover img {
    -webkit-transition: left .4s ease-in-out;
    transition: left .4s ease-in-out;
    webkit-transform: scale(1.2) rotate(0deg);
    -moz-transform: scale(1.2) rotate(0deg);
    -ms-transform: scale(1.2) rotate(0deg);
    -o-transform: scale(1.2) rotate(0deg);
    transform: scale(1.2) rotate(0deg);
    -webkit-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    -o-transition: all 200ms linear;
}
.home_sec4 {
    padding: 50px 0;
    background: #12265e;
}

.home_sec41 h2 {
    color: #fff;
}

.home_sec41 {
    width: 50%;
    float: left;
}

.home_sec41 a {
    font-size: 18px;
    font-weight: 500;
    font-size: 18px;
    padding: 13px 20px;
    border-radius: 10px;
    background: #db234a;
    color: #fff;
}

.home_sec41 a:hover {
    background: #fe043a;
    text-decoration: none;
}

.home_sec42 {
    width: 50%;
    float: left;
}

.home_sec4on {
    width: 100%;
    float: left;
    display: inline-block;
}
.sec41_it {}

.img_pos {
    width: 100%;
    position: relative;
    padding-bottom: 50%;
}

.des_pos {
    width: 100%;
    padding: 20px;
    background: #fff;
}

.des_pos p a {
    font-size: 16px;
    font-weight: 600;
    color: #12265e;
    line-height: 1.3;
}

.des_pos p a:hover {
    text-decoration: none;
    color: #db234a;
}
.des_pos p {
    min-height: 42px;
}
.owl-prev {
    position: absolute;
    top: 45%;
    width: 35px;
    height: 35px;
    left: -40px;
    color: transparent;
    z-index: 999;
    background: url(/wp-content/uploads/2022/02/Right-Arrow@2x.png);
    background-size: 100% 100%;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
}

.owl-next {
    position: absolute;
    top: 45%;
    width: 35px;
    height: 35px;
    right: -40px;
    color: transparent;
    z-index: 999;
    background: url(/wp-content/uploads/2022/02/Right-Arrow@2x.png);
    background-size: 100% 100%;
}
.home_sec3 {
    padding: 50px 0;
}

select#pet-select {
    border: none;
    font-size: 18px;
    color: #798298;
    padding-right: 50px;
    border-bottom: 2px solid #798298;
    border-radius: 0;
}

.faq_main {
    width: 100%;
    float: left;
    margin-top: 50px;
}

.faq_iten {
    padding-left: 50px;
}

.faq_iten h3 {
    font-size: 18px;
    color: #12265e;
    font-weight: 600;
}

.des_faq {
    font-size: 18px;
    color: #798298;
    line-height: 1.5;
    position: relative;
}

.des_faq:after {
    content: "";
    width: 16px;
    height: 10px;
    position: absolute;
    background: url(/wp-content/uploads/2022/02/dlow.png);
    left: -35px;
    top: 10px;
    background-size: 100% 100%;
}


/* about-page*/

.logo_about {padding: 50px 0 20px;text-align: center;}

.logo_about img {
    max-width: 330px;
}

.logo_about h3 {
    font-size: 20px;
    font-weight: 600;
    color: #12265e;
}

.bn_about img {
    width: 100%;
}

.re_about {
    padding: 50px 0;
    background: #e7e9ef;
}

.re_about h2 {
    text-align: center;
}

.content_about {
    width: 100%;
    text-align: center;
    margin-top: 70px;
}

.about_item {
    width: 30%;
    display: inline-block;
    margin-bottom: 100px;
}

.about_item img {
    height: 120px;
    width: auto;
}

.about_item h3 {
    font-size: 20px;
    font-weight: 600;
    color: #12265e;
    padding-left: 20px;
    padding-right: 20px;
}

.about_item p {
    font-size: 18px;
    color: #798298;
    line-height: 1.5;
    min-height: 70px;
    padding: 0 20px;
    margin-bottom: 0;
}

.about_item:nth-child(2) {
    border-left: 2px solid #db234a;
    border-right: 2px solid #db234a;
}

.about_item:nth-child(4) {
    border-right: 2px solid #db234a;
}


.es_about {
    padding: 50px 0;
    background: #12265e;
}

.es_about h2 {
    text-align: center;
    color: #fff;
    margin-bottom: 70px;
}

.it_about {
    width: 100%;
    float: left;
    margin-bottom: 50px;
}

.ab1 {
    width: 33.33%;
    text-align: center;
    float: left;
    display: list-item;
}

.ab2 {
    width: 33.33%;
    float: left;
    text-align: center;
    position: relative;
    z-index: 99;
}

.ab3 {
    width: 33.33%;
    float: left;
    text-align: center;
}

.ab2 img {
    max-width: 300px;
    position: relative;
    z-index: 99;
}

.it_about1 .ab2:after {
    content: "";
    position: absolute;
    z-index: 9;
    width: 10px;
    height: 60px;
    border-right: 2px dotted #db234a;
    top: 100%;
    left: calc(50% - 10px);
}

.ab_pn {
    padding: 15px;
    border: 2px solid #db234a;
    position: relative;
    z-index: 99999;
    background: #12265e;
}

.ab_pn p {
    font-size: 18px;
    color: #fff;
    margin: 5px 0;
}

.ab_pn h4 {
    color: #000;
    font-size: 20px;
    font-weight: 600;
    color: #db234a;
    padding: 0;
}
.it_about1 .ab2:after {
    content: "";
    position: absolute;
    z-index: 9;
    width: 10px;
    height: 60px;
    border-right: 2px dotted #db234a;
    top: 100%;
    left: calc(50% - 10px);
}
.it_about1 .ab2:before {
    content: "";
    position: absolute;
    z-index: 9;
    width: 100%;
    height: 2px;
    border-top: 2px solid #db234a;
    top: 50%;
    right: -50%;
}
.it_about2 .ab2:after {
    content: "";
    position: absolute;
    z-index: 9;
    width: 10px;
    height: 60px;
    border-right: 2px dotted #bf3862;
    top: 100%;
    left: calc(50% - 10px);
}
.it_about2 .ab2:before {
    content: "";
    position: absolute;
    z-index: 9;
    width: 100%;
    height: 2px;
    border-top: 2px solid #c14068;
    top: 50%;
    left: -50%;
}
.it_about2 h4 {
    color: #c03a64;
}
.it_about3 .ab2:after {
    content: "";
    position: absolute;
    z-index: 9;
    width: 10px;
    height: 60px;
    border-right: 2px dotted #7a3b6b;
    top: 100%;
    left: calc(50% - 10px);
}
.it_about3 .ab2:before {
    content: "";
    position: absolute;
    z-index: 9;
    width: 100%;
    height: 2px;
    border-top: 2px solid #ad4672;
    top: 50%;
    right: -50%;
}
.it_about3 h4 {
    color: #ad4672;
}
.it_about4 .ab2:after {
    content: "";
    position: absolute;
    z-index: 9;
    width: 10px;
    height: 60px;
    border-right: 2px dotted #9c5381;
    top: 100%;
    left: calc(50% - 10px);
}
.it_about4 .ab2:before {
    content: "";
    position: absolute;
    z-index: 9;
    width: 100%;
    height: 2px;
    border-top: 2px solid #9d5381;
    top: 50%;
    left: -50%;
}
.it_about4 h4 {
    color: #9d5381;
}
.it_about5 .ab2:after {
    content: "";
    position: absolute;
    z-index: 9;
    width: 10px;
    height: 60px;
    border-right: 2px dotted #815b8b;
    top: 100%;
    left: calc(50% - 10px);
}
.it_about5 .ab2:before {
    content: "";
    position: absolute;
    z-index: 9;
    width: 100%;
    height: 2px;
    border-top: 2px solid #8f6593;
    top: 50%;
    right: -50%;
}
.it_about5 h4 {
    color: #8f6593;
}
.it_about6 .ab2:after {
    content: "";
    position: absolute;
    z-index: 9;
    width: 10px;
    height: 60px;
    border-right: 2px dotted #7d6c9d;
    top: 100%;
    left: calc(50% - 10px);
}
.it_about6 .ab2:before {
    content: "";
    position: absolute;
    z-index: 9;
    width: 100%;
    height: 2px;
    border-top: 2px solid #7d6c9d;
    top: 50%;
    left: -50%;
}
.it_about6 h4 {
    color: #7d6c9d;
}
.it_about7 .ab2:after {
    content: "";
    position: absolute;
    z-index: 9;
    width: 10px;
    height: 60px;
    top: 100%;
    left: calc(50% - 10px);
}
.it_about7 .ab2:before {
    content: "";
    position: absolute;
    z-index: 9;
    width: 100%;
    height: 2px;
    border-top: 2px solid #6e77ab;
    top: 50%;
    right: -50%;
}
.it_about7 h4 {
    color: #6e77ab;
}
.it_about2 .ab_pn {
    border: 2px solid #bf3862;
    z-index: 990999;
    position: relative;
    background: #12265e;
}
.it_about3 .ab_pn {
    border: 2px solid #af4b76;
}
.it_about4 .ab_pn {
    border: 2px solid #9f5784;
}
.it_about5 .ab_pn {
    border: 2px solid #815b8b;
}
.it_about6 .ab_pn {
    border: 2px solid #7d6c9d;
}
.it_about7 .ab_pn {
    border: 2px solid #6e77ab;
}
.ab1::marker {
    color: #12265e;
}
.ed_about {
    padding: 50px 0;
    background: #e7e9ef;
    text-align: center;
}

.ed_about h2 {
    margin: 0;
}

.ed_about h3 {
    padding: 0;
    margin-top: 20px;
    margin-bottom: 50px;
    font-size: 20px;
    font-weight: 600;
    color: #000;
    font-size: 18px;
    color: #798298;
}

.co_about {
    width: 100%;
    float: left;
}

.ite_abo {
    width: 47%;
    float: left;
}

.ite_abo:nth-child(1) {
    margin-right: 6%;
}

.img_buyu {
    position: relative;
    width: 100%;
    padding-bottom: 70%;
    overflow: hidden;
}

.img_buyu img {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
}

.des_buyu {
    width: 100%;
    float: left;
    padding: 30px;
    text-align: left;
    background: #fff;
}

.des_buyu h4 {
    font-size: 25px;
    font-weight: 600;
    color: #12265e;
}

.des_buyu a {
    font-size: 16px;
    color: #db234a;
}

.des_buyu img {
    width: 8px;
    margin-left: 5px;
}

.des_buyu a:hover {
    color: #f60862;
    text-decoration: none;
}
.rrr_about {
    margin-top: -100px;
    background: #fff;
    padding: 50px;
    text-align: center;
}

.rr_about {
}

.ed_about {
    padding-bottom: 150px;
}

.rrr_about h3 {
    font-size: 25px;
    font-weight: 600;
    color: #12265e;
}
.img_posss {
    width: 100%;
    position: relative;
    padding-bottom: 50%;
     background-size: cover !important;
}
.des_pos ul li {
    display: inline-block;
    list-style: none;
    margin-right: 10px;
    text-transform: uppercase;
    font-weight: 600;
    color: #db224b;
}

.des_pos ul li a {
    color: #db224b;
}

.des_pos ul li a:hover {
    text-decoration: none;
    color: #f8063c;
}
.top_contact {
    padding: 50px 0;
    text-align: center;
}

.content_cty h3 {
    font-size: 18px;
    color: #798298;
    line-height: 1.5;
}

.logo_conact h2 {
    margin: 0px;
}

.map_contact {
    padding: 30px;
}

.map_contact iframe {
    width: 100%;
}

.des_tf span {
    width: 100%;
    display: block;
    text-align: center;
    font-size: 15px;
    color: #798298;
    line-height: 1.5;
    margin-bottom: 10px;
}

.itif_contact>img {
    width: 45px;
    margin-bottom: 50px;
}

.itif_contact {
    width: 33.33%;
    float: left;
    text-align: center;
}

.if_conact {
    width: 100%;
    float: left;
    padding: 40px 0;
}

.itif_contact:nth-child(2)>.des_tf {
    position: relative;
}

.itif_contact:nth-child(2)>.des_tf:after {
    content: "";
    height: 90px;
    width: 30px;
    position: absolute;
    right: 0;
    background: url(/wp-content/uploads/2022/02/Path-4.png);
    top: 0;
    background-size: 100% 100%;
}
.itif_contact:nth-child(2)>.des_tf:before {
    content: "";
    height: 90px;
    width: 30px;
    position: absolute;
    left: 0;
    background: url(/wp-content/uploads/2022/02/Path-4.png);
    top: 0;
    background-size: 100% 100%;
}
.pa_50 {
    padding: 50px 0;
}

.forms_contact {
    background: #e7e9ef;
}

div#form_pagect>h2 {
    text-align: center;
    margin-bottom: 0;
}

div#form_pagect>p {
    font-size: 18px;
    color: #798298;
    line-height: 1.5;
    text-align: center;
}

.ft_3 {
    width: 30%;
    float: left;
}

.ft32 {
    margin: 0 5%;
}

.ft_10 {
    width: 100%;
    float: left;
}

.ft {}

.ft>p {
    font-size: 15px;
    margin-bottom: 7px;
    color: #12265e;
}

.ft {
    margin-bottom: 40px;
}

.ft input, .ft textarea {
    font-size: 15px;
    box-shadow: 3px 5px 4px 1px #cecfd3;
    color: #12265e;
    font-weight: 600;
}

.ft {}

.ft_sent.ft {
    width: 100%;
    float: left;
    text-align: center;
}

.ft_sent.ft input#goiii {
    box-shadow: none;
    font-weight: 500;
    font-size: 18px;
    padding: 13px 20px;
    border-radius: 10px;
    background: #db234a;
    color: #fff;
    position: static;
}

.ft_sent.ft input:hover {
    background: #fb0539;
}
.logo_blo h2 {
    text-align: center;
    margin-bottom: 0;
}

.bar_blog {
    width: 100%;
    float: left;
    margin-top: 50px;
}
.bar_cat {
    width: 80%;
    float: left;
}

.serch_il {
    width: 20%;
    float: left;
}

.bar_catit {
    display: inline-block;
    margin-right: 10%;
}

.bar_catit a {
    font-size: 20px;
    text-transform: uppercase;
    color: #12265e;
}

.bar_catit a:hover {
    color: #db234a;
    text-decoration: none;
}
.serch_il input {
    font-size: 13px;
    margin-top: -12px;
    border-color: #12265e;
}

.search-form .search-submit .icon {
    /* background: url(/wp-content/uploads/2022/02/Group-46.png); */
    /* color: transparent; */
    /* background: none; */
    color: #12265e;
}

.search-form .search-submit {
    background: transparent;
}
.main_blogff {
    background: #e7e9ef;
    /* padding: 50px; */
}

.blog_top {
    padding: 0 50px;
}

.item-jumhouse {
    display: table;
    background: #fff;
}

.name-jumhouse {
    width: 50%;
    display: table-cell;
    padding: 30px;
}

.img-jumhouse {
    display: table-cell;
    position: relative;
    overflow: hidden;
}

.img_rrr {
    /* width: 100%; */
    /* height: 100%; */
    /* position: absolute; */
    /* top: 0; */
    /* left: 0; */
}
.name-jumhouse li {
    display: inline-block;
    list-style: none;
    margin-right: 10px;
    text-transform: uppercase;
    font-weight: 600;
    color: #db224b;
}

.name-jumhouse li a {
    color: #db234a;
}

.name-jumhouse>a {
    font-size: 18px;
    color: #12265e;
    font-weight: 500;
}

.des_pp {
    font-size: 14px;
    margin-top: 20px;
}

.des_pp p.link-more {
    display: none;
}

.img-jumhouse {
    background-size: cover !important;
}
.blog_onmain {
    width: 100%;
    padding: 50px;
    text-align: center;
}

.item-jum {
    width: 30%;
    float: left;
    background: #fff;
    margin-bottom: 30px;
}

.item-jum:nth-child(3n+2) {
    margin: 0 5%;
}
.img_rrr {
    width: 100%;
    padding-bottom: 65%;
    background-size: cover !important;
}

.name-jumhouse li a:hover {
    color: #f70505;
    text-decoration: none;
}

.name-jumhouse>a:hover {
    text-decoration: none;
    color: #134ff7;
}

.name-jum>a:hover {
    text-decoration: none;
    color: #134ff7;
}

.name-jum>a {
    font-size: 18px;
    color: #12265e;
    font-weight: 600;
    height: 60px;
    display: block;
    /* text-overflow: ellipsis; */
    /* white-space: nowrap; */
}

.name-jum {
    padding: 30px;
}

.name-jum li {
    display: inline-block;
    list-style: none;
    margin-right: 10px;
    text-transform: uppercase;
    font-weight: 600;
    color: #db224b;
}
.faq_topic {
    display: none;
}
.name-jum li a {
    color: #db234a;
    font-size: 1em;
}
h2.page-title {
    font-size: 30px;
    color: #db234a;
    font-weight: 600;
    letter-spacing: 0;
}

h2.page-title span {
    font-weight: 500;
    color: #12265e;
}
.name-jum li a:hover {
    text-decoration: none;
    color: #f70438;
}
.main_service {
    margin-bottom: 50px;
}

.bar_service {
    width: 25%;
    float: left;
    padding: 30px;
    background: #e7e9ef;
}

.content_service {
    width: 75%;
    float: left;
    padding-left: 5%;
}

.bar_service ul li {
    list-style: none;
    margin: 30px 0;
}

.bar_service ul li a {
    color: #12265e;
    font-size: 18px;
}

.bar_service ul li.actives a {}

.bar_service ul li a.actives {
    font-weight: 700;
}

div#faq {}

.item_ser h4 {
    font-size: 18px;
    font-weight: 600;
    color: #12265e;
    margin: 30px 0;
}

.faqww {
    padding-left: 30px;
}

.fait h5 {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0;
    text-transform: inherit;
    color: #12265e;
    position: relative;
    cursor: pointer;
}

.fait {
    margin-bottom: 20px;
}

.anss {
    font-size: 15px;
    color: #798298;
}

.fait h5:before {
    content: "";
    position: absolute;
    width: 15px;
    height: 10px;
    background: url(/wp-content/uploads/2022/02/dlow.png);
    background-size: 100% 100%;
    left: -30px;
    top: 7px;
}
.main_service {
    margin-bottom: 50px;
}

.bar_service {
    width: 25%;
    float: left;
    padding: 30px;
    background: #e7e9ef;
}

.content_service {
    width: 75%;
    float: left;
    padding-left: 5%;
}

.bar_service ul li {
    list-style: none;
    margin: 30px 0;
}

.bar_service ul li a {
    color: #12265e;
    font-size: 18px;
}

.bar_service ul li.actives a {}

.bar_service ul li a.actives {
    font-weight: 700;
}

div#faq {}

.item_ser h4 {
    font-size: 18px;
    font-weight: 600;
    color: #12265e;
    padding: 30px 0;
    margin: 0;
}

.faqww {
    padding-left: 30px;
}

.fait h5 {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0;
    text-transform: inherit;
    color: #12265e;
    position: relative;
    cursor: pointer;
}

.fait {
    margin-bottom: 20px;
}
.item_ser {
    display: none;
}

.active_its {
    display: block !important;
}
.anss {
    font-size: 15px;
    color: #798298;
    display: none;
}
.fait.show_on h5:before {
    content: "";
    position: absolute;
    width: 15px;
    height: 10px;
    background: url(/wp-content/uploads/2022/02/len.png);
    
    background-size: 100% 100%;
    left: -30px;
    top: 7px;
}
.fait h5:before {
    content: "";
    position: absolute;
    width: 15px;
    height: 10px;
    background: url(/wp-content/uploads/2022/02/dlow.png);
    background-size: 100% 100%;
    left: -30px;
    top: 7px;
}
div#paynow h5 {
    font-size: 15px;
    font-weight: 600;
    color: #12265e;
    margin: 30px 0;
    text-transform: inherit;
    letter-spacing: 0;
    padding-left: 30px;
    margin: 0;
    padding-top: 0;
}

.pay_oiu {
    padding-left: 30px;
    margin-top: 20px;
}

.img_pay {
    width: 170px;
    float: left;
}
.bar_service ul li a:hover {
    text-decoration: none;
    color: #db234a;
}
.des_pay {
    width: calc(100% - 170px);
    float: left;
    font-size: 15px;
    font-weight: 500;
    text-transform: inherit;
    letter-spacing: 0;
    margin-top: 20px;
    padding-left: 30px;
    line-height: 1.8;
    color: #798298;
}
.faqww.bynouu .fait h5 {
    font-weight: 600;
}

.anssff {}

.logust img {
    height: 40px;
    width: auto;
}
p#breadcrumbs {
    font-size: 13px;
    color: #db234a;
}
.footer_html>p>a {
    color: #12265e;
    text-decoration: none !important;
    box-shadow: none !important;
}

.footer_html>p>a:hover {
    color: #db234a;
}
header#header.fix_book {
    position: fixed;
    /* top: 0; */
    background: #fff;
    z-index: 99999;
}
.logust {
    width: 100%;
    float: left;
    margin-bottom: 30px;
}

.logust span {
    font-weight: 600;
    color: #12265e;
    margin-left: 20px;
    position: relative;
    /* bottom: -15px; */
}
.fait.doiy img {
    width: 40px;
    margin-right: 25px;
}

.fait.doiy h5 {
    font-weight: 600;
    position: relative;
    top: 0px;
}

.fait.doiy h5::before {
    top: 16px;
}

.cfrsa {
    margin: 10px 0;
}

.cfrsa a {
    color: #798298;
}

.cfrsa a:hover {
    color: #333;
}
a#back_page {
    color: #12265e;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
}

a#back_page:hover {
    color: #db234a;
    text-decoration: none;
}

.content_sing {
    padding: 0 50px;
    width: 100%;
    float: left;
}

.baivieton {
    width: 67%;
    float: left;
    border-right: 2px solid #e7e9ef;
    padding-right: 50px;
}

.bar_onys {
    width: 33%;
    float: left;
    padding-left: 50px;
    box-sizing: border-box;
}

.bar_onys .serch_il {
    width: 100%;
    float: left;
    margin-bottom: 50px;
    margin-top: 20px;
}

.on_restsla {
    width: 100%;
    float: left;
}

.on_restsla>h3 {
    color: #12265e;
    font-size: 30px;
    font-weight: 600;
}

.cat_sing {
    width: 100%;
    float: left;
    margin-bottom: 30px;
}

.onpp {
    background: #fff;
    text-align: center;
    margin-bottom: 20px;
    box-shadow: 0 0 7px 3px #ada7a7;
}

.onpp h3 {
    color: #12265e;
    font-size: 20px;
    margin: 0;
    padding: 10px 0;
    font-weight: 600;
}

.onpp h3 a:hover {
    text-decoration: none;
    color: #db234a;
}

.baivieton>h2 {
    font-weight: 600;
    margin-bottom: 0;
}

.baivieton>h4 {
    margin: 0 0 50px;
    font-size: 14px;
    font-weight: 400;
    padding: 0;
    color: #798298;
}

.on_singd {
    font-size: 16px;
}

.other_sing {
    width: 100%;
    float: left;
    padding: 0 50px;
    margin-top: 50px;
}
.main_menu ul li#menu-item-44 {
    margin-right: 25px;
}
.other_onsing .item-jum {
    text-align: center;
    box-shadow: 0 0 7px 3px #ece9e9;
}

.other_onsing .item-jum a {font-weight: 600;}

.other_onsing .item-jum h3 {
    text-align: left;
}

.other_onsing .item-jum .name-jum {
    text-align: left;
}
div#wpsl-gmap {
    float: left;
}

div#wpsl-result-list {
    float: right;
}
input#wpsl-search-input {
    width: 450px;
    font-size: 16px;
    border-radius: 20px;
    padding: 10px 20px;
    color: #12265e;
    display: inline-block !important;
    float: none;
    box-shadow: 0 0 2px 3px #ada7a7;
}

.wpsl-input label {
    display: none !important;
}

.location_map {
    padding: 0 50px;
}

.location_map .wpsl-search {
    background: none;
    text-align: center;
    margin-bottom: 40px;
}

#wpsl-search-wrap div {
    float: none;
    display: inline-block;
}

#wpsl-search-wrap .wpsl-input, #wpsl-search-wrap .wpsl-select-wrap {
    display: inline-block;
}

#wpsl-search-btn {
    font-size: 16px;
    height: 48px;
    background: #db234a;
    color: #fff;
    width: 110px;
    border-radius: 20px !important;
    position: relative;
    top: 19px;
}
.wpsl-store-location {
    font-size: 14px;
    color: #12265e;
}

.wpsl-direction-wrap {
    font-size: 12px;
    color: #db234a;
}

a.wpsl-directions {
    max-width: 14px;
    font-size: 7px;
    height: 33px;
    margin-top: 10px;
    position: relative;
    color: transparent;
    background: url(/wp-content/uploads/2022/02/Icon-material-directions.png);
    background-size: 100% 100%;
}
div#wpsl-direction-details {
    font-size: 12px;
    color: #12265e;
}
li.wpsl-no-results-msg {
    font-size: 16px;
    color: #b51b1b;
}
.erty_about {
    padding: 0 50px;
    text-align: center;
    color: #fff;
    width: 100%;
    float: left;
    margin-bottom: 100px;
}

.rest_ou {
    background: #12265e;
    color: #fff;
}

.erty_about h2 {
    color: #fff;
}

.item_99 {
    width: 45%;
    float: left;
    position: relative;
    padding-bottom: 60%;
    overflow: hidden;
}

.item_99:first-child {
    margin-right: 10%;
}

.item_99 img {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.item_99 h3 {
    position: absolute;
    width: 100%;
    padding: 30px;
    font-size: 20px;
    font-weight: 600;
    background: #fff;
    z-index: 99;
    bottom: 0;
    margin: 0;
}

.irt_abo {
    width: 100%;
    float: left;
    padding-bottom: 50px;
}

.item_99 a {
    display: block;
    width: 100%;
    height: 100%;
}

.item_99:hover h3 {
    color: #db234a;
}
.top_claim {
    background: #12265e;
}

.top_claim_on {
    color: #fff;
    font-size: 18px;
    /* color: #798298; */
    line-height: 1.5;
}

.top_claim_on h2 {
    color: #fff;
    margin-bottom: 0;
}
.item_claim {
    width: 50%;
    float: left;
    padding: 5%;
}
.item_cl {
    width: 100%;
    padding-bottom: 85%;
    position: relative;
    overflow: hidden;
    box-shadow: 0 0 5px 3px #ada7a7;
}

.img_oput {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}

.on_pba a {
    display: none;
}

.on_pba p {
    display: none;
}
a.liopp {
    font-weight: 600;
    font-size: 15px;
    color: #db234a;
}

a.liopp img {
    width: 10px;
    margin-left: 10px;
}

a.liopp:hover {
    text-decoration: none;
    color: #fa043d;
}
.on_pba {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgb(255 255 255 / 62%);
    overflow: hidden;
    width: 100%;
    height: 0;
    z-index: 999;
    transition: .5s ease;
    text-align: center;
}

.on_pba h3 {
    font-size: 20px;
    color: #12265e;
    font-weight: 600;
    padding: 0 50px;
    margin: 0;
}

.item_cl:hover a, .item_cl:hover p {
    display: inline-block;
}
.on_pba h3 a:hover {
    text-decoration: none;
    color: #db234a;
}
.item_cl:hover .on_pba {
    height: 100%;
}

.item_cl:hover .on_pba h3 {
    margin-top: 20%;
    margin-bottom: 20px;
}

.on_pba p {
    width: 100%;
    font-size: 14px;
    font-weight: 500;
    margin-top: 20%;
    margin-bottom: 5px;
}

a.icont {
    font-size: 18px;
    margin: 0 10px;
    color: #12265e;
}

a.icont:hover {
    color: #db234a;
}
#wpsl-search-btn:hover {
    background: #f60639;
}
.link_blact {
    width: 100%;
    float: left;
    text-align: center;
}

.link_blact p {
    font-size: 18px;
    font-size: 18px;
    color: #798298;
    line-height: 1.5;
    text-align: center;
}

.link_blact a {
    color: #12265e;
}

.main_claim {
    background: #e7e9ef;
}
.topsing_ca {
    background: #12265e;
}

.topsing_ca a#back_page {
    color: #fff;
}

.mian_bar_ca {
    text-align: center;
    color: #fff;
}

.mian_bar_ca p {
    font-size: 18px;
    line-height: 1.5;
}
div#ca-select {
    width: 100%;
    max-width: 800px;
    display: inline-block;
    font-size: 30px;
    position: relative;
}

div#ca-select>span {
    position: relative;
    padding-bottom: 23px;
    padding-right: 50px;
    width: 100%;
    display: inline-block;
    border-bottom: 1px solid #fff;
}
.step_ffff {
    margin-top: 50px;
}
div#ca-select ul {
    padding: 0;
    list-style: none;
    margin-top: 20px;
    background: #fff;
    box-shadow: 2px 6px 14px 6px #dedede;
    font-size: 16px;
    text-align: left;
    margin-bottom: 0;
    display: none;
    position: absolute;
    width: 100%;
    z-index: 99999;
    top: 100%;
}

div#ca-select ul li a {
    display: block;
    padding: 10px 20px;
    color: #12265e;
}
img.hide_tt {
    display: none;
}

span.active_ca img {
    position: absolute;
    right: 0;
    width: 40px;
    top: 14px;
    cursor: pointer;
}
div#ca-select ul li a:hover {
    color: #db244b;
    text-decoration: none;
}
.step_ca {
    width: 100%;
    float: left;
    margin-bottom: 50px;
    font-size: 16px;
    color: #798298;
}

.step_ca:last-child {
    margin: 0;
}

.step_ca>h3 {
    font-size: 25px;
    font-weight: 600;
    color: #db234a;
    margin-bottom: 15px;
    padding-top: 0;
}

.step_ppp {
    margin-top: 30px;
    padding: 30px;
    background: #e7e9ef;
}

.step_ca h4 {
    font-size: 18px;
    color: #12265e;
    font-weight: 600;
}

.step_ppp p {
    margin-bottom: 20px;
    position: relative;
    padding-left: 30px;
}

.step_ppp p:before {
    content: "";
    width: 20px;
    height: 20px;
    left: 0;
    top: 0;
    background: #fff;
    position: absolute;
}

.step_ffff a {
    color: #798298;
    font-size: 16px;
    text-decoration: underline;
}

.step_ffff p {
    margin-bottom: 15px;
}

.step_ffff a:hover {
    color: #db234a;
}
.step_ppp p:last-child {
    padding: 0;
}

.step_ppp p:last-child:before {
    display: none;
}
.bar_clam {
    position: relative;
    background-size: cover !important;
}

.bar_clam:before {
    content: "";
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgb(161 132 138 / 66%);
    z-index: 1;
}

.clam_bar {
    position: relative;
    z-index: 99;
    text-align: center;
}

a.loits {
    display: inline-block;
    margin: 0 20px;
    padding: 10px 20px;
    background: #fff;
    height: 55px;
    color: #12265e;
}

a.loits i {
    font-size: 30px;
    width: 50px;
    float: left;
}

.box_bts {
    width: calc(100% - 50px);
    float: left;
}

.box_bts h5 {
    font-size: 12px;
    text-transform: initial;
    letter-spacing: 0;
    font-weight: 600;
    text-align: left;
    margin: 0;
    color: #12265e;
}

.box_bts p {
    font-size: 12px;
    margin: 0;
}

a.loits.loitslink h5 {
    margin-top: 8px;
}

a.loits:hover {
    /* background: #12265e; */
    /* color: #fff; */
    box-shadow: 2px 7px 10px 3px #db234a;
}

a.loits:hover h5 {
    /* color: #fff; */
}
a.loits.loitslink {
    color: #fff;
    background: #12265e;
}
.map_workshop {
    margin-bottom: 50px;
}
a.loits.loitslink h5 {
    color: #fff;
}
.ser_on p {
    font-size: 18px;
    color: #798298;
    line-height: 1.5;
}

.ser_on h2 {
    margin-bottom: 0;
}

.ser_on {
    text-align: center;
}

.top_ser {
    background: #e7e9ef;
}

.asart_on {
    display: table;
    width: 100%;
    background: #fff;
    margin-top: -100px;
    padding: 50px;
}

.asart_on>div {
    width: 50%;
    display: table-cell;
}

.cont_sert {
    padding: 30px;
    font-size: 16px;
    color: #798298;
    line-height: 1.5;
}
.img_sert {
    background-size: cover !important;
}
.link_query a {
    font-size: 18px;
    color: #db234a;
    font-weight: 600;
    text-decoration: none;
}
.ff_about {
    font-size: 16px;
    color: #798298;
}

body {
    color: #798298;
}
.link_query a:hover {
    color: #f90338;
}
.cont_sert h3 {
    font-size: 18px;
    color: #12265e;
    line-height: 1.5;
    font-weight: 600;
}
.img_blog img {
    width: 100%;
}
.our_sers {
    background: #12265e;
}

.ft_on h2 {
    text-align: center;
    color: #fff;
}

.img_outs {
    width: 100%;
    position: relative;
    padding-bottom: 70%;
    background-size: cover !important;
}

.tiem_prod {
    width: 100%;
    float: left;
    margin-bottom: 50px;
    background: #fff;
}

.tiem_prod h3 {
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    color: #12265e;
    min-height: 26px;
    margin-bottom: 0;
    vertical-align: middle;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    padding: 0 10px;
    margin: 20px 0 10px;
}

.ex_posy {
    padding: 0 20px;
    font-size: 15px;
    text-align: center;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.link_pot {
    padding: 20px;
    display: inline-block;
    width: 100%;
}

fl {}

a.linklefts {
    float: left;
}

a.linkrights {
    float: right;
}

.link_pot a {
    font-size: 15px;
    font-weight: 600;
    color: #de3a5d;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: left .4s ease-in-out;
    transition: left .4s ease-in-out;
}

.link_pot img {
    width: 10px;
    margin-left: 5px;
}

.link_pot a:hover {
    color: #f10739;
    text-decoration: none;
}

.tiem_prod:hover>.link_pot>a {
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 400ms linear;
}
.no_activepost {
    display: none;
}

.activepost {
    display: inline-block;
}

.view_more {
    width: 100%;
    float: left;
    text-align: center;
    margin-bottom: 100px;
}

a.read-more {
    color: #db234a;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
    
}
a.read-more.less {
    display: none;
}

div#hideshut {
    font-size: 18px;
    color: #798298;
}

div#hideshut a {
    color: #fff;
}

a.read-more img {
    width: 10px;
    margin-left: 10px;
}

a.read-more:hover {
    text-decoration: none;
    color: #f3073d;
}
.top_product {
    color: #fff;
    background: #12265e;
}

.link_onus span {
    font-size: 15px;
    color: #fff;
    display: inline-block;
    float: left;
}

.link_onus span a {
    color: #fff;
}

.link_onus b {
    font-size: 15px;
    margin: 0 5px;
    display: inline-block;
    float: left;
}

.list_ours {
    display: inline-block;
    float: left;
    position: relative;
}

.list_ours>span {
    position: relative;
}

.list_ours>span img {
    width: 15px;
    right: -25px;
    top: 7px;
}

.list_ours ul {
    position: absolute;
    top: 25px;
    left: 20px;
    list-style: none;
    width: 220px;
    border: 1px solid #304581;
    z-index: 999999;
    background: #12265e;
    display: none;
}

.list_ours ul li a {
    color: #fff;
    font-size: 15px;
    display: block;
    padding: 10px;
    border-bottom: 1px solid #304581;
}

.top_product h2 {
    text-align: center;
    padding: 25px 0;
    color: #fff;
}

.top_product .content_cty {
    text-align: center;
    font-size: 20px;
    max-width: 800px;
    margin: 0 auto;
}
.link_getquo a {
    box-shadow: none;
    font-weight: 500;
    font-size: 18px;
    padding: 13px 20px;
    border-radius: 10px;
    background: #db234a;
    color: #fff;
}

.link_getquo a:hover {
    text-decoration: none;
    background: #e50d0d;
}

.link_getquo {
    text-align: center;
    margin-top: 40px;
}

.banner_pages img {
    width: 100%;
}
.mainpro h2 {
    text-align: center;
}

.listitem_pro {
    width: 100%;
    float: left;
    margin-bottom: 50px;
}

.lest_pro {
    width: 45%;
    float: left;
    margin-right: 5%;
}

.rihh_pro {
    width: 45%;
    float: left;
    margin-left: 5%;
    font-size: 18px;
}
.link_pros a {display: inline-block;margin: 0 25px;padding: 10px 20px;background: #12265e;color: #fff;font-size: 16px;border-radius: 10px;}

.link_pros {
    text-align: center;
}

.link_pros a:hover {
    text-decoration: none;
    box-shadow: 3px 5px 4px 1px #cecfd3;
}
.link_pros a.buynos {
    background: #db234a;
}
.main_eli h3 {
    font-size: 20px;
    font-weight: 600;
    color: #12265e;
    margin-bottom: 50px;
}
.wpcf7 form.sent .wpcf7-response-output {
	border-color: transparent !important; /* Green */
}

.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
	border-color: transparent !important; /* Red */
}

.wpcf7 form.spam .wpcf7-response-output {
	border-color: transparent !important; /* Orange */
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
	border-color: transparent !important; /* Yellow */
}
.wpcf7 form .wpcf7-response-output {
    font-size: 18px;
    text-align: center;
    font-weight: 600;
    margin: 0;
    width: 100%;
    float: left;
    color: #12265e;
}
.onustss {
    position: absolute;
    width: 100%;
    bottom: 0;
    background-color: #fff;
    overflow: hidden;
    width: 100%;
    /* height: 0; */
    z-index: 999;
    transition: .5s ease;
    text-align: center;
}

.onustss h3 {
    font-size: 20px;
    color: #12265e;
    font-weight: 600;
    padding: 0 50px;
    margin: 0;
    padding: 50px;
        min-height: 160px;
}

.item_cl:hover .onustss {
    height: 0;
}
.item_eli {
    text-align: center;
}

.item_eli img {
    max-height: 100px;
}

.des_eli {
    font-size: 18px;
    padding: 30px;
}
.get_op {
    background: #e7e9ef;
    text-align: center;
}

.get_op_on h2 {
    max-width: 800px;
    margin: 0 auto;
    margin-bottom: 20px;
}

.get_op_on a {
    display: inline-block;
    margin: 0 25px;
    padding: 10px 20px;
    background: #db234a;
    color: #fff;
    font-size: 16px;
    border-radius: 10px;
}
div#top_quotes a#back_page {
    color: #fff;
}

div#top_quotes .top_quotes.top_claim_on {
    text-align: center;
}
.step_quote {
    width: 100%;
    padding: 50px;
    background: #fff;
    float: left;
}

.step_quote>h3 {
    font-size: 20px;
    font-weight: 600;
    color: #12265e;
}
.get_op_on a:hover {
    background: #f30739;
    text-decoration: none;
}
.elitran_ite .col-sm-4:nth-child(3n+2) {
    border-left: 2px solid #db234a;
    border-right: 2px solid #db234a;
}
.lest_pro h3 {
    font-size: 18px;
    color: #12265e;
    font-weight: 600;
}

ul.show_namepr {
    padding: 0;
    list-style: none;
    margin-top: 20px;
    background: #fff;
    font-size: 16px;
    box-shadow: 0px 4px 6px 6px #cecfd3;
    text-align: left;
    margin-bottom: 0;
    display: none;
    position: absolute;
    width: 100%;
    z-index: 99999;
    top: 30px;
    padding: 30px;
}
.page_iut {
    position: relative;
    display: inline-block;
    font-size: 15px;
}

.page_iut input {
    font-size: 15px;
    border: none;
    font-weight: 500;
    color: #db234a;
    min-width: 300px;
    border-bottom: 2px solid #12265e;
    padding-bottom: 3px;
    border-radius: 0;
    padding-left: 0;
}

.page_iut img {
    width: 15px;
    top: 6px;
    position: absolute;
    right: 5px;
    cursor: pointer;
}

.ques.ques1 {
    position: relative;
}

ul.list_namepr {
    width: 33.33%;
    float: left;
}

ul.list_namepr h4 {
    font-size: 15px;
    font-weight: 700;
    color: #12265e;
}

ul.list_namepr li {
    list-style: none;
    padding: 10px 0;
    cursor: pointer;
}

ul.list_namepr li:hover {
    color: #db234a;
}

.ques.ques1 p {
    font-size: 15px;
    margin-top: 40px;
}

.ques {
    width: 100%;
    margin-bottom: 30px;
}

p.lable_ss {
    font-size: 15px;
    margin-bottom: 5px;
    color: #12265e;
    font-weight: 600;
}

.ques.ques2 select {
    width: 300px;
    border: none;
    border-bottom: 2px solid #4d5c86;
    border-radius: 0;
    font-size: 15px;
}

.ques.ques2 p.lable_ss {
    margin-bottom: 0;
}

body .ques input[type="date"] {
    font-size: 15px;
    border: none !important;
    border-bottom: 2px solid #4d5c86 !important;
    border-radius: 0;
    font-size: 15px;
    box-shadow: none;
    background: none;
    width: 200px;
}

.ques.ques3 {
    width: 200px;
    float: left;
}

.ques.ques4 {
    width: 200px;
    float: left;
    margin-left: 100px;
}

.back_next {
    width: 100%;
    float: left;
    margin-top: 20px;
}
.back_next a {
    color: #db234a;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
}

a.btiyt1 {
    float: left;
}

a.btiyt2 {
    float: right;
}
div#step-2 {
    display: none;
}
.back_next a:hover {
    color: #e3352d;
}
span.more_pit {
    width: 100%;
    text-align: center;
    display: block;
    position: absolute;
    bottom: -55px;
    z-index: 99;
}
.no_change input {
    font-size: 15px;
    color: #000;
    font-weight: 500;
    color: #12265e;
    border: none;
    padding: 0;
    display: inline-block;
    width: auto;
    text-align: center;
}

.no_change.no_change1 input {
    font-weight: 600;
    color: #db234a;
}

.no_change span, .no_change b {
    font-size: 15px;
    color: #000;
    font-weight: 600;
    color: #12265e;
    border: none;
    padding: 0;
}

.no_change {
    margin-bottom: 20px;
    width: 100%;
    float: left;
}

.no_change b {}

.ques {
    float: left;
    margin-top: 15px;
}

.ques.ques21 {
    padding-top: 40px;
    border-top: 2px solid #12265e;
}
.back_next img {
    width: 7px;
    margin: 0 8px;
}

.ques input, .ques select {
    padding: 0;
    width: 300px;
    border: none;
    border-bottom: 2px solid #4d5c86;
    border-radius: 0;
    font-size: 15px;
}
div#step-3 {
    display: none;
}
strong.no_fi {
    width: 100%;
    float: left;
    margin-top: 5px;
    font-size: 10px;
    font-weight: 500;
    color: red;
    display: none;
}
.ques32,.ques33, .ques34 {
    width: 20%;
    margin-right: 5%;
}
input#remarks {
    width: 100%;
}
div#step-4 {
    display: none;
}
body .ques input#additional {
    width: 300px;
}

input#myfile {
    padding-bottom: 5px;
}
.st>.stspan {
    font-size: 15px;
    color: #000;
    font-weight: 600;
    color: #12265e;
    border: none;
    padding: 0;
    display: inline-block;
    width: 250px;
    text-align: left;
}

.st {
    width: 55%;
    float: left;
}

.st input {
    font-size: 15px;
    color: #000;
    font-weight: 500;
    color: #24345f;
    border: none;
    padding: 0;
    display: inline-block;
    width: 200px;
    text-align: left;
}
div#fget1 input {
    font-size: 16px;
    font-weight: 600;
    color: #db234a;
}

div#fget1 {
    margin-bottom: 20px;
}

.st {
    margin-bottom: 10px;
}
.st4_item {
    width: 100%;
    float: left;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 2px solid;
}
div#fget16 input {
    width: calc(100% - 251px);
}

div#fget32 {
    width: 150px;
    display: inline-block;
}

div#fget3 input {
    width: 100px;
}

div#fget32 input {
    text-align: right;
}

div#fget32 b {
    font-size: 15px;
    font-weight: 400;
}

.st4_check {
    width: 100%;
    float: left;
}

.st4_check span.wpcf7-list-item-label {
    font-size: 13px;
    font-weight: 500;
    color: #12265e;
}

div#step-4 {
    position: relative;
}

input#goiii {
    box-shadow: none;
    font-weight: 600;
    font-size: 13px;
    padding: 10px 20px;
    border-radius: 7px;
    background: #db234a;
    color: #fff;
    position: absolute;
    bottom: 45px;
    right: 45px;
}
div#fget1 input {
    width: 100%;
}
div#thanks {
    text-align: center;
    background: #fff;
    color: #12265e;
}

div#thanks h2 {
    color: #12265e;
    text-transform: uppercase;
}

div#thanks p {
    color: #12265e;
    margin: 25px 0 50px;
}

div#thanks a {
    font-size: 18px;
    font-weight: 500;
    font-size: 18px;
    padding: 13px 20px;
    border-radius: 10px;
    background: #db234a;
    color: #fff;
    margin: 20px 0;
}

div#thanks a:hover {
    text-decoration: none;
    background: #fa0539;
}
input#goiii:hover {
    background: #fc083b;
}
.st4_item {
    position: relative;
}

.sua_step a {
    cursor: pointer;
    width: 20px;
    position: absolute;
    right: 25%;
    top: 45%;
}

.sua_step a img {
    width: 20px;
}
.step_quote {
    position: relative;
}

.sua_steps a {
    position: absolute;
    right: 25%;
    top: 110px;
    cursor: pointer;
}

.sua_steps img {
    width: 20px;
}
.quote_bar {
    width: 100%;
    float: left;
    margin-bottom: 50px;
    text-align: center;
}

.quote_itembar {
    width: 20%;
    display: inline-block;
    float: none;
    font-size: 15px;
    font-weight: 600;
    position: relative;
    z-index: 99;
}

.quote_itembar>span {
    width: 40px;
    height: 40px;
    line-height: 37px;
    background: #fff;
    display: inline-block;
    border-radius: 50%;
    font-size: 18px;
    margin-bottom: 10px;
    border: 2px solid #858fa7;
    position: relative;
    z-index: 99;
}

.quote_itembar.activet {
    color: #12265e;
}

.quote_itembar.activet>span {
    border: 2px solid #12265e;
    z-index: 9999;
}

.quote_itembar:after {
    width: 100%;
    content: "";
    height: 2px;
    background: #858fa7;
    position: absolute;
    top: 19px;
    z-index: 1;
    left: calc(-50% + 18px);
}
div#banner_defaut {
    background: #12265e;
    text-align: center;
}

.top_banners, .top_banners h2 {
    color: #fff;
}
div#top_quotes.top_ert {
    background: #db234a;
}
.quote_itembar.activet {
    position: relative;
    z-index: 0;
}
.quote_itembar.activet:after {
    background: #12265e;
}
div#quote_itembar1:after {
    display: none !important;
}
.content_pagess h1 {
    font-size: 40px;
    color: #12265e;
    font-weight: 600;
}

.content_pagess h2 {}

.content_pagess h2 {
    font-size: 35px;
    color: #12265e;
    font-weight: 600;
}

.content_pagess h3 {
    font-size: 30px;
    color: #12265e;
    font-weight: 600;
}

.content_pagess p, .content_pagess li {
    font-size: 16px;
    line-height: 1.5;
}
div#header_mobile {
    display: inline-block;
    background: #fff;
    width: 100%;
    position: relative;
}

.logo_hd {
    width: 300px;
}

.top_hd {
    width: 90%;
    margin: 0 auto;
    /* float: left; */
}    
 button.menu_button {
   /* display: none; */
   position: absolute;
   float: right;
   overflow: hidden;
   z-index: 9999;
   margin: 0;
   padding: 0;
   width: 55px;
   top: 6px;
   right: 20px;
   height: 55px;
   font-size: 0;
   text-indent: -9999px;
   appearance: none;
   box-shadow: none;
   border-radius: none;
   border: none;
   cursor: pointer;
   transition: background 0.3s;
   background-color: transparent;
}
button.menu_button.active span.top_bt {
    /* -webkit-transition-delay: 0s, 0.3s; */
    /* transition-delay: 0s, 0.3s; */
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 32px;
    background: #db234a;
}

button.menu_button.active span.bottom_bt {
    /* -webkit-transition-delay: 0s, 0.3s; */
    /* transition-delay: 0s, 0.3s; */
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 32px;
    background: #db234a;
}

button.menu_button.active span.center_bt {
    background: none;
}
button.menu_button span.top_bt {
    -webkit-transition-duration: 0.3s, 0.3s;
    transition-duration: 0.3s, 0.3s;
    -webkit-transition-delay: 0.3s, 0s;
    transition-delay: 0.3s, 0s;
    top: 17px;
    background: #db234a;
}

button.menu_button span.bottom_bt {
    -webkit-transition-duration: 0.3s, 0.3s;
    transition-duration: 0.3s, 0.3s;
    -webkit-transition-delay: 0.3s, 0s;
    transition-delay: 0.3s, 0s;
    top: 45px;
    background: #db234a;
}
button.menu_button span {
    display: block;
    position: absolute;
    top: 30px;
    left: 8px;
    right: 8px;
    height: 5px;
    background: #db234a;
    transition: transform 0.3s;
    border-radius: 40px;
}
.menu_phone ul li a {
color: #fff;
    width: 100%;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 20px;
}

.menu_phone ul li {
    width: 100%;
    text-align: center;
    padding: 0;
    margin: 0;
    padding: 10px;
    font-size: 22px;
}
div#header_mobile {
    display: none;
}
.menu_phone ul li a {
    display: inline-block;
    text-transform: uppercase;
}  
.menu_phone {
    display: none;
} 
div#header_mobile.onni {
    position: fixed;
    z-index: 999999999;
    top: 0;
    padding-top: 0;
    padding-bottom: 30px;
    min-height: 100vh;
    background: #12265e;
}

div#header_mobile.onni .logo_hd {
    display: none;
}
@media only screen and (min-width: 1024px) and (max-width: 1400px) {
    .home_sec4on {
    padding: 60px;
}
.main_menu ul li {
    margin-left: 28px;
}
.main_menu ul li a {
    font-size: 18px;
}
ul#menu-menu-sub li {
    margin-left: 15px;
}
a.logo_mini {
    width: 50px;
}
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {


header#header .col-sm-8 {
    width: 100%;
}

header#header .col-sm-4 {
    width: 100%;
}

header#header ul#menu-menu-header {
    text-align: right;
}

h2 {
    font-size: 40px;
}

.home_sec4on {
    padding: 40px;
}

.des_pos p a {
    font-size: 13px;
}
.item_ft p {
    font-size: 14px;
}

a.logo_mini img {
    width: 50px;
}

.widget ul li a {
    font-size: 14px;
}
.ab1 {
    width: 40%;
}

.ab2 {
    width: 20%;
}

.ab3 {
    width: 40%;
}

.ab2 img {
    max-width: 100%;
}

.ab_pn p {
    font-size: 14px;
}

.ab_pn h4 {
    font-size: 16px;
    margin-bottom: 0;
}

.ab_pn {
    padding: 10px;
}
.quote_itembar {
    width: 22%;
    font-size: 13px;
}
.link_pot a {
    font-size: 12px;
    visibility: visible;
    opacity: 1;
}

.link_pot a img {
    width: 6px;
}

.des_pos ul li a {
    font-size: 12px;
}
.link_pros a {
    font-size: 12px;
}

.item_eli img {
    max-height: 50px;
}
.on_pba h3 {
    font-size: 13px;
    padding: 0;
}
a.loits {
    margin: 0 10px;
}
.itif_contact>img {
    width: 35px;
    margin-bottom: 30px;
}
.it_about3 .ab2:after {
    height: 128px;
}
.des_tf span {
    font-size: 12px;
    margin-bottom: 5px;
}

.itif_contact:nth-child(2)>.des_tf:before {
    left: -10px;
}

.itif_contact:nth-child(2)>.des_tf:after {
    right: -10px;
}
.location_map {
    padding: 0 20px;
}
.bar_catit a {
    font-size: 15px;
    /* margin-right: 2%; */
}

.bar_cat {
    width: 75%;
}

.bar_catit {
    margin-right: 7%;
}

.serch_il {
    width: 25%;
}

.item-jum {
    width: 45%;
    margin-bottom: 30px;
}

.item-jum:nth-child(3n+2) {
    margin: 0;
}

.item-jum:nth-child(2n) {
    margin-left: 10%;
    margin-bottom: 30px;
}
.bar_onys {
    display: none;
}
.home_secit h3 {
    font-size: 15px;
    padding: 15px 0;
}
.home_sec21 h2 {
    font-size: 30px;
}
.baivieton {
    width: 100%;
    border: none;
}
.on_pba p {
    margin-top: 10px;
    font-size: 12px;
}
.banner_page {
    background-position: top center !important;
}
}


@media only screen and (max-width: 767px) {
.main_bn h1 {
    font-size: 35px;
}

.main_bn {
    margin-top: 30vh;
}

.banner_page {
    min-height: 80vh;
    background-position: top center !important;
}

h2 {
    font-size: 35px;
}

.home_sec11 {
    padding: 20px 0;
}

.home_sec12 {
    padding: 20px 0;
    border-left: none;
    border-top: 2px solid #db234a;
}

.home_sec21 {
    width: 100%;
    margin: 0;
    margin-bottom: 30px;
}

.home_sec21 h2 {
    font-size: 30px;
}

.home_secit {
    width: 100%;
    margin-bottom: 20px;
}

.home_sec23.home_secit {
    margin-left: 0;
}

.home_sec41 {
    width: 100%;
    margin-bottom: 30px;
}

.home_sec4on {
    padding: 40px;
}

.home_sec42 {
    width: 100%;
}

.widget ul li a {
    font-size: 14px;
}

.widget ul li {
    padding: 3px 0;
}

.item_ft p {
    font-size: 13px;
}

a.logo_mini img {
    width: 50px;
}

.bar_ft a {
    font-size: 12px;
    margin-right: 13px;
}

.bar_ft a:after {
    right: -12px;
    width: 6px;
    height: 12px;
    top: 4px;
}
header#header {
    display: none;
}

div#header_mobile {
    display: inline-block;
    padding: 20px 0;
}

div#header_mobile a.logo_site {
    width: 220px;
}
ul#menu-menu_mobile li {
    list-style: none;
    width: 100%;
    float: left;
    display: inline-block;
    text-align: left;
}

ul#menu-menu_mobile li a {
    margin-bottom: 0;
    font-size: 20px;
    display: block;
    text-align: left;
    width: 100%;
    font-weight: 600;
}

ul#menu-menu_mobile ul.sub-menu {
    /* padding-left: 20px; */
    border-left: 2px solid #db234a;
    width: 249px;
    float: left;
    text-align: left;
}

li#menu-item-250 {}

ul#menu-menu_mobile ul.sub-menu li a {
    text-align: left;
    font-size: 15px;
}

ul#menu-menu_mobile ul.sub-menu li {
    padding-top: 0;
    /* padding-bottom: 10px; */
}
.quote_itembar {
    width: 24%;
    font-size: 8px;
}
.about_item {
    width: 50%;
    float: left;
    margin-bottom: 30px;
}

.about_item:nth-child(2n) {
    border-right: none;
    border-left: 2px solid #db234a;
}

.about_item:nth-child(5) {
    float: none;
}

.about_item h3 {
    padding: 10px;
    font-size: 18px;
    margin: 0;
}

.about_item p {
    padding: 0 10px;
    font-size: 15px;
    min-height: 72px;
}
.it_about img {
    max-width: 100%;
}

.it_about1 .ab1, .it_about3 .ab1, .it_about5 .ab1, .it_about7 .ab1 {
    display: none;
}

.it_about1 .ab2, .it_about3 .ab2, .it_about5 .ab2, .it_about7 .ab2 {
    width: 50%;
    float: left;
}

.it_about1 .ab3, .it_about3 .ab3, .it_about5 .ab3, .it_about7 .ab3 {
    width: 50%;
    float: right;
}



.it_about2 .ab1, .it_about4 .ab1, .it_about6 .ab1 {
    width: 50%;
    float: right;
}

.it_about2 .ab3, .it_about4 .ab3, .it_about6 .ab3 {
    display: none;
}

.it_about2 .ab2, .it_about4 .ab2, .it_about6 .ab2 {
    width: 50%;
    float: left;
}
.ab_pn {
    padding: 10px;
}

.ab_pn p {
    font-size: 13px;
    line-height: 1.2;
}

.ab_pn h4 {
    font-size: 15px;
    margin: 0;
}
.it_about3 .ab2:after {
    height: 128px;
}
.it_about2 .ab2:before, .it_about4 .ab2:before, .it_about6 .ab2:before {
    right: -50%;
    left: auto;
}
.des_buyu {
    padding: 10px;
}

.des_buyu h4 {
    font-size: 18px;
    margin-bottom: 10px;
}

.des_buyu a {
    font-size: 13px;
}
.asart_on {
    display: block;
}

.asart_on>div {
    width: 100%;
    display: inline-block;
}

.img_sert {
    width: 100%;
    padding-bottom: 100%;
}

.cont_sert {
    padding: 0;
    margin-top: 20px;
}

.link_pot>a {
    visibility: visible;
    opacity: 1;
}
ul.list_namepr {
    width: 100%;
    margin-bottom: 20px;
}

ul.list_namepr li {
    padding: 5px 0;
}

.ques.ques3 {
    width: 100%;
}

.ques.ques4 {
    width: 100%;
    margin: 0;
}

.ques input, .ques select {
    max-width: 100%;
}

.no_change input {
    text-align: left;
}

.ques32, .ques33, .ques34 {
    width: 100%;
    margin-bottom: 0;
    margin-right: 0;
}

.st {
    width: 100%;
}
div#step-1 {
    padding: 20px;
}
.sua_step a {
    right: 0;
}
.asart_on {
    padding: 10px;
}
.listitem_pro {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid;
}

.lest_pro {
    width: 100%;
    margin-right: 0 !important;
}

.rihh_pro {
    width: 100%;
    margin: 0;
}

.link_pros a {
    font-size: 14px;
    line-height: 2;
    margin-bottom: 20px;
}

.item_eli img {
    max-height: 50px;
}

.elitran_ite .col-sm-4:nth-child(3n+2) {
    border: none;
    margin: 20px 0;
    border-top: 2px solid #db234a;
    border-bottom: 2px solid #db234a;
    padding: 20px 0;
}
.content_sing {
    padding: 0;
}

.baivieton {
    width: 100%;
    border: none;
    padding: 0;
}

.bar_onys {
    display: none;
}

.other_sing {
    padding: 0;
}

.item-jum {
    width: 100%;
    margin-bottom: 30px !important;
}

.item-jum:nth-child(3n+2) {
    margin: 0;
}
.bar_cat {
    width: 100%;
    text-align: center;
}

.bar_catit a {
    margin: 18px;
    font-size: 15px;
    /* margin-right: auto; */
}

.bar_catit {
    margin: 10px 0;
}

.serch_il {
    width: 100%;
    margin-top: 30px;
}

.blog_top {
    padding: 0;
}

.name-jumhouse {
    width: 100%;
    display: inherit;
}

.img-jumhouse {
    width: 100%;
    padding-bottom: 100%;
    display: inherit;
}

.item-jumhouse {
    display: inherit;
}
.bar_service {
    width: 100%;
}

.content_service {
    width: 100%;
}

.des_pay {
    width: 100%;
}

.ft_3 {
    width: 100%;
    float: left;
}

.ft32 {
    margin: 0 !important;
    float: left;
}
.blog_onmain {
    float: left;
    padding: 30px;
}
.location_map {
    padding: 0;
}

.erty_about {
    padding: 0;
}

.item_99 {
    width: 100%;
    margin-right: 0;
    margin: 10px 0;
    padding-bottom: 130%;
}
.itif_contact {
    width: 100%;
}

.itif_contact:nth-child(2)>.des_tf:before {
    display: none;
}

.itif_contact:nth-child(2)>.des_tf:after {
    display: none;
}

.itif_contact:nth-child(2) {
    margin: 20px 0;
    padding: 20px 0;
    border-bottom: 2px solid #db234a;
    border-top: 2px solid #db234a;
}
.ft_3.ft32.ft {
    margin-bottom: 40px !important;
}
.item_claim {
    width: 100%;
    padding: 0;
    margin: 20px 0;
}

.on_pba p {
    margin-top: 5%;
}
.on_ft {
    width: 100%;
    text-align: center;
}

.ft_sent.ft input#goiii {
    display: inline-block;
}

.ft_sent.ft .ft_sent.ft {}

.ft_sent.ft span.wpcf7-spinner {
    position: absolute;
    bottom: 8px;
    z-index: 9;
    right: 0;
}

.ft_sent.ft {
    position: relative;
}
div#wpsl-result-list {
    padding-left: 10px;
}
.owl-next {
    width: 30px;
    height: 30px;
    right: -35px;
}

.owl-prev {
    width: 30px;
    height: 30px;
    left: -34px;
}

}