@charset "utf-8";

@font-face {
    font-family: 'Georgia';
    src: url(../fonts/Georgia.ttf);
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Open Sans', sans-serif;
    color: #101111;
    overflow-x: hidden;
}
a
{
    outline: none;
    text-decoration: none;
}

a:hover{
    outline: none;
    text-decoration: none;
    color: #0a6b75;
}
a:focus{
    outline: none;
    text-decoration: none;
}
button, button:focus, button:hover
{
    outline: none;
    text-decoration: none;
}
label{
    font-weight: 500
}
.img-responsive
{
    width: 100%
}
h1,
h2,
h3,
h4,
h5, h6 {
    padding: 0;
    margin: 0;
}
h1,
h2,
h3, h4{
    /*font-family: 'FT Sans Demi';
    font-family: 'Alata', sans-serif;*/
}

[class^="uil-"]:before, [class*=" uil-"]:before{
    margin-left: 0
}

ul
{
    list-style: none;
    margin-bottom: 0
}
.row-xs
{
    margin-left: -8px;
    margin-right: -8px;
}
.row-xs div[class*="col"] {
    padding: 0 8px;
}
.flex-row div[class*="col"] {    
    align-self: center;
}
.mt-6, .my-6 {
    margin-top: 4rem!important;
}

.btn.focus, .btn:focus, .btn:not(:disabled):not(.disabled).active:focus, .btn:not(:disabled):not(.disabled):active:focus, .show>.btn.dropdown-toggle:focus{
    box-shadow: none;
    /*color: #fff;*/
}
.btn:hover {
    /*color: #ffffff;*/
    text-decoration: none;
}

.form-control{
    height: 42px;
    font-size: 14px;
    border: 1px solid #e5e5e5;
}
.form-control:focus {
    border-color: #53b6a4;
    box-shadow: none;
}
.form-control::placeholder{
    font-size: 14px;
    color: #aaa;
}

.form-group label {
    font-weight: 500;
    margin-bottom: 7px;
    font-size: 14px;
}

header
{
    background: #297ac9;
    box-shadow: 0 2px 3px rgb(0 0 0 / 52%);
    position: sticky;
    top: 64px;
    z-index: 2;
}

header .logo img
{
    height: 43px
}

header.sticky .nav > ul > li > a{
  color: #242424;
}
header.sticky .nav > ul > li > a{
  color: #242424;
}
/* .innerHeader {
    position: relative;
    background: #fff;
} */


/*header.innerHeader .nav > ul > li > a:hover:before {
    width: 70%;
    background: #0a6b75;
}
header.innerHeader .nav > ul > li > a:before {
    content: '';
    position: absolute;
    display: block;
    margin: auto;
    height: 1px;
    width: 0;
    bottom: -2px;
    transition: width .5s ease,background-color .5s ease;
}*/

/*header.innerHeader .nav > ul > li > a.active
{
    color: #0a6b75;
}
header.innerHeader .nav > ul > li > a.active:before {
    width: 70%;
    background: #0a6b75;
}*/

.top-header{
    background: #0d3862;
    padding: 8px 0;
    border-bottom: 1px solid rgb(238 238 238 / 17%);
    position: sticky;
    top: 0;
    z-index: 3;
}
.download-app{
    font-size: 14px
}
.search-bar {
    vertical-align: middle;
    position: relative;
}
.search-bar .search-button {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    background: #1f65aa;
    border: none;
    outline: none;
    color: #ffffff;
    padding: 0 13px;
    border-radius: 0 3px 3px 0;
}
.search-bar select
{
    padding: 8px 7px;
    font-size: 13px;
    line-height: 1.5;
    outline: none;
    color: #495057;
    border: 1px solid #e7e5e5;
    border-radius: 2px 0 0 2px;
    width: 85px;
}
.form-search
{
    width: 100%;
    padding: 6px 14px;
    font-size: 14px;
    line-height: 1.8;
    color: #495057;
    background-color: #fcfcfc;
    background-clip: padding-box;
    border-radius: 3px;
    outline: none;
    border: none;
}
.search-icon{
    background: none;
    border: none;
}

.searchList {
    list-style: none;
    padding-left: 0;
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    background: #fff;
    z-index: 99;
    box-shadow: 0 3px 6px rgb(42 42 42 / 18%);
    -webkit-box-shadow: 0 3px 6px rgb(42 42 42 / 18%);
    text-align: left;
    max-height: 380px;
    overflow-y: auto;
    border-radius: 0 0 4px 4px;
}
.searchList li {
    padding: 7px 10px;
    cursor: pointer;
    list-style: none;
    font-size: 14px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.searchList li:hover {
    background: #f1f1f1;
}
.searchList li img {
    margin-right: 10px;
    width: 35px;
    height: 35px;
}

.bottom-header{
    background: #145290;
}
.logo-top-left {
    display: inline-block;
    vertical-align: middle;
    width: 400px;
    position: relative;
    z-index: 10;
}

.top-right {
    /*display: inline-block;
    vertical-align: middle;
    width: calc(100% - 405px);*/
}
.right-nav
{
  /*text-align: center;*/
}


.link-top
{   font-size: 15px;
    color: #fff;
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.link-top:hover{color: #fff;}

.link-top > span{
    
    color: #fff;
    text-align: center;
    margin-right: 20px;
    line-height: 28px;
    border-radius: 50px;
    font-size: 18px;
}
.link-top label
{
  font-weight: 400;
}
.cta-right
{
    float: right;
}
.cta-right .btx {
    padding: 8px 20px;
    font-size: 13px;
}
.cta-right .btn-theme {
  letter-spacing: 0.3px;
    display: inline-block;
  /*color: #fff;
  background: #53b6a4;*/
  border-radius: 50px;
  font-weight: 600;
  padding: 7px 20px 6px;
  text-transform: uppercase;
  font-size: 13px;
  transition: all .4s;
  border: 1px solid #53b6a4;
  background: #fff;
  color: #53b6a4;
}
.btn-theme {
  color: #fff;
  background: #53b6a4;
  border: none;
}
.btn-theme:hover{
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.19);
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.19);
  -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.19);
}

.btx
{
    position: relative;
    display: inline-block;
    text-align: center;
    padding: 12.5px 20px;
    font-size: 0.87rem;
    /* background: transparent; */
    border: none;
    border-radius: 4px;
    color: #0a6b75;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.6px;
    transition: .15s ease-in-out;
    text-decoration: none;
    cursor: pointer;
    line-height: 14px;
}

.btx.disabled, .btx:disabled {
    opacity: .65;
}
.btx.disabled:before, .btx.disabled:after{
    display: none;
}
.btx-transparent
{
    background: rgb(255 255 255 / 14%);
    border: 1px solid #ffffff;
    color: #ffffff;
}
.btx-transparent:hover
{
    background: #fff;
    border: 1px solid #c0c0c0;
    color: #ffffff;
}

.btx-white
{
    background: #fff;
    border: 1px solid #ffffff;
    color: #145290;
}
.btx-white:hover
{
    background: rgb(255 255 255 / 14%);
    color: #ffffff;
}

.btx-green
{
    background: #145290;
    color: #fff;
    border: 1px solid #145290;
    position: relative;
}
/*.btx-green:hover, .btx-green:focus
{
    color: #fff;
    background: #b62427;
}*/
.btx-green:disabled, .btx-green.disabled{
    opacity: .65;
}
.btx-green:disabled:hover, .btx-green.disabled{
    background: #145290;
    cursor: auto;
}

.btx-green:hover, .btx-green:focus, .btx-green.active {
    color: #fff;
    background: #0d3862;
}
/*.btx-green:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgb(255 255 255 / 15%);
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.btx-green:after {
    content: '»';
  position: absolute;
  opacity: 0;  
  top: 11px;
  left: 60%;
  transition: 0.5s;
  font-size: 23px;
}
.btx-green:hover::before {
        -webkit-transform: scaleX(1);
    transform: scaleX(1);
}
.btx-green:hover::after {
    opacity: 1;
  left: calc(100% - 15px);
}*/

.btx-green-outline
{
    background: transparent;
    border: 1px solid #145290;
    color: #145290;
}
.btx-green-outline:hover
{
    background: #145290;
    border: 1px solid #145290;
    color: #ffffff;
}
.btx-green-outline:focus{
    color: #fff;
    background: #145290;
    border: 1px solid #145290;
}

.btx-link{
    color: #145290
}
.btx-link:focus, .btx-link:hover{
    color: #145290;
}

.text-warning {
    color: #f29806!important;
}

.nav-bar{ 
  background: transparent;
  text-align: right;
}


/*+++++++++++++++++NAV MENU+++++++++++++++++++*/


#pull{display:none;}

/*.nav
{
  display: inline-block;
}*/
.nav > ul{
  padding: 0px;
  width: 100%;
  /*display: flex;
    align-items: center;
    justify-content: space-between;*/
}
.nav > ul > li{position:relative;display:inline-block;vertical-align:middle;width:auto;height:auto;}
/*.nav > ul > li:last-child{
    margin-right: 12px;
}*/
.nav > ul > li:hover, .nav > ul > li >a:hover, .nav > ul > li >a.active{
    color: #ffffff;
    background: #1f65aa;
}

.nav > ul > li > ul > li a:hover{
    color: #fff;
    background: #155a9d;
}

.nav > ul > li > a {
  position: relative;
  z-index: 1;
  display: block;
  width: auto;
  height: auto;
  font-weight: 400;
  font-size: 14px;
  color: #fff;
  line-height: 30px;
  padding: 8px 14px;
  cursor: pointer;
  letter-spacing: 0;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
.nav > ul > li > a i{
    opacity: 0.7;
}
.nav > ul > li:hover > a,
.nav > ul > li.current-menu-item > a,
.nav > ul > li.current-menu-parent > a,
.nav > ul > li.current-menu-ancestor > a{}
.nav > ul > li > ul{
    position:absolute;top:45px;left:0;z-index:9999;width:220px;height:auto;
    border-radius: 3px;
    background: #1f65aa;
    color: #fff;
    text-align:left;
    opacity:0;
    visibility:hidden;
    transition:all 0.3s ease-in-out;
    -webkit-transition:all 0.3s ease-in-out;    -webkit-box-shadow: 0 4px 8px rgba(0,0,0,.175);
    box-shadow: 0 4px 8px rgba(0,0,0,.175);}
/*.nav > ul > li:last-child > ul,
.nav > ul > li:nth-last-child(2) > ul{left:auto;right:0;}*/
.nav > ul > li:hover > ul{opacity:1;visibility:visible;}
.nav > ul > li > ul > li,
.nav > ul > li > ul > li > ul > li{position:relative;width:100%;height:auto;float:left;}
.nav > ul > li > ul > li > a,
.nav > ul > li > ul > li > ul > li > a{display:block;width:auto;height:auto;
    padding: 9px 15px;
    border-bottom: 1px solid rgb(255 255 255 / 14%);
    color: #fff;
    text-transform: capitalize;
    font-weight: 400;
    font-size: 13px;
  cursor:pointer;transition:all 0.3s ease-in-out;-webkit-transition:all 0.3s ease-in-out;}
/*.nav > ul > li:hover > ul > li > a,
.nav > ul > li:hover > ul > li > ul > li > a{
    padding:6px 10px 6px 10px;
}*/
.nav > ul > li > ul > li:hover > a,
.nav > ul > li > ul > li > a.active,
.nav > ul > li > ul > li.current-menu-item > a,
.nav > ul > li > ul > li.current-menu-parent > a,
.nav > ul > li > ul > li > ul > li:hover > a,
.nav > ul > li > ul > li > ul > li > a.active,
.nav > ul > li > ul > li > ul > li.current-menu-item > a,
.nav > ul > li > ul > li > ul > li.current-menu-parent > a{
    color: #fff;
    background: #155a9d;
}

.nav > ul > li > ul > li > ul{position:absolute;top:10%;left:100%;z-index:9999;width:240px;height:auto;background:#114d88;text-align:left;opacity:0;visibility:hidden;transition:all 0.3s ease-in-out;-webkit-transition:all 0.3s ease-in-out;}
.nav > ul > li:last-child > ul > li > ul,
.nav > ul > li:nth-last-child(2) > ul > li > ul{
    /* left:auto; */
    right:100%;
}
.nav > ul > li > ul > li:hover > ul{top:0;opacity:1;visibility:visible;}
.bg-click
{
    background: rgba(0, 0, 0, 0.75);
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    z-index: 1000;
    display: none;
    backdrop-filter: blur(6px);
}

.home-icon{
    font-size: 17px;
    vertical-align: middle;
    opacity: 1!important;
}

.section-title h2
{
    font-size: 24px;
    line-height: 34px;
    font-weight: 600
    
}
.section-title.text-left p
{
    width: 70%;
    font-weight: 600;
    margin-top: 5px;
}
.section-title.text-center p
{
    width: 70%;
    margin: 5px auto 0;
    font-weight: 600;
}
.flex-title{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
p{
    font-size: 15px;
    line-height: 1.6;
}



._2Menu {
    background-color: #fafafa;
    position: sticky;
    top: 61px;
    z-index: 10;
    box-shadow: 0px 2px 3px rgb(0 0 0 / 10%);
}
.list-unstyled {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.list-unstyled li a {
    padding: 10px 20px;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
    position: relative;
    color: #212529
}
.list-unstyled li a:hover
{
    color: #53b6a4;
}
.list-unstyled li p {
    font-size: 13px;
    line-height: 1;
    margin: 0;
    padding-left: 8px;
}
.list-unstyled li svg
{
    height: 20px;
}
.list-unstyled li a.active
{
    color: #53b6a4;
    border-bottom: 2px solid #53b6a4;
}
.list-unstyled li a.active svg path
{
    fill: #53b6a4;
}

.icon-service-type {
    fill: #53b6a4;
}

.howto-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin: 0 auto;
}
.howto {
    width: 326px;
    padding: 40px 15px 20px;
    position: relative;
    margin-bottom: 30px;
    text-align: center;
}
.howto .howto-img {
    margin-bottom: 20px;
    text-align: center;
}
.howto-img img
{
    max-height: 71px;
    margin: 0 auto
}
/*.howto .howto-num {
    height: 80px;
    width: 38px;
    display: inline-block;
    vertical-align: middle;
    font-size: 66px;
    font-weight: 700;
    line-height: 80px;
    font-style: italic;
    color: #005a96;
}*/

.divider {
    width: 49px;
    height: 2px;
    background: #145290;
    max-width: 100%;
    margin: 13px auto;
    transition: .33s all ease;
}

.howto-container .howto p {
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    margin: 0;
    font-size: 16px;
    line-height: 30px;
    text-align: center;
}

.howto:before, .howto:after {
    content: '';
    position: absolute;
    width: calc(100% - 35px);
    height: calc(100% - 35px);
    border: 1px solid #145290;
    pointer-events: none;
    transition: .33s all ease;
}
.howto:before {
    top: 0;
    left: 0;
    border-width: 1px 0 0 1px;
}
.howto:after {
    bottom: 0;
    right: 0;
    border-width: 0 1px 1px 0;
}
.howto:hover:before, .howto:hover:after {
    width: 100%;
    height: 100%;
    border-color: #145290;
}

.howto:hover .divider {
    width: 148px;
}

#img-slide img
{
    border: 1px solid #cdd0dd;
}

.multi-block {
    padding: 75px 0 70px;
}
.multi-content-section .multi-block:nth-child(even) {
    background: #f3f4f9;
}

.check-list{
    padding-left: 15px;
        list-style: disc;
}
.check-list li{
    font-size: 15px
}
li.icon-tick {
    padding-left: 0;
    margin-bottom: 15px;
    position: relative;
}

/*li.icon-tick:before {
    position: absolute;
        top: -4px;
    left: 0;
    font-size: 21px;
    content: "\f00d";
    font-family: IcoFont!important;
    color: #145290;
}*/
.accreditation-logos img
{
    padding: 0 10px;
}

.faq-section {
    background: #fff;
    padding: 60px 0;
}
.accordion-faq
{
    width: 75%;
    margin: 0 auto;
}
.accordion-faq li {
    margin-bottom: 20px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px;
}
.accordion-faq li:last-child
{
    margin-bottom: 0;
}
.accordion-faq li h3 {
    
    font-size: 19px;
    font-weight: 600;
    line-height: 28px;
    cursor: pointer;
    color: #53b6a4;
}
.accordion-faq li h3:hover, .accordion-faq li h3.active
{
    color: #53b6a4;
}
.accordion-faq li p {
    
    /*display: none;*/
    margin-bottom: 0;
    margin-top: 10px;
    font-weight: 600;
}
.testibg
{
    background: #f8f8f8;
    padding: 55px 0 60px
}
.tp-widget-review {
    position:relative;
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 2px 6px rgb(0 0 0 / 8%);
    -webkit-box-shadow: 0 2px 6px rgb(0 0 0 / 8%);
}
.tp-widget-content{
    padding: 15px 15px;
}
.user-flex{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.avatar
{
    height: 22px;
    width: 22px;
    border-radius: 50%;
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
    margin-right: 7px;
}
.user-header {
}

.user-header label{
    font-size: 13px;
    margin-bottom: 0px;
    color: #747474;
    line-height: 15px;
    font-family: 'Alata', sans-serif;
}
.user-header h4 {
    font-size: 16px;
    margin: 0;
    color: #484a68;
}
.tp-widget-review svg
{
    height: 16px;
    margin-top: -3px;
}
.tp-widget-review .rating
{
   font-size: 14px
}
.rating svg path
{
    fill: #ffce00
}
.tp-widget-content h3{
    font-size: 18px;
    margin: 0 0 10px
}
.winning-image{
    height: 240px;
    overflow: hidden;
}
.winning-image img {
    height: 100%;
    object-fit: cover;
}

#testi.owl-theme .owl-stage-outer {
    padding-bottom: 10px;
    padding-top: 10px;
}
#testi.owl-theme .owl-nav [class*='owl-'] {
    background-color: #fff;
    border-radius: 50%;
    border-width: 0;
    box-shadow: 0 0 1px 1px rgba(20, 23, 28, .1), 0 3px 1px 0 rgba(20, 23, 28, .1);
    color: #145290;
    font-size: 25px;
    height: 37px;
    width: 37px;
    line-height: 28px;
    position: absolute;
    z-index: 1;
    top: 50%;
    transform: translate(-50%, -50%);

}

#testi.owl-theme .owl-nav [class*='owl-']:hover {
    background: #fff!important;
    box-shadow: 0 2px 8px 2px rgba(20, 23, 28, .15)
}

#testi.owl-theme .owl-next {
    right: -42px
}

#testi.owl-theme .owl-prev{
    left: -8px
}

.banner{
    background: #f8fbf2;
}

#portfolio.owl-theme .owl-nav [class*='owl-'] {
    background-color: #fff;
    border-radius: 50%;
    border-width: 0;
    box-shadow: 0 0 1px 1px rgba(20, 23, 28, .1), 0 3px 1px 0 rgba(20, 23, 28, .1);
    color: #145290;
    font-size: 25px;
    height: 37px;
    width: 37px;
    line-height: 28px;
    position: absolute;
    z-index: 1;
    top: 50%;
    transform: translate(-50%, -50%);

}
#portfolio.owl-theme .owl-nav [class*='owl-']:hover {
    background: #fff!important;
    box-shadow: 0 2px 8px 2px rgba(20, 23, 28, .15)
}
#portfolio.owl-theme .owl-next {
    right: 6.3%
}

#portfolio.owl-theme .owl-prev{
    left: 9%
}

#portfolio.owl-theme img{
    box-shadow: 0 4px 22px 0 rgb(0 0 0 / 7%);
    border-radius: 6px;
    background: #fff;
}
/*#portfolio.owl-carousel .owl-stage-outer .owl-item {
    padding: 0 2vw;
}
#portfolio.owl-carousel .owl-stage-outer {
    padding: 20px 0 30px;
}
#portfolio img
{
    height: 300px;
    width: auto;
    margin: 0 auto;
}
*/

footer
{
    padding: 50px 0 0px;
}

footer p
{
    margin: 0;
    color: #f7f7f7;
    font-size: 14px;
}
footer.dark {
    padding: 50px 0 30px;
    background: #0d3862;
}
.footer1{
    margin-bottom: 20px;
}
.footer1 h5 {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 25px;
}
.footer1 ul li a {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: .2px;
    color: #ffffff;
    transition: 0.03s;
    font-weight: 500;
    display: block;
}
.footer1 ul li a:hover, .footer1 ul li a.active
{
    color: #e9e9e9;
}
.footer1 ul li {
    margin-bottom: 10px;
    list-style-type: none;
}
.footer1 ul li a i {
    margin-right: 10px;
}
.social a {
    position: relative;
    padding: 7px 17px;
    border-radius: 50%;
    background: rgba(79, 82, 85, .12);
    border: 1px solid rgba(204, 209, 212, .3);
    margin-right: 5px;
    transition: .4s;
    display: inline-block;
    height: 34px;
    width: 34px;
}
.social a i {
    position: absolute;
    top: 50%;
    left: 50%;
    color: #fff;
    font-size: 14px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.social a:hover {
    background: rgb(208 208 208 / 21%);
    transition: .4s;
}
.footer-menu
{
    margin-top: 15px;
}
.footer-menu ul li
{
    display: inline-block;
    vertical-align: middle;
    padding: 0 10px;
    border-right: 1px solid #ccc;
}
.footer-menu ul li:last-child
{
    border-right: none
}
.footer-menu ul li a
{
    color: #fff;
}
.footer-content
{
    text-align: center;
}
.footer-content label
{
    color: #aeaeae;
}
.footer-content a
{
    color: #fff;
}
.copyright {
    background: #0e1111;
    padding: 35px 0 15px;
    border-top: 1px solid  rgba(208, 208, 208, .18);
}

.copyright p {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: .2px;
    color: #cecece
}

.copyright1 h3{
    color: #fff;
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 30px;
}
.copyright ul {
    padding: 0;
    margin: 0
}


.copyright ul li a {
    text-decoration: none;
    font-size: 14px;
    line-height: 22px;
    color: #dedede;
    transition: 0.2s
}

.copyright ul li a:hover {
    color: #fff;
    transition: 0.2s
}
.two-column{
    columns: 2
}

.home-earn {
    background: #f3f4f9;
    padding: 75px 0 75px;
}

.section-insur {
    padding: 70px 0 30px;
}
.insur-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.insur-left-block {
    max-width: 857px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.insur-left-block .content-panel {
    background: #f5fef9;
    padding: 75px 175px 68px 75px;
}
.insur-right-block {
    max-width: 520px;
    padding: 40px 40px;
    margin-top: 45px;
    border-radius: 8px;
    -webkit-box-shadow: 0 0 15px 0 rgba(0,0,0,.07);
    box-shadow: 0 0 15px 0 rgba(0,0,0,.07);
    background-color: #fff;
    margin-left: -100px;
    position: relative;
}
.listing-cards li {
    width: 100%;
    display: table;
    border-bottom: 1px solid #ededed;
    list-style: none;
    padding: 27px 0 10px;
}
.listing-cards li:last-child {
    border-bottom: 0;
    padding-bottom: 0!important;
}
.listing-cards .card-icon {
    display: table-cell;
    width: 70px;
}
.listing-cards .card-box {
    display: table-cell;
    vertical-align: top;
}
.listing-cards .card-icon img {
    max-width: 44px;
}
.card-box h3 {
    font-size: 19px;
    margin: 0 0 16px;
}
.card-box p {
    line-height: 1.5;
    color: #636363;
    font-size: 16px;
}

.listed-shadow li
{
    padding: 15px 25px;
    border: 1px solid #53b6a4;
    border-radius: 4px;
        transition: 0.4s;
}
.listed-shadow li:hover
{
    box-shadow: 0 2px 4px rgb(0 0 0 / 19%);
}


.investors-section {
    padding: 70px 0;
}
.team figure
{
    height: 150px;
    width: 150px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto
}
.team figcaption h4
{
    text-transform: uppercase;
    font-weight: 600;
    font-size: 18px;
    margin-top: 15px;
}
.team figcaption h5
{
    font-size: 14px;
    color: #787878;
}
.our-partner
{
    padding: 60px 0;
    background: #f3f4f9;
}
.logo-item {
    display: inline-block;
    width: auto;
    vertical-align: middle;
    margin: 25px 35px 0;
}
.logo-item img {
    height: 38px;
}
._searchMenu ul
{
    border-bottom: 1px solid #ccc;
}
._searchMenu .list-unstyled {
    display: flex;
    align-items: center;
    justify-content: initial;
    flex-wrap: wrap;
}
/*._searchMenu li:first-child a
{
    border-left: 1px solid #ccc;
}*/
.form-control-feedback {
    position: absolute;
    top: 34px;
    left: 16px;
    font-size: 13px;
    z-index: 2;
    display: block;
    width: 32px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    pointer-events: none;
}
.search-box
{
    padding-left: 30px;
}

.stock-block {
    border-radius: 4px;
    background-color: #fff;
    border: 1px solid #dcdcdc;
    height: auto;
    padding: 30px 40px;
    margin-bottom: 30px;
}
.fund-title {
    font-size: 18px;
    font-weight: 600;
    color: #005a96;
}
.returns i {
    font-size: 12px;
    font-weight: 700;
}
.fund-category
{
    margin: 0;
}
.fund-actions .btn
{
    border-radius: 50px;
    font-weight: 600;
    padding: 8px 20px;
    text-transform: uppercase;
    font-size: 13px;
}
.fund-detail-head {
    font-size: 13px;
    color: #707780;
}
.fund-detail-graph {
    font-size: 13px;
    color: #707780;
    text-align: right;
}
.fund-detail .fund-detail-value {
    font-size: 14px;
    font-weight: 700;
    color: #3f5166;
}
/*.fund-detail-value
{
    margin-bottom: 0;
}*/

.home-logo
{
    padding: 0 0 20px;
}
.home-right-menu a
{
    color: #fff;
    padding-left: 15px;
}
.home-right-menu a:first-child
{
    padding-left: 0;
}
.home-right-menu a:hover
{
    color: #eee;
}
.home-card
{
    background: #f8f8f8;
    padding: 20px 8px;
    text-align: center;
    margin-bottom: 30px;
    position: relative;
}
.home-card:before, .home-card:after {
    content: '';
    position: absolute;
    width: calc(100% - 85px);
    height: calc(100% - 85px);
    border: 1px solid transparent;
    pointer-events: none;
    transition: .83s all ease;
}
.home-card.hover:before, .home-card.hover:after, .home-card:hover:before, .home-card:hover:after {
    width: 100%;
    height: 100%;
    border-color: rgb(252 254 255 / 80%);
}
.home-card:before {
    top: 0;
    left: 0;
    border-width: 1.5px 0 0 1.5px;
}
.home-card:after {
    bottom: 0;
    right: 0;
    border-width: 0 1.3px 1.3px 0;
}
.home-card h3 {
    font-size: 18px;
    margin: 15px 0 0;
    color: #222;
}
.home-card svg
{
    height: 49px;
}
.bg-green
{
    background: #23dd26;
}
.bg-pink
{
    background: #c60084;
}
.bg-purple {
    background: #6d1a84;
}
.bg-red
{
    background: #d33800;
}
.bg-seagreen {
    background: #64ebe5;
}
.bg-facebook {
    background: #3b5998;
}
.bg-twitter {
    background: #00acee;
}
.bg-orange {
    background-color: #ff6600;
}

/*div[class*="bg"] svg path
{
    fill: #fff
}
div[class*="bg"] h3
{
    color: #fff;
}
div[class*="bg"] i
{
    color: #fff;
    font-size: 42px;
    line-height: 49px;
}*/
.home-card:hover
{
        box-shadow: 0 2px 8px rgb(255 255 255 / 57%);
}

.logo-card
{
    padding: 36px 8px;
    text-align: center;
}
.modal.show{
    max-height: calc(100vh - 2px);
    overflow-y: auto;  
}
.modal-lg-dialog {
    max-width: 900px;
}
.modal-radius {
    border-radius: 13px;
}
._close_popup_buton {
    border-radius: 50%;
    padding: 5px 6px;
    color: #889697;
    font-size: 16px;
    line-height: 1;
    background: #fff;
    cursor: pointer;
    width: auto;
    border: 2px solid #e3e3e3;
}
.modal-radius ._close_popup_buton {
    position: absolute;
    right: 20px;
    top: 20px;
}
.modal-logo{
    text-align: center;
    margin-bottom: 30px;
}
.modalText .form-control
{
    font-size: 13px;
    background-color: #f6f6f6;
}
.modalText .col-form-label
{
    font-size: 13px;
    font-weight: 600;
}
.modalText a {
    color: #145290
}
.modalText .form-group label {
    font-weight: 600;
    margin-bottom: 2px;
    font-size: 14px;
}
.checkin-modal .modal-body
{
    padding: 20px 25px;
}
.checkin-modal p
{
    color: #787878;
}
.checkin-modal .form-control
{
    padding: 8px 15px;
    height: 43px;
}
.checkin-modal .btn-theme
{
    padding: 12px 12px;
}

.secure-meeting-wrap {
    background: #f5fef9;
    border: 1px solid #145290;
    padding: 70px;
    text-align: center;
}
.secure-meeting-wrap span img
{
    height: 50px
}
.secure-meeting-wrap p
{
    line-height: 28px;
}
.featured-container
{
    display: table;
    width: 100%
}
.featured-left
{
    display: table-cell;
    width: 40%;
    vertical-align: middle;
    border: 1px solid #f0f0f0;
    background: #145290;
}
.featured-right
{
    display: table-cell;
    width: 60%;
    vertical-align: middle 
}
.cd-featured-first
{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 30px;
}
.cd-featured{
    display: flex;
    flex-flow: wrap;
}
.cd-featured li {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    text-align: left;
    width: 50%;
    padding: 30px;
    border: 1px solid #e5eceb;
    background: #f8fffb;
}
.cd-li-icon img
{
    height: 43px;
    margin-top: 8px;
}
.cd-li-text 
{
    padding-left: 20px;
}
.cd-li-text h4
{
        font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 10px;
}
.cd-li-text .btx
{
    padding: 7px 15px;
    font-size: 11px;
    letter-spacing: 0.2px;
    margin-top: 10px
}
.cd-featured-first .cd-li-text, .cd-featured-first .cd-li-text p
{
    color: #fff;
}

.lawfirm-needs
{
    background: url(../images/need-background.jpg)no-repeat;
    background-position: center center;
    background-size: cover;
    padding: 60px 0 70px;
    color: #fff;
    position: relative;
}
.lawfirm-needs:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgb(30 88 82 / 35%);
}
.lawfirm-needs .container
{
    position: relative;
    z-index: 2;
}
.lawfirm-needs p{
    color: #fff;
}
.need-card
{
    min-height: 240px;
    background: #fff;
    border-radius: 5px;
    padding: 25px;
    box-shadow: 0 3px 4px rgb(0 0 0 / 8%);
    -webkit-box-shadow: 0 3px 4px rgb(0 0 0 / 8%);
    text-align: center;
    border-bottom: 2px solid #145290;
}
.need-img img
{
    height: 62px;
    margin-bottom: 15px;
}
.need-card p
{
    margin: 15px 0 0;
}
.need-container
{
    margin-top: -70px;
    position: relative;
    z-index: 1;
}


/*.banner
{
  position: relative;
  overflow: hidden;
  height: 600px;
  background: url(../images/banner.jpg)no-repeat;
  background-size: cover;
}
.banner:before
{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgb(3 9 8 / 71%);
    backdrop-filter: blur(2px);
}*/
/*.banner-text
{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    right: 0;
    width: 44%;
    z-index: 1;
    text-align: center;
}*/

.banner-text h1
{
    font-size: 42px;
    font-weight: 600;
    margin-bottom: 15px
}
.banner ul li {
    font-size: 18px;
    line-height: 1.67;
    margin-bottom: 15px
}
.banner-text p
{
  font-size: 29px;
  line-height: 34px;
  font-weight: 600;
    height: 105px;
    margin-top: 8px;
}
.particle
{
    position: absolute;
    z-index: 2;
    left: 0;
    top: 0;
    right: 0;
    opacity: 0.2;
}


.connect-strip {
    background: #293741;
    padding: 60px 0;
}
.connect-strip label a
{
    color: #c0fff9;
}
.connect-strip label
{
    font-size: 24px;
    font-weight: 600;
    color: #c0fff9;
}
.connect-strip .container
{
    position: relative;
    z-index: 2
}
.dots {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
}

.handwritten.highlight {
    line-height: 62px;
        font-size: 20px;
        letter-spacing: 2px;
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
    font-family: 'Chilanka', cursive;
    color: #f5fffe;
    position: relative;
}
.handwritten.highlight:before {
    content: "";
    background: url(../images/curve-arrow.png);
    margin-left: -3.5rem;
    width: 31px;
    height: 55px;
    position: absolute;
}

.trust-block
{
    padding: 50px 0 50px;
    background: #263238;
    color: #fff;
}
.trust-block p
{
    color: #fff;
}
.trust-card {
    width: 100%;
    border-radius: 8px;
    padding: 20px 20px 15px;
    margin-bottom: 30px;
    transition: all .3s ease;
    position: relative;
    /*border-bottom: 3px solid transparent;*/
    min-height: 265px;
    background: rgb(255 255 255 / 4%);
}
.trust-card-icon {
    width: 40px;
    display: inline-block;
    vertical-align: middle;
    transition: all .3s ease;
}

.trust-card h4 {
    margin: 0;
    display: inline-block;
    vertical-align: middle;
    font-size: 19px;
}
.trust-card p {
    margin-top: 10px;
}
.trust-card-icon i {
    color: #7adfdc;
    font-size: 25px;
}
.trust-card-icon svg {
    width: 48px;
    height: 35px;
}
.trust-card-icon svg * {
    transition: all .3s ease;
    fill: #7adfdc
}


.bar_tenders_profile_area {
    position: relative;
    margin-bottom: 30px;
}
.bar_tenders_profile_image {
    width: 115px;
    height: 115px;
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
    position: relative;
}
.bar_tenders_profile_image img {
    width: 100%;
    height: 100%!important;
    object-fit: cover
}
.bar_tenders_profile_content {
    display: inline-block;
    vertical-align: top;
    margin-left: 10px;
    width: calc(100% - 130px);
}
.bar_tenders_profile_content h4 {
    font-size: 15px;
    font-weight: 600;
    margin: 0 0 6px;
}

.bar_tenders_profile_content img
{
    height: 20px;
    border-radius: 3px;
}


.company-text h4
{
    color: #53b6a4;
    font-size: 17px;
    line-height: 14px;
    margin-top: 0;
}
.company-text h5
{
    color: #4a4a4a;
    margin: 0;
    font-size: 13px;
    font-weight: 500;
    line-height: 14px
}
.bar_tenders_profile_area svg {
    position: absolute;
    width: 90px;
    right: -43px;
    bottom: -33px;
    overflow: hidden;
    fill: #f2f2f9;
    z-index: -1;
    transition: 0.2s linear;
}
.bar_tenders_profile_area:hover svg {
    width: 130px;
    bottom: 15px;
    transition: 0.2s linear;
}


.contact-page-section{
    position:relative;
    padding:60px 0px 50px;
}

.contact-page-section .info-column{
    position:relative;
    margin-bottom:40px;
}

.contact-page-section .info-column .inner-column{
    position:relative;
    padding:30px 29px;
    background-color: #145290;
    color: #fff;
}

.contact-page-section .info-column .inner-column .title-box .title-text{
    position:relative;
    font-size:16px;
    font-weight:400;
    line-height:1.5em;
    margin-top:8px;
    margin-bottom:30px;
    color:rgba(255,255,255,0.80);
}

.contact-page-section .info-column .inner-column .social-links{
    position:relative;
}

.contact-page-section .info-column .inner-column .social-links li{
    position:relative;
    margin-right:4px;
    margin-bottom:5px;
    display:inline-block;
}

.contact-page-section .info-column .inner-column .social-links li a{
    position:relative;
    width:45px;
    height:45px;
    border-radius:2px;
    display:inline-block;
    text-align:center;
    line-height:43px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    border: 1px solid rgb(255 255 255 / 33%);
    color: #fff;
}

.contact-page-section .info-column .inner-column .social-links li a:hover{
    
    background-color: rgb(255 255 255 / 40%);
}

/* Contact Info List */

.contact-info-list{
    position:relative;
    padding-left: 0;
    list-style: none;
}

.contact-info-list li{
    position:relative;
    margin-bottom: 22px;
    font-size: 15px;
    min-height: 50px;
    line-height: 21px;
    padding-left:50px;
}

.contact-info-list li strong{
    font-weight:600;
    font-size:18px;
    display:block;
        margin-bottom: 10px;
}

.contact-info-list li i{
    position:absolute;
    left:0px;
    top:3px;
    font-size:32px;
}

.contact-info-list li a
{
    color: #fff;
}
.contact-info-list li a:hover
{
    color: #009688;
}
.contact-page-section .form-column{
    position:relative;
}

.contact-page-section .form-column .inner-column{
    position:relative;
    padding-left:15px;
}

.contact-page-section .form-column .inner-column .row{
    margin:0px -11px;
}

.contact-page-section .form-column .inner-column .contact-form .form-group{
    padding:0px 10px;
}

/* Contact Form */

.contact-form{
    position:relative;
    margin-bottom:30px;
}

.contact-form .form-group{
    position:relative;
    margin-bottom:22px;
}

.form-field{
    position:relative;
    display:block;
    width:100%;
    /*color:#a5a5a5;*/
    line-height:26px;
    padding:10px 18px;
    height:47px;
    font-size:14px;
    border-radius:4px;
    background:#fff;
    border: 1px solid #dfdfdf;
    -webkit-transition:all 300ms ease;
    -ms-transition:all 300ms ease;
    -o-transition:all 300ms ease;
    -moz-transition:all 300ms ease;
    transition:all 300ms ease;
}


textarea.form-field{
    position:relative;
    display:block;
    width:100%;
    line-height:26px;
    padding:10px 18px;
    color:#a5a5a5;
    height:100px;
    font-size:14px;
    resize:none;
    border-radius:2px;
    background:#fff;
    border:1px solid #dfdfdf;
    -webkit-transition:all 300ms ease;
    -ms-transition:all 300ms ease;
    -o-transition:all 300ms ease;
    -moz-transition:all 300ms ease;
    transition:all 300ms ease;
}
.form-field:focus{
        border-color: #53b6a4;
        outline: none;
}

.package-bg {
    background: url(../images/table-bg.jpg)no-repeat fixed;
    background-position: center center;
    background-size: cover;
    padding: 70px 0 70px;
    position: relative;
    color: #fff;
}
.package-bg:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
   background: rgb(5 22 20 / 67%);
}

.package-card {
    width: 100%;
    border-radius: 8px;
    padding: 30px 25px 30px;
    margin-bottom: 30px;
    transition: all .3s ease;
    position: relative;
    /* border-bottom: 3px solid transparent; */
    min-height: 265px;
    background: rgb(246 255 254 / 9%);
    color: #fff;
}
.package-content .item 
{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.package-card h3
{
    text-align: center;
    text-transform: capitalize;
    font-size: 20px;
    margin-bottom: 15px;
}
.package-price
{
    text-align: center;
}
.package-card h4
{
    font-family: 'Nunito Sans', sans-serif;
    color: #41d3c5;
    font-size: 28px;
}
.package-card h4 span
{
    font-size: 20px;
    position: relative;
    top: -6px;
    font-weight: 400;
        margin-right: 3px;
}
.package-card h5
{
    /*font-family: 'Nunito Sans', sans-serif;*/
    font-size: 15px;
    padding: 6px 0;
}
.package-card h5:last-child
{
    color: #41d3c5;
}
.package-content
{
    margin: 20px 0 25px;
}
.package-btn 
{
    text-align: center;
}
.package-btn button
{
    padding: 9.5px 14px;
    font-size: 12px;
}

.quick_enquiry {
    position: fixed;
    bottom: 2.8rem;
    right: 1.4rem;
    height: auto;
    cursor: pointer;
        z-index: 1;
}

.quick_enquiry a {
    width: 42px;
    height: 42px;
    margin-bottom: 0;
    position: relative;
    display: block;
    border-radius: 50%
}

.policy-content h4
{
    margin-bottom: 7px;
        margin-top: 35px;
}

.animation-type {
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
}
.floating1{
    animation-name: floating1;
    -webkit-animation-name: floating1;
    position: relative;
    top: -10px;
    z-index: 1;
    margin-left: 30px;
}
.floating1 {
    animation-duration: 4s;
    -webkit-animation-duration: 4s;
    -webkit-animation-delay: 1.1s;
    animation-delay: 1.1s;
}
.floating2{
    animation-name: floating2;
    -webkit-animation-name: floating2;
}
.floating2 {
    animation-duration: 8s;
    -webkit-animation-duration: 8s;
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s;
}

@keyframes floating1{
    
    0% {
    -webkit-transform: rotateX(0deg) translateY(0px);
    -ms-transform: rotateX(0deg) translateY(0px);
        transform: rotateX(0deg) translateY(0px);
    }
    50% {
        -webkit-transform: rotateX(0deg) translateY(25px);
        -ms-transform: rotateX(0deg) translateY(25px);
        transform: rotateX(0deg) translateY(25px);
    }
    100% {
        -webkit-transform: rotateX(0deg) translateY(0px);
        -ms-transform: rotateX(0deg) translateY(0px);
        transform: rotateX(0deg) translateY(0px);
    }
    
}
@keyframes floating2{
    
    0% {
    -webkit-transform: rotateX(0deg) translateY(0px);
    -ms-transform: rotateX(0deg) translateY(0px);
        transform: rotateX(0deg) translateY(0px);
    }
    50% {
        -webkit-transform: rotateX(0deg) translateY(25px);
        -ms-transform: rotateX(0deg) translateY(25px);
        transform: rotateX(0deg) translateY(25px);
    }
    100% {
        -webkit-transform: rotateX(0deg) translateY(0px);
        -ms-transform: rotateX(0deg) translateY(0px);
        transform: rotateX(0deg) translateY(0px);
    }
    
}

.iconhome-holder {
    width: 100%;
    display: flex;
    align-items: flex-start;
    margin-bottom: 15px;
}
.iconhome-holder > .icons {
    margin-top: 5px;
    flex: 0 0 32px;
}
.iconhome-holder > .icons img
{
    height: 32px;
}
.iconhome-holder > .icon-data {
    padding-left: 15px;
}
.iconhome-holder > .icon-data h4 {
    font-size: 19px;
    line-height: 30px;
}
.iconhome-holder > .icon-data p {
    font-size: 16px;
    text-align: justify;
}

.banner-header
{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: 11;
    padding: 15px 0;
    transition: 0.3s ease-in;
}
.banner-header .cta-right .call
{
    color: #fff;
}
.banner-header .cta-right .call:hover
{
    color: #3de2ef;
}
.call i
{
    font-size: 20px;
    margin-right: 4px;
    vertical-align: middle;
}
.banner-header.scroll-header
{
    position: sticky;
    padding: 11px 0;
    background: #36444b;
}
.banner-header .nav > ul > li > a:before {
    content: '';
    position: absolute;
    display: block;
    margin: auto;
    height: 1px;
    width: 0;
    bottom: -2px;
    transition: width .5s ease,background-color .5s ease;
}


.banner-header .nav > ul > li > a.active
{
    color: #145290;
}
.banner-header .nav > ul > li > a.active:before {
    width: 70%;
    background: #145290;
}


/*.btx-arrow
{
    padding: 10px;
}*/
.mk-button-text {
    display: inline-block;
    -ms-transform: translateX(-18px);
    transform: translateX(-18px);
    -webkit-transform: translateX(-18px);
    transition: -webkit-transform .2s;
    transition: transform .2s;
    transition: transform .2s, -webkit-transform .2s;
    -webkit-transition: -webkit-transform .2s;
    transition-delay: .01s;
    -webkit-transition-delay: .01s;
}
.btx-arrow i {
    /*opacity: 0;
    margin: -2px 15px 0 0;*/
    font-size: 26px;
    line-height: 16px;
    vertical-align: middle;
    opacity: 0;
    margin: 0 10px 0 0;
}
.btx-arrow:hover i {
    opacity: 1;
}
.btx-arrow:hover .mk-button-text {
    -ms-transform: translateX(0);
    transform: translateX(0);
    -webkit-transform: translateX(0);
}
.pricing-page .package-card{
    background: #263238;
}
 .image-404 {
    width: 318px;
    margin: 0 auto;
}

.image-404 .cls-1 {
    fill: #28857c
}

.image-404 .cls-2 {
    fill: #145290
}

.image-404 .cls-3 {
    fill: #c3d4d8
}

.image-404 .cls-4 {
    fill: #e1ebef
}

.image-404 .cls-5 {
    fill: #145290
}

.image-404 .cls-6 {
    fill: #a2b7bc
}

.image-404 .cls-7 {
    fill: #a9a9a9
}

.image-404 .cls-8 {
    fill: #9c9b9b
}

.image-404 .cls-9 {
    fill: #f197be
}

.image-404 .cls-10 {
    fill: #565656
}

.image-404 .cls-11 {
    fill: #fff
}

.image-404 .cls-12 {
    fill: #e9eff2
}

.image-404 .error-code {
    fill: #fff;
    font-size: 80px;
    margin-top: 30px;
    color: #929292;
    line-height: 35px;
}
.error
{
  /*margin: 50px 0;*/
  
}

.contest-card{
    position: relative;
    margin-bottom: 30px;
}
.contest-card a{
    display: block;
    height: 340px;
}
.contest-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.contest-card a:after {
    content: "";
    position: absolute;
    background: rgba(0,0,0,.15);
    will-change: background;
    height: 100%;
    width: 100%;
    z-index: 1;
    top: 0;
    left: 0;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.contest-card:hover a:after  {
    background: rgba(0,0,0,.35);
}
.contest-card-detail {
    padding: 20px;
    background: #fff;
    border-radius: 3px;
    -webkit-box-shadow: 0 3px 5px 0 rgba(0,1,1,.1);
    box-shadow: 0 3px 5px 0 rgba(0,1,1,.1);
    margin: -35px auto 0;
    width: calc(100% - 40px);
    position: relative;
    z-index: 2;
}
.contest-card-detail h4{
    font-size: 20px;
}
.contest-card-detail p{
    margin: 5px 0 0;
    font-size: 14px
}


.contest-item {
    width: 100%;
    display: block;
    /*background: #fff;*/
    color: #2b2f4c;
    padding: 20px 15px;
    /*margin-bottom: 18px;*/
    border-bottom: 1px solid #ededed;
}

.contest-img {
    width: 180px;
    height: 170px;
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
    border-radius: 0px;
    position: relative;
}

.contest-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    transition: 0.3s;
}
/*.contest-img:hover img{
    transform: scale(1.05);
    transition: 0.3s;
}*/
.contest-content
{
    padding: 0 0 0 25px;
    width: calc(100% - 190px);
    display: inline-block;
    vertical-align: middle;
    margin-left: -4px;
}
.contest-category{
    font-size: 12px;
    color: #1B365D;
    background: rgb(221, 239, 250);
    padding: 4px 11px;
    border-radius: 2px;
    font-weight: 600;
}
.contest-item h3 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 5px;
    line-height: 18px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #223907;
}
.contest-item h3:hover{
    color: #223907;
    text-decoration: underline;
}
.contest-item p {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 13px;
    margin-bottom: 3px;
}
.contest-item .price h4 {
    font-size: 20px;
}
.contest-item h6{
    color: #8e9a9d;
}
/*.contest-item h5 {
    font-size: 13px;
    font-weight: 500;
    color: #2b2f4c;
    margin-top: 0;
    margin-bottom: 0;
}*/
/*.contest-item:hover .btx-green-outline{
    background: #145290;
    border: 1px solid #145290;
    color: #ffffff;
}*/

.contest-content-left
{
    display: inline-block;
    vertical-align: top;
    width: 65%;
    padding-right: 50px;
}
.contest-content-right
{
    display: inline-block;
    vertical-align: top;
    width: 34%;
}
.new-tag{
    position: absolute;
    top: 0;
    left: 0;
}
.new-tag .badge{
    border-radius: 50%;
    font-size: 10px;
}
.new-tag .jsxx{
    -webkit-animation: shimmerBackground-jsx 26s linear infinite;
    animation: shimmerBackground-jsx 26s linear infinite;
    margin: 0
}

.badge {
    padding: 5px 10px;
}
.badge-light-success {
    border: 1px solid rgb(76 175 80);
    background-color: rgb(94 184 98 / 6%);
    color: #2fc000;
}
.badge-primary{
    border: 1px solid #1e467e;
    color: #ffffff;
    background-color: #1e467e;
}

.zzk1-sec{
    background-image: url(../images/zzk1-bg.jpg);
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center center;
    background-size: cover;
    padding: 70px 0;
    position: relative;
}
.zzk1-sec:before{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgb(255 255 255 / 95%);
}
.zzk1-sec:after{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    background: #fff; 
    width: 48%; 
}
.zzk1-sec .container{
    position: relative;
    z-index: 1;
}
.flip-holder {
    width: 550px;
    height: 400px;
    position: relative;
    margin: 0 auto;
    -webkit-perspective: 1200px;
    -moz-perspective: 1200px;
    -o-perspective: 1200px;
    perspective: 1200px;
}

.flip-card {
    width: 100%;
    height: 100%;
    position: absolute;

    /*-webkit-transition: -webkit-transform 1s;*/
    /*-moz-transition: -moz-transform 1s;*/
    /*-o-transition: -o-transform 1s;*/
    /*transition: transform 1s;*/

    transition: 0.5s all ease-out !important;

    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.flip-card img {
    width:550px;
}

.flip-card.flipped {
    -webkit-transform: rotateX( 180deg );
    -moz-transform: rotateX( 180deg );
    -o-transform: rotateX( 180deg );
    transform: rotateX( 180deg );
}

.flip-card figure {
    display: block;
    height: 100%;
    width: 100%;
    text-align: center;
    position: absolute;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    margin: 0 !important;
}

.flip-card .front {
    /*background: red;*/
}

.flip-card .back {
    /*background: blue;*/
    -webkit-transform: rotateX( 180deg );
    -moz-transform: rotateX( 180deg );
    -o-transform: rotateX( 180deg );
    transform: rotateX( 180deg );

    /*-webkit-transform: rotateZ( 180deg );*/
    /*-moz-transform: rotateZ( 180deg );*/
    /*-o-transform: rotateZ( 180deg );*/
    /*transform: rotateZ( 180deg );*/
}


/*.contest-list{
    margin: -40px auto 0;
    padding: 40px 30px;
    margin-bottom: 30px;
    background: #fff;
    -webkit-box-shadow: 0 2px 0px 0 rgba(0, 0, 0, .14), 0 1px 5px 0 rgba(0, 0, 0, .12), 0 1px 1px -2px rgba(0, 0, 0, .2);
    box-shadow: 0 2px 0px 0 rgba(0, 0, 0, .14), 0 1px 5px 0 rgba(0, 0, 0, .12), 0 1px 1px -2px rgba(0, 0, 0, .2);
    border-radius: 4px;
    position: relative;
    z-index: 11;
}*/


.contest-title h2{
    font-size: 20px
}
.custom-select{
    width: auto;
    font-size: 15px;
    border: 1px solid #e5e5e5;
    height: 42px;
    font-size: 14px
}
.custom-select:focus, .form-control:focus {
    border-color: #383838;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgb(218 225 233 / 25%);
}
.clp-lead__element-row {
    flex-direction: row;
    justify-content: flex-start;
    flex-wrap: wrap;
    display: flex;
    align-items: center;
}
.clp-lead__element-item {
    margin-right: 25px;
    margin-top: 10px;
    /*color: #595959;*/
    font-weight: 600
}

.clp-lead__element-item:last-child {
    margin-right: 0
}

.clp-lead__element-item .badge-warning {
    margin: 0;
    font-weight: 600;
}
.clp-lead__element-item.bestSeller .badge-warning {
    background-color: #ffe799;
    color: #593d00;
        background: linear-gradient(121.19deg,rgba(133,239,49,0) 25.73%,#ffe799 45.27%,rgba(133,239,49,0) 62.27%),#f7d160;
    -webkit-animation: shimmerBackground-jsx 13s linear infinite;
    animation: shimmerBackground-jsx 13s linear infinite;
}
.clp-lead__element-item.chips .badge-warning
{
    border-color: #fff;
    color: #fff;
        border-radius: 30px;
}
@-webkit-keyframes shimmerBackground-jsx {
    0% {
        background-position: -500px 0;
    }

    100% {
        background-position: 500px 0;
    }
}

@keyframes shimmerBackground-jsx {
    0% {
        background-position: -500px 0;
    }

    100% {
        background-position: 500px 0;
    }
}
.contest-details{
    padding: 40px 0;
}
.contest-detail-icon i{
    margin-right: 10px;
   
}
.contest-detail-icon p{
    margin-bottom: 5px;
    font-weight: 700
}
.contest-output{
    padding: 15px;
    margin: -318px auto 40px;
    border-radius: 3px;
    background: #fff;
    z-index: 1;
    position: sticky;
    top: 85px;
    box-shadow: 0 2px 3px rgba(0,0,0,.08), 0 4px 8px rgba(0,0,0,.08);
}
.contest-output figure{
    height: 400px;
    overflow: hidden;
}
.contest-output figure img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.clipboard {
    background-color: #fff8f8;
    padding: 13px 18px;
    border-radius: 4px;
    border: 2px dashed #145290;
    font-size: 16px;
    font-weight: 600;
    width: 100%;
    max-width: 365px;
    margin: 9px auto;
    text-align: center;
    display: block;
    cursor: pointer
}
.coupons{
    text-align: center;
}
.coupons img{
    height: 40px
}
.coupons h5{
    font-weight: 700;
}
.three-steps h5{
    text-align: center;
    font-weight: 700;
}
.three-steps h5 span{
    color: #145290;
}

.steps{
    position: relative;
    margin-top: 30px
}
.step-card{
    padding: 15px;
    background: #fff;
    color: #145290;
    border-radius: 4px;
    text-align: center;
    border: 1px dashed #145290;
}
.blue .step-card{
    color: #1e467e;
    background: #fff;
    border: 1px dashed #1e467e;
}
.green .step-card{
    color: #28a745;
    background: #fff;
    border: 1px dashed #28a745;
}
.step-no{
    position: absolute;
    top: -14px;
    left: -13px;
    background: #fff;
    color: #145290;
    border-radius: 50%;
    height: 35px;
    width: 35px;
    text-align: center;
    line-height: 36px;
    font-size: 14px;
    font-weight: 700;
    box-shadow: 1px 2px 3px rgb(0 0 0 / 26%);
}
.blue .step-no{
    color: #1e467e;
}
.green .step-no{
    color: #28a745;
}
.step-card h6{
    font-size: 13px;
    line-height: 20px;
    font-weight: 600;
}

.hero-card{
    margin: -75px auto 50px;
    position: relative;
    z-index: 1;
    background: #fff;
    padding: 40px 50px;
    border-radius: 4px;
    box-shadow: 0 2px 6px rgb(0 0 0 / 8%);
    -webkit-box-shadow: 0 2px 6px rgb(0 0 0 / 8%);
}
/*.hero-card-form{
    padding: 20px;
    background: #fafafa;
}*/
.select_city_contain {
    margin-bottom: 15px;
    text-align: center;
    border: 1px solid #ddd;
    padding: 10px;
    border-radius: 4px;
    background: #fff;
    transition: 0.3s ease-in;
}
.select_city-image {
    width: 60px;
    height: 56px;
    overflow: hidden;
    margin: 0 auto 6px;
}
.select_city-image img{
    width: 100%;
    transition: 0.3s ease-in;
}
.select_city_contain h4{
    font-size: 14px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.select-div{
    position: relative;
}
.select-div input {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    margin: 0;
    opacity: 0;
    cursor: pointer;
    z-index: 1;
}
.select-div:hover .select_city_contain {
    
    background: #145290;
}
.select-div:hover .select_city-image img {
    margin-top: -60px;
    transition: 0.3s ease-in;
}
.select-div:hover .select_city_contain h4 {
    color: #fff;
}
.select-div input:checked + .select_city_contain {
    border: 1px solid #145290;
    background: #145290;
}
.select-div input:checked + .select_city_contain h4 {
    color: #fff;
}
.select-div input:checked + .select_city_contain .select_city-image img {
    margin-top: -60px
}


.hero-card .col-form-label{
    font-size: 14px;
    font-weight: 600;
}
.hero-card .custom-select{
    width: 100%
}

.featured-box
{
    background: #fff;
    border-radius: 4px;
    border: 1px solid #ddd;
    margin-bottom: 15px;
    position: relative;
}
.featured-box:before{
    content: '';
    position: absolute;
    display: block;
    margin: auto;
    height: 2px;
    width: 0;
    bottom: -2px;
    transition: width .5s ease,background-color .5s ease;
}
.featured-box:hover:before {
    width: 100%;
    background: #0d3862;
}
.featured-box:hover{
    box-shadow: 0 2px 7px 0 rgb(171 164 164 / 15%)
}
.featured-box a{
    display: block;
    padding: 15px;
}
.featured-pic 
{
    text-align: center;
}
.featured-pic img{
    height: 76px;
}
.featured-box h3{
    font-size: 16px;
    font-weight: 600;
    /*text-transform: uppercase;*/
    margin: 0;
    text-align: center;
    padding: 15px 0;
}

.b-asks {
    background: #f5f5f5;
    padding: 55px 0 40px 0;
    border-bottom: 3px solid #eeeeee;
}
.b-asks__first {
    background: #444249;
    color: #fff;
    padding: 35px 0 35px 30px;
    border-radius: 3px;
    position: relative;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.b-asks__first:hover {
    background: #0d3862;
}
.b-asks__first-circle {
    position: relative;
    flex: 0 0 80px;
    width: 80px;
    height: 80px;
    border: 2px solid rgb(255 255 255 / 51%);
    border-radius: 100%;
    text-align: center;
    margin-right: 15px;
    display: block;
}
.b-asks__first-circle span {
    font-size: 25px;
    line-height: 1;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.b-asks__first-info {
    margin-right: 55px
}
.b-asks__first-info h2 {
    font-size: 18px;
    margin: 0 0 10px 0;
    text-transform: uppercase;
    font-weight: 700;
}
.b-asks__first-info p {
    color: rgb(255 255 255 / 95%);
    margin-bottom: 0
}
.b-asks__first-arrow {
    top: 0;
    position: absolute;
    right: 0;
    width: 50px;
    height: 100%;
    background: rgba(255,255,255,0.2);
}
.b-asks__first-arrow span {
    border-radius: 100%;
    display: inline-block;
    text-align: center;
    padding: 0 2px 0 0;
    font-size: 20px;
    width: 25px;
    height: 25px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    line-height: 27px;
    background: rgb(255 255 255 / 29%);
}
.b-asks__call{
    background: #0d3862;
    color: #fff;
    padding: 10px 18px;
    border-radius: 3px;
    display: inline-block;
}
.b-asks__call:hover{
    color: #fff;
}
.jsxx {
    background: linear-gradient(121.19deg,rgba(133,239,49,0) 25.73%,rgb(255 85 73) 45.27%,rgba(133,239,49,0) 62.27%),#f12e1f;
    -webkit-animation: shimmerBackground-jsx 13s linear infinite;
    animation: shimmerBackground-jsx 13s linear infinite;
    border: 1px solid #0d3862;
        margin-right: 5px;
}
.section-card .card{
    padding: 25px;
    -webkit-box-shadow: 0 1px 3px rgb(36 39 44 / 15%);
    box-shadow: 0 1px 3px rgb(36 39 44 / 15%);
}

.tab-menu .nav-tabs
{
    width: 100%;
    border-bottom: none
}
.tab-menu .nav>li{
    display: inline-block;
}
.tab-menu .nav>li>a:focus, .tab-menu .nav>li>a:hover {
    color: #0d3862;
    /*background-color: transparent;*/
    border: none;
    border: 2px solid #0d3862;
}
.tab-menu .nav-tabs>li.active>a, .tab-menu .nav-tabs>li.active>a:hover {
    color: #fff;
    background-color: #0d3862;
    border: none;
    border: 2px solid #0d3862;
}

.tab-menu .nav-tabs>li>a.active
{
    color: #fff;
    background-color: #0d3862;
    border: none;
    border: 2px solid #0d3862;
}
.tab-menu .nav>li>a
{
    padding: 5px 17px;
    font-size: 13px;
    border-radius: 0;
    border: none;
    font-weight: 600;
    display: block;
    background: #fff;
    border-radius: 30px;
    border: 2px solid #cccc;
}
.BottomLinkViewAll{
    padding: 17px 25px;
    font-size: 14px;
    font-weight: 600;
    margin: 0 -25px -25px;
    border-top: 1px solid rgba(36,39,44,.15);
}

.product-box{
    border: 1px solid #eee;
    margin-bottom: 25px;
    position: relative;
}

.product-pic {
    position: relative;
    height: 200px;
    background: #e4e4e4;
    text-align: center;
}
.product-pic img {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    object-fit: cover;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.product-detail{
    text-align: center;
    padding: 10px 10px 15px;
}
.product-detail .product-title {
    font-size: 16px;
    font-weight: 600;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-bottom: 2px
}

.product-specification {
    /*white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden*/
}
.product-specification ul {
    margin-top: 10px;
}

.product-specification ul li {
    display: inline-block;
    text-align: center;
    color: #212529;
    border: 1px solid #e1e1e1;
    background: #f8f8f8;
    padding: 5px 10px;
    font-size: 13px;
    font-weight: 600;
    border-radius: 6px;
    margin: 0 2px 6px 0;
}

.product-detail .product-price {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-bottom: 5px
}

.product-detail .product-price p {
    font-weight: 600;
    font-size: 14px;
        margin: 0;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}
.product-box .product-anchor {
    position: absolute;
    right: 10px;
    bottom: 10px;
}

.product-box .product-anchor p {
    display: inline-block;
    background: #fff;
    color: #0d3862;
    padding: 4px 8px;
    box-shadow: 0 1px 3px 0 rgb(36 39 44 / 15%);
    border-radius: 10px;
    font-weight: 600;
    font-size: 10px;
        margin: 0;
}

.product-box:hover {
    box-shadow: 0 2px 7px 0 rgb(171 164 164 / 15%);
}
.product-box:hover .product-detail .product-title{
    color: #0d3862;
}
.product-box:before{
    content: '';
    position: absolute;
    display: block;
    margin: auto;
    height: 2px;
    width: 0;
    bottom: -2px;
    transition: width .5s ease,background-color .5s ease;
}
.product-box:hover:before {
    width: 100%;
    background: #0d3862;
}

.owl-Slide.owl-theme .owl-nav [class*='owl-'] {
    background-color: #fff;
    border-radius: 50%;
    border-width: 0;
    box-shadow: 0 0 1px 1px rgba(20, 23, 28, .1), 0 3px 1px 0 rgba(20, 23, 28, .1);
    color: #000;
    font-size: 25px;
    height: 37px;
    width: 37px;
    line-height: 28px;
    position: absolute;
    z-index: 1;
    top: 50%;
    transform: translate(-50%, -50%);

}

.owl-Slide.owl-theme .owl-nav [class*='owl-']:hover {
    background: #fff!important;
    box-shadow: 0 2px 8px 2px rgba(20, 23, 28, .15)
}

.owl-Slide.owl-theme .owl-next {
    right: 0
}

.owl-Slide.owl-theme .owl-prev{
    left: 34px
}

.brand-sec{
    background: #f5f5f5;
}
.product-brand {
    background: #fff;
    box-shadow: none;
    border: 1px solid #ddd;
    border-radius: 4px;
    margin-bottom: 28px;
    background: #fff;
    text-align: center;
    padding: 15px 15px;
}
.product-brand img {
    height: 60px;
    transition: 0.4s ease;
}
.product-brand:hover img {
    transform: scale(1.04);
}
.product-brand:hover {
    box-shadow: 0 3px 10px 0 rgb(171 164 164 / 20%);
}
.compare-box {
    position: relative;
    border: 1px solid #e1e1e1;
    margin-bottom: 25px
}
.compare-box:before {
    position: absolute;
    content: '';
    top: 0;
    left: 50%;
    background: #f1f1f1;
    width: 2px;
    height: 100%;
}
.compare-box:after {
    position: absolute;
    content: 'V/S';
    top: 30%;
    left: 50%;
    background: #fff;
    border: 2px solid #f1f1f1;
    color: #d84f57;
    box-shadow: 0 1px 7px 0 rgb(171 164 164 / 20%);
    width: 34px;
    height: 34px;
    font-size: 12px;
    font-weight: 600;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
    text-align: center;
    border-radius: 50%;
    padding-top: 7px;
}
.compare-box-single {
    padding: 12px 0;
}
.compare-box-single img {
    margin: 0 auto;
    height: 105px;
}
.compare-box h3 {
    margin-top: 10px;
    margin-bottom: 0;
    font-size: 14px;
    background: #444249;
    color: #ffffff;
    text-align: center;
    padding: 10px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.compare-box:hover h3{
    background: #0d3862;
}

.box-icon {
    padding: 10px 0;
}
.box-icon .icon-wrap {
    float: left;
    font-size: 40px;
    color: #7D8693;
}

.box-icon .text {
    overflow: hidden;
    padding-left: 20px;
}

.box-icon .text h4 {
    font-size: 14px;
    font-weight: 700;
    margin: 13px 0 5px;
    text-transform: uppercase;
}

.box-icon .text p {
    margin-bottom: 0;
    color: #7D8693;
}
div[role="deal"] {
    margin-bottom: 20px;
}
div[role="deal"] figure{
    height: 140px;
}
div[role="deal"] figure a img{
    height: 100%;    
    object-fit: contain;
}
.deal-name{
    padding: 15px;
}
.deal-action{
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.deal-details .name{
    font-weight: 600;
    text-align: center;
    text-transform: capitalize;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.deal-details h4{
    font-weight: 700;
    margin-top: 5px;
    font-size: 20px;
    text-align: center;
}
.deal-action h6{
    font-size: 13px;
    font-weight: 600;
}
.deal-action p{
    margin: 0;
}
/*.btn-bid:hover{
    
}*/

.btn-bid img{
    height: 20px;
    margin-right: 8px;
}

.timer{
    background: #F5f5f5;
    text-align: center;
        position: relative;
    height: 85px;
    overflow: hidden;
}
.timer-scale{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.flipdown{
    transform: scale(0.5);
}
.btn-bid:before, .btn-bid:after{
    display: none;
}


.page-left {
    float: left;
    width: 230px;
}
.page-right {
    float: left;
    width: calc(100% - 230px);
    border-left: 1px solid #ddd;
}
.page-right-container {
    padding: 0 9px;
    background: #f8f8f8;
}

.myaccordion .card{
  border: none;
    border-bottom: 1px solid rgb(0 0 0 / 9%);
    border-radius: 0;
}

.myaccordion .card-header {
    background: transparent;
    padding: 8px 12px;
    text-align: left;
    border-bottom: none;
}
.myaccordion .card-header .btn {
  width: 100%;
  color: #212529;
  padding: 0;
  font-weight: 600;
  letter-spacing: 0.2px;
  font-size: 14px;
  text-transform: uppercase;
  text-align: left;
}

.myaccordion .btn-link:hover,
.myaccordion .btn-link:focus {
  text-decoration: none;
}
.myaccordion .card-body{
    padding: 0 12px 10px;
}

.myaccordion .customAmount{
    margin-bottom: 2px;
}

.customAmount {
    position: relative;
}

.customAmount input {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    margin: 0;
    opacity: 0;
    cursor: pointer;
    z-index: 1
}

._fakeCheck {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    border: 1px solid #b4b4b4;
    border-radius: 4px;
    height: 15px;
    width: 15px;
}

._inr h4 {
    font-size: 14px;
    margin: 0;
    display: inline-block;
    width: calc(100% - 21px);
    vertical-align: middle;
     padding-left: 7px;
         color: #434343;
}

._fakeCheck:after {
    content: "";
    position: absolute;
    left: 5px;
    top: -2px;
    width: 6px;
    height: 10px;
    border: solid #e74c3c;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
}
._fakeCheck:before {
    content: "";
    position: absolute;
    left: 8px;
    top: -2px;
    background: #fff;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    opacity: 0;
}
.customAmount input:checked+._inr ._fakeCheck {
    border: 2px solid #e74c3c;
}
.customAmount input:checked+._inr ._fakeCheck:after, .customAmount input:checked+._inr ._fakeCheck:before {
    opacity: 1;
    transition: 0.1s;
}

.filter-container {
    padding: 13px 20px;
    border-bottom: 1px solid rgb(0 0 0 / 10%);
    position: sticky;
    top: 111px;
    z-index: 11;
    background: #fff;
}
.filter-tag span {
    display: inline-block;
    border: 1px solid hsl(0deg 0% 0% / 10%);
    color: #172337;
    background: #f5f5f5;
    padding: 4px 10px 3px;
    margin: 3px 3px 3px 0;
    border-radius: 30px;
    font-size: 11px;
}
.filter-tag span a{
    margin-left: 4px;
}
.flex-title .custom-select{
    height: calc(1.5em + .75rem + 0px);
    padding: .275rem 1.75rem .275rem .75rem;
    font-size: 12px;
}
.filter-location {
    display: none;
    cursor: pointer;
}
/*.contest-content-left .product-specification ul li {
    text-align: left;
}*/
.product-specification ul li small {
    display: block;
    font-size: 85%;
}

#sync2 .item-s2
{
  /*height: 160px;
  overflow: hidden;*/
  /*border: 1px solid #fff;
  padding: 2px;*/
  transition: 0.1s;
  cursor: pointer;
}
/*#sync2 img
{
  border: 1px solid #fff;
  padding: 2px;
  transition: 0.1s
}*/

#sync2 .owl-item
{
    padding: 1px;
    border: 1px solid #ccc;
    float: none;
    width: 100%!important;
    margin-bottom: 8px;
}
#sync2 .current {
    border: 1px solid #0d3862;
    opacity: 0.6;
    transition: 0.1s;
    box-shadow: 0 0 2px 2px #0d3862a1;
}
#sync2.owl-carousel .owl-stage{
    width: 100%!important;
}

#productDetail .owl-item
{
    border: 1px solid #ccc;
}
#productDetail .owl-item img {
    width: 100%;
    height: 380px;
    margin: 0 auto;
    object-fit: contain;
}
#productDetail .owl-nav [class*='owl-']{
    position: absolute;
    top: 50%;
    opacity: 0;
    color: #fff;
    margin: 0;
    font-size: 24px;
    line-height: 32px;
    padding: 4px 7px;
    background: rgb(0 0 0 / 34%);
    display: inline-block;
    cursor: pointer;
    border-radius: 3px;
}
#productDetail .owl-nav .owl-prev, #sync2 .owl-nav .owl-prev {
    left: 0;
    transform: translateX(-50%);
}
#productDetail .owl-nav .owl-next, #sync2 .owl-nav .owl-next {
    right: 0;
    transform: translateX(50%);
}
#productDetail:hover .owl-nav [class*='owl-'], #sync2:hover .owl-nav [class*='owl-']{
    transform: translateX(0);
    opacity: 1;
    transition: 0.6s;
}
#sync2 .owl-nav [class*='owl-']{
    position: absolute;
    top: 40%;
    opacity: 0;
    color: #fff;
    margin: 0;
    font-size: 14px;
    padding: 4px 7px;
    background: transparent;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px;
}
.product-sticky {
    position: sticky;
    top: 130px;
}
.breadcrumb {
    padding: 0;
    background-color: transparent;
}
/*.breadcrumb a{
    font-size: 13px;
}*/

.product-right h1{
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 10px;
}
.rating i
{
    color: #e97c16;
    font-size: 13px;
    margin-right: 0px;
}
.rating span{
    font-size: 14px;
}

.right-btn-border{
    border: 1px solid #ddd;
    padding: 16px;
    border-radius: 6px;
    text-align: center;
}
.right-btn-border h6{
    margin-bottom: 7px;
}
.offer {
    font-size: 13px;
    color: rgb(38 41 46 / 70%);
}
.price h4{
    font-size: 19px;
    font-weight: 600;
    color: #2c9230;
    background: #e5ffe6;
    display: inline-block;
    padding: 9px 16px;
    border-radius: 7px;
}
.product-single-share{
    display: flex;
    align-items: center;
    justify-content: center;
}
.product-page-title{
    margin-bottom: 10px!important;
}
.product-page-title h2{
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
}
.index-tableContainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.index-tableContainer .index-row {
  position: relative;
  margin: 0 0 12px 0;
  padding-bottom: 10px;
  -webkit-flex-basis: 40%;
  -ms-flex-preferred-size: 40%;
  flex-basis: 40%;
}
.index-tableContainer .index-row:nth-child(odd) {
  margin-right: 10%;
}
.index-tableContainer .index-row .index-rowKey {
  position: relative;
  color: #7e818c;
  font-size: 12px;
  line-height: 1;
  margin-bottom: 5px;
}
.index-tableContainer .index-row .index-rowValue {
  position: relative;
  color: #282c3f;
  font-size: 16px;
  line-height: 1.2;
}

.index-row-icon{
    margin-right: 10px;
    font-size: 25px;
}

.table th, .table td{
    vertical-align: middle;
    padding: 11px 15px;
    font-size: 14px;
}
.table th{
    font-weight: 600
}

.product-detail-first{
    box-shadow: 0 3px 5px 0 rgb(36 44 40 / 14%);
}
.product-details-section{
    border-top: 1px solid #ddd;
}

.review-block
{
  background: #fbfffc;
    border: 1px solid #dddddd;
    border-radius: 4px;
    padding: 1.8rem;
}
.review-part
{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.review-sum h3
{
    font-size: 70px;
    color: #e97c16;
    font-weight: 700;
    line-height: 72px;
}
.review-sum .rating
{
    text-align: center;
}
.review-sum h4
{
    font-size: 13px;
    font-weight: 600;
    margin: 0;
}
.review-sum{
  width: 190px;
    text-align: center;
}
.review-strip
{
    width: calc(100% - 190px);
}
.styled
{
    margin-bottom: 0;
}
.styled progress {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
      width: calc(100% - 114px);
    display: inline-block;
    vertical-align: middle;
    margin: 0 7px;
  height: 12px;
  border: none;
  border-radius: 12px;
  background: #EEE;
  box-shadow: 0 2px 3px rgba(0,0,0,0.2) inset;
}
.styled progress::-webkit-progress-bar {
  background: #EEE;
  box-shadow: 0 2px 3px rgba(0,0,0,0.2) inset;
  border-radius: 12px;
}
.styled progress::-webkit-progress-value {
    background: #e97c16;
    background: -webkit-linear-gradient(top,#ffae00,#e97c16);
    background: linear-gradient(to bottom,#ffae00,#e97c16);
     border-radius: 10px;
}

.styled progress::-moz-progress-bar {
    background: #e97c16;
  background: linear-gradient(to bottom,#ffae00,#e97c16);
  border-radius: 10px;
}
 .styled label
{
  font-weight: 600;
} 

.avatarRow
{
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.avatar {
    position: relative;
    width: 70px;
    height: 70px;
}
.avatar-initial {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #414f68;
    color: #fff;
    font-weight: 700;
    font-size: 28px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50% !important;
}
.avatarRight
{
    padding-left: 15px;
}
.avatarRight h4
{
    font-size: 16px;
    margin: 0 0 0;
}
.avatarRight .rating{
    display: inline-block;
    vertical-align: middle;
}
/* .avatarRight .rating svg{
    margin-left: -2px;
    width: 17px;
} */
.avatarRight label
{
  color: #979797;
  padding-left: 6px;
  margin-bottom: 0;
  vertical-align: middle;
}
.comment-text
{
    margin-top: 15px;
}
.comment-text p
{
        /*color: #828181;*/
    /*font-weight: 600;*/
}
.comment-text p:last-child
{
    margin-bottom: 0;
}
.card-comment
{
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px;
    padding-bottom: 20px
}
.comment:last-child .card-comment
{
     padding-bottom: 0px;
    margin-bottom: 0;
     border-bottom: none;
}
.card-comment:last-child 
{
     padding-bottom: 5px;
    margin-bottom: 0;
     border-bottom: none;
}
._maxComment
{
    -webkit-mask-image: linear-gradient(#fff,#fff,rgba(255,255,255,0));
    max-height: 250px;
    overflow: hidden;
    position: relative;
}
._ShowM, ._ShowL
{
    cursor: pointer;
    color: #0d3862;
    font-size: 12px;
}

.compare-sticky{
    position: sticky;
    top: 111px;
    z-index: 1;
    background: #fff;
    border-bottom: 1px solid #eee;
    padding: 11px 0;
}

.title-h1 {
    font-size: 29px;
    font-weight: 600;
}
.tractor-column {
    text-align: center;
}
.tractor-column img{
    
    max-height: 160px;
    margin: 0 auto 15px;
}
.tractor-column h2{
    font-size: 17px;
    font-weight: 600;
}
.tractor-column h6{
    color: #888;
}
.tractor-column .btx{
    margin-top: 15px;
        padding: 12px 32px;
}
.table.compare-table-product td{
    border-top: none;
    position: relative;
}
.title-td td:first-child{ 
    background: #f8f8f8;
    border-right: 5px solid #fff;
    width: 250px;
}
.title-td h1 {
    text-align: center;
    font-size: 18px;
    line-height: 26px;
    margin-top: 15px;
}
.title-td h1 span{
    display: block;
    font-size: 20px;
    color: #a3a3a3;
    margin: 6px 0;
}
.compare-first-part{
    box-shadow: 0 3px 5px 0 rgb(36 44 40 / 14%);
}
.table-striped tbody tr:nth-of-type(odd) {
    background-color: #F8F8F8;
}
.first-td td:first-child{
    background: #f8f8f8;
    border-right: 5px solid #fff;
    width: 250px;
}
.compare-table{
    margin: 0
}
.compare-table th{
    font-size: 18px;
    /*position: sticky;*/
    /*top: 108px;*/
    background: #fff;
}
.compare-table td{
    width: 27%;
}
.compare-table td:first-child {
    width: 250px;
}
.compare-card{
    box-shadow: 0 1px 3px rgb(36 39 44 / 15%);
}
.tractor-column .no-img{
    height: 160px;
    border-radius: 4px;
    background-color: #f0f0f0;
    margin-bottom: 15px;
}
.remove{
    border: none;
    border-radius: 50%;
    background: #f0f0f0;
    font-size: 17px;
}
.remove:hover{
    box-shadow: 0 1px 2px 0 rgb(0 0 0 / 15%);
}
.table.compare-table-product .remove{
    position: absolute;
    right: 10px;
}

#st-1 .st-btn{
    height: 28px!important;
    line-height: 28px!important;
    margin-right: 4px!important;
    padding: 0 5px!important;
}
#st-1 .st-btn > img {
    height: 15px!important;
    width: 15px!important;
    top: 6px!important;
}

.add-to-compare{
    width: 140px;
}
.btn-light{
    border-color: #e1e1e1;
    background: #f0f0f0;
}

.compare-modal {
    background: #fff;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    display: none;
    z-index: 11;
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 12%);
    transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    
}
.compare-flex{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 0;
}
#compareappend{
    display: flex;
    align-items: center;
}
.compare-badge{
    text-align: center;
    width: 150px;
        padding: 0 5px;
}
.compare-badge figure{
    margin: 0 0 7px;
}
.compare-badge figure img{
    height: 58px;
}
.compare-badge h4{
    font-size: 14px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.compare-flex p{
    color: rgb(38 41 46 / 70%);
    margin-bottom: 0;
}


.accordion-faq article {
    margin-bottom: 20px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px;
}
.accordion-faq article:last-child
{
    margin-bottom: 0;
    border-bottom: 0;
    padding-bottom: 0;
}
.accordion-faq article h4 {
    font-size: 18px;
    line-height: 26px;
    cursor: pointer;
    font-weight: 700;
    margin-bottom: 0;
    position: relative;
}
.accordion-faq article h4:hover, .accordion-faq article h4.active
{
    color: #0d3862;
}
.accordion-faq article div {
    
    display: none;
    margin-bottom: 0;
    margin-top: 10px;
    font-weight: 600;
        font-size: 16px;
}
.accordion-faq article div p
{
    font-weight: 400;
}
.accordion-faq article h4 i {
    margin-top: 2px;
    font-size: 20px;
    transition: 0.4s;
    transform: rotate(-180deg);
    position: absolute;
    right: 13px;
    top: 0;
}

.auction-detail-first{
    background: #fcfcfc;
}
.auction-card{
    background: #fff;
    border-radius: 4px;
        padding: 20px;
    box-shadow: 0 3px 7px 0 #e9e9e9;
}
.auction-card .timer{
    width: 300px;
}

.tickCheckbox {
    display: block;
    margin: 0 4px 10px;
    position: relative;
}
.tickCheckbox input {
    width: 28px;
    height: 28px;
    -webkit-box-ordinal-group: 2;
    order: 1;
    z-index: 2;
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer;
    visibility: hidden;
}
.tickCheckbox label {
    padding: 10px 22px;
    display: block;
    text-align: center;
    color: #0d3862;
    border: 1px solid #0d3862;
    cursor: pointer;
    position: relative;
    z-index: 2;
    -webkit-transition: color 250ms ease-in;
    transition: color 250ms ease-in;
    overflow: hidden;
    border-radius: 4px;
}

.tickCheckbox label:before {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    content: '';
    background-color: #0d3862;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%) scale3d(1, 1, 1);
    transform: translate(-50%, -50%) scale3d(1, 1, 1);
    -webkit-transition: all 700ms cubic-bezier(0.4, 0, 0.2, 1);
    transition: all 700ms cubic-bezier(0.4, 0, 0.2, 1);
    opacity: 0;
    z-index: -1;
}

.tickCheckbox input:checked ~ label {
    color: #fff;
}
.tickCheckbox input:checked ~ label:before {
    -webkit-transform: translate(-50%, -50%) scale3d(56, 56, 1);
    transform: translate(-50%, -50%) scale3d(56, 56, 1);
    opacity: 1;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
-webkit-appearance: none;
margin: 0;
}
input[type=number] {
-moz-appearance: textfield;
}
.errormessage{
    color: #c40315;
    font-size: 13px;
}


.dropdown-item.active, .dropdown-item:active {
    color: #0d3862;
    text-decoration: none;
    background-color: transparent;
}
.dropdown-item:focus, .dropdown-item:hover {
    color: #0d3862;
    background-color: transparent;
}
.dropdown-item {
    font-size: 15px;
}
.dropdown-item.active, .dropdown-item.user-name{
    background: #0d3862;
    color: #fff;
}
.cta-right .dropdown-menu{
    padding: 0 0 0.5rem;
}
.user-icon {
    font-size: 17px;
    vertical-align: middle;
}

.bg-theme{
    background: #0d3862
}
.secondary-nav.nav .nav-link {
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    padding: 1rem 20px;
    white-space: nowrap;
    color: #f2f2f2;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.secondary-nav.nav .nav-item .nav-link.active {
    background: rgba(0, 0, 0, 0.1);
    color: #fff;
}
.secondary-nav.nav .nav-link:hover {
    color: #fafafa;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.user-bg{
    background: #f8f8f8;
}

.side-block {
    margin-bottom: 30px;
    border-radius: 4px;
    background: #fff;
    box-shadow: 0 1px 2px 0 rgba(0,0,0,.25);
}
.side-block ul
{
    padding: 25px 0 25px 25px;
}
.side-block ul li.active a
{
  background: #f6f6f6;
  border-bottom: 1px solid #d7d7d7;
}
.side-block ul li a
{
    display: block;
    padding: 10px 18px;
    border-bottom: 1px solid transparent;
}
.side-block ul li span
{
    font-size: 16px;
    margin: 0 0 5px 0;
}
.side-block ul li p
{
    margin-bottom: 0;
    line-height: 18px;
    margin-top: 8px;
}
.user-block-icon{
    margin: 0;
}
.user-block-icon i {
    width: 35px;
    height: 35px;
    line-height: 36px;
    font-size: 16px;
    background: #d33437;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    margin: 0 7px 0 0px;
    color: #fff;
}
.user-text-body
{
    padding: 20px 25px;
    text-align: center;
    border-bottom: 1px solid #dee2e6;
}
.user-text-body p
{
  margin-bottom: 0;
  font-size: 14px;
}

.sidebar-text h4{
    font-size: 18px;
    font-weight: 700;
}

.user-sec-title h2{
    font-size: 19px;
    line-height: 24px;
    font-weight: 600;
}

.profile-thumb{
    height: 50px;
    width: 50px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    border-radius: 50%;
}
.profile-thumb img{
    height: 100%;
    width: 100%;
    object-fit: cover
}
.text-muted {
    color: #8e9a9d!important;
}
.shadow-sm{
    box-shadow: 0 1px 2px 0 rgb(0 0 0 / 25%)!important
}
.modal .custom-select{
    width: 100%;
    height: 45px;
}
.modal .modal-title{
    font-weight: 600;
    line-height: 1.2;
}
.modal-body{
    padding: 1.5rem
}
.transaction-item {
    padding: 0;
    border-radius: 0;
    margin-bottom: 0;
    box-shadow: none;
    border-bottom: none;
}
sup{
    /*color: #dc3545;*/
        top: -3px;
    /*left: 2px;*/
    font-size: 80%!important;
}

/*.select2-results__option {
  border-radius: 0;
  margin-bottom: 1px;
  font-size: inherit; }

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border-color: #d0dbde;
  border-radius: 1px;
  height: 42px;
  outline: none; 
    
}
  .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #596882;
    line-height: calc(1.5em + 0.9375rem + 2px)-0.1rem;
    padding-left: 12px;
    height: 100%;
    display: flex;
    align-items: center; }
  .select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #7987a1; }
  .select2-container--default .select2-selection--single .select2-selection__arrow {
    width: 30px;
    height: 38px;
    line-height: calc(1.5em + 0.9375rem + 2px); }
    .select2-container--default .select2-selection--single .select2-selection__arrow b {
      margin-top: -3px; }
  .select2-container--default .select2-selection--single .select2-selection__clear {
    font-size: 20px;
    font-weight: 400;
    order: 2;
    margin-left: auto;
    margin-right: 5px;
    color: #8392a5;
    position: relative;
    z-index: 100; }
    .select2-container--default .select2-selection--single .select2-selection__clear:hover {
      color: #1b2e4b; }

.select2-container--default .select2-selection--multiple {
  background-color: #fff;
  border-color: #d0dbde;
  border-radius: 1px;
  min-height: 42px;
  outline: none;
}
  .select2-container--default .select2-selection--multiple .select2-selection__rendered {
    padding: 0 4px;
    display: block; }*/
  /*.select2-container--default .select2-selection--multiple .select2-selection__choice {
    position: relative;
    margin-top: 4px;
    margin-right: 4px;
    padding: 3px 10px 3px 20px;
    border-color: transparent;
    border-radius: 1px;
    background-color: #0168fa;
    color: #fff;
    font-size: 13px;
    line-height: 1.45; }*/
  /*.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #fff;
    opacity: .5;
    font-size: 14px;
    font-weight: 400;
    display: inline-block;
    position: absolute;
    top: 4px;
    left: 7px;
    line-height: 1.2; }

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border-color: #c0ccda; }

.select2-container--default .select2-search--dropdown .select2-search__field {
  border-color: #c0ccda;
  border-radius: 0;
  padding: 5px 10px; }
  .select2-container--default .select2-search--dropdown .select2-search__field::placeholder {
    color: #8392a5; }

.select2-container--default .select2-results__option[aria-selected="true"] {
  background-color: white; }

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #009efb; }

.select2-container--default .select2-results > .select2-results__options {
  margin: 4px; }

.select2-container--default .select2-search--inline .select2-search__field {
  margin-top: 6px;
  line-height: 26px;
  padding-left: 10px;
  opacity: 1; }
  .select2-container--default .select2-search--inline .select2-search__field::placeholder {
    color: #8392a5;
    font-weight: 400;
    opacity: 1; }

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #f5f6fa; }

.select2-container--default.select2-container--disabled .select2-selection__choice {
  padding-left: 10px;
  background-color: #97a3b9; }
  .select2-container--default.select2-container--disabled .select2-selection__choice .select2-selection__choice__remove {
    display: none; }*/

/*.select2-container--open {
  font-size: 14px; }
  .select2-container--open .select2-selection--single,
  .select2-container--open .select2-selection--multiple {
    background-color: #f6f7f9;
    border-color: #c0ccda; }
  .select2-container--open .select2-dropdown--above {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }
  .select2-container--open .select2-dropdown--below {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    top: 0; }

.select2-dropdown {
  border-color: #c0ccda;
  z-index: 200; }

.select2-search--dropdown {
  padding-bottom: 0; }

.select2-results__option {
  padding: 6px 10px;
  font-size: inherit; }

.has-success .select2-container--default .select2-selection--single {
  border-color: #10b759; }

.has-warning .select2-container--default .select2-selection--single {
  border-color: #ffc107; }

.has-danger .select2-container--default .select2-selection--single {
  border-color: #dc3545; }

.select2-xs + .select2-container {
  font-size: 12px; }

.select2-dropdown-xs .select2-results__option {
  font-size: 12px; }

.select2-sm + .select2-container {
  font-size: 14px; }

.select2-dropdown-sm .select2-results__option {
  font-size: 14px; }

.select2-bd-0 + .select2-container--default .select2-selection--single {
  border-width: 0; }

.bg-gray + .select2-container--default .select2-selection--single {
  background-color: #455473; }
  .bg-gray + .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #cdd4e0; }
.select2-container{
    width: 100%!important;
}*/

/*.select2-container{*/
/*    width: 100%!important;*/
/*}*/


.select2-container .select2-selection--single {
    height: 38px;
    width: 100%;
}
.select2-container--default .select2-selection--single {
    border: 1px solid #e7e5e5;
        border-right: none;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 36px;
    font-size: 13px;
}
.select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 12px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 35px;
    right: 7px;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
    font-size: 14px;
}

.search-bar .select2-container--default .select2-selection--single {
    border-radius: 2px 0 0 2px;
}
.select2-results__option{
    font-size: 13px;
}
.search-bar .select2-container{
    width: 118px!important;
}

.dropzone{
  border: 2px dashed #3498db !important;
  border-radius: 5px;
  transition: .2s
}
.dropzone.dz-drag-hover{
  border: 2px solid #3498db !important
}
.dz-message span.text i
{
  display: block;
  font-size: 50px;
  color: #536479;
}
.dz-message.needsclick img{
    width: 50px;
    display: block;
    margin: auto;
    opacity: .6;
    margin-bottom: 15px
}
span.plus {
    display: none;
}
.dropzone.dz-started .dz-message {
    display: inline-block !important;
    width: 120px;
    float: right;
    border: 1px solid rgba(238, 238, 238, 0.36);
    border-radius: 30px;
    height: 120px;
    margin: 16px;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}
.dropzone.dz-started .dz-message span.text {
    display: none;
}
.dropzone.dz-started .dz-message span.plus {
    display: block;
    font-size: 70px;
    color: #AAA;
    line-height: 110px;
}

.offer-specification{
    padding: 15px;
    background: #f6fafd;
    margin: 15px 0;
}
.offer-specification h5{
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 5px;
}
.offer-margin{
    margin-left: 233px;
    margin-top: -74px;
}

.input-rating {
    display: inline-block;
}
.input-rating:not(:checked) > input {
    position:absolute;
    left:-9999px;
    clip:rect(0,0,0,0);
}

.input-rating:not(:checked) > label {
    float:right;
    width:1em;
    overflow:hidden;
    white-space:nowrap;
    cursor:pointer;
    font-size:200%;
    line-height:1;
    color:#ddd;
    margin: 0;
}

.input-rating:not(:checked) > label:before {
    content: '★ ';
}

.input-rating > input:checked ~ label {
    color: #ffce00;
    
}

.input-rating:not(:checked) > label:hover,
.input-rating:not(:checked) > label:hover ~ label {
    color: #ffce00;
    
}

.input-rating > input:checked + label:hover,
.input-rating > input:checked + label:hover ~ label,
.input-rating > input:checked ~ label:hover,
.input-rating > input:checked ~ label:hover ~ label,
.input-rating > label:hover ~ input:checked ~ label {
    color: #ffce00;
    
}

.input-rating > label:active {
    position:relative;
    top:2px;
    left:2px;
}


svg#robot {
  display: block;
  position: relative;
  margin: 2em auto 0 auto;
  padding: 10px;
  transform-origin: bottom;
  transform: rotate(0deg) translate3d(0px,0px,0px);
  animation: move 3s ease infinite;
  height: 184px;
}

@keyframes move {
  0%, 100% {
    transform: rotate(0deg) translate3d(0px,0px,0px);
  }
  25% {
    transform: rotate(5deg) translate3d(5px,5px,0px);
  }
  75% {
    transform: rotate(-6deg) translate3d(-5px,5px,0px);
  }
}

g#head {
  transform: rotate(0deg) translate3d(0px,0px,0px);
  transform-origin: bottom center;
  /*animation: head 1s 1s ease infinite;*/
}
g#head #leftAntenna ellipse{
  animation: color 350ms linear infinite;
}
g#head #rightAntenna ellipse{
  animation: color 350ms linear infinite;
}

@keyframes head {
  0%, 46%, 50%, 55%, 100% {
    transform: rotate(0deg) translate3d(0px,0px,0px);
  }
  49% {
    transform: rotate(20deg) translate3d(0px,0px,0px);
  }
  51% {
    transform: rotate(-10deg) translate3d(0px,0px,0px);
  }
}

@keyframes color {
  0%, 100% {
    fill: #ccc;
  }
  50% {
    fill: rgb(255,0,0);
  }
}

#upperTorso {
  transform: rotate(0deg);
  transform-origin: center;
  animation: torso 600ms 1s ease infinite;
}

#upperTorso #leftArm {
    transform: rotate(0deg);
    transform-origin: 80% 5%;
    animation: left 1s ease infinite;
}
#upperTorso #leftArm .forearm {
      transform: rotate(0deg);
      transform-origin: 68% 10%;
      animation: forearm 800ms 1s ease infinite;
}
#upperTorso  #rightArm {
    transform: rotate(0deg);
    transform-origin: 18% 0%;
    animation: right 1s ease infinite;
}

#upperTorso #rightArm .forearm {
     transform: rotate(0deg);
      transform-origin: 68% 10%;
      animation: forearm 700ms 1s ease infinite;
}

@keyframes torso {
  40%, 50%, 60% {
    transform: rotate(0deg);
  }
  45% {
    transform: rotate(5deg);
  }
  55% {
    transform: rotate(-5deg);
  }
}

@keyframes left {
  60% {
    transform: rotate(100deg);
  }
}

@keyframes right {
  50% {
    transform: rotate(-70deg);
  }
}

@keyframes forearm {
  0%, 30%, 50%, 70%, 100% {
    transform: rotate(0deg);
  }
  40% {
    transform: rotate(25deg);
  }
  60% {
    transform: rotate(-25deg);
  }
}

#lowerTrunk {
  transform: rotate(0deg);
  transform-origin: 60% 5%;
  animation: lowerTrunk 1s ease infinite;
}

@keyframes lowerTrunk {
  0%, 100% {
    transform: rotate(0deg) translate3d(0px,0px,0px);
  }
  25% {
    transform: rotate(2deg) translate3d(2px,0px,0px);
  }
  75% {
    transform: rotate(-2deg) translate3d(-2px,0px,0px);
  }
}

#leftFoot {
  transform: rotate(0deg);
  transform-origin: 60% 5%;
  animation: leftFoot 2s ease infinite;
}
#leftFoot .lowerLeg {
    transform: rotate(0deg);
    transform-origin: 68% 10%;
    animation: lowerLeg 2s ease infinite;
}

@keyframes leftFoot {
  0%, 50% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(70deg);
  }
}

@keyframes lowerLeg {
  0%, 50% {
    transform: rotate(0deg);
  }
  8%, 14% {
    transform: rotate(-15deg);
  }
  11%, 18% {
    transform: rotate(15deg);
  }
}

#rightFoot {
  transform: rotate(0deg);
  transform-origin: 50% 5%;
  animation: rightFoot 2s ease infinite;
}
#rightFoot .lowerLeg {
    transform: rotate(0deg);
    transform-origin: 68% 10%;
    animation: lowerLegIz 2s ease infinite;
 }

@keyframes rightFoot {
  75% {
    transform: rotate(-60deg);
  }
  50%, 100% {
    transform: rotate(0deg);
  }
}

@keyframes lowerLegIz {
  50%, 100% {
    transform: rotate(0deg);
  }
  60%, 70% {
    transform: rotate(15deg);
  }
  65%, 85% {
    transform: rotate(-15deg);
  }
}

.sell-bg{
    /*background: #f0f0f0;*/
    padding: 35px 0 80px;
    position: relative;
    background: #fff url(https://stimg.cardekho.com/pwa/img/deal.jpg) no-repeat;
    background-size: cover;
    background-blend-mode: luminosity;
    overflow: hidden;
}
.sell-bg:before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    width: 85%;
    height: 135%;
    background: #0d3862;
    mix-blend-mode: hard-light;
    margin: auto;
    border-radius: 50%;
    transform: translateY(-126px);
}
.sell-bg h2{
    color: #fff;
}
.form-control.custom-select{
    width: 100%;
}
.step-title{
    display: flex;
    /*align-items: center;*/
    justify-content: space-between;
}
.step-title h4{
    color: #a0aec0;
    font-size: 13px;
    margin: 0 0 3px;
}
.step-title h5{
    font-size: 1.125rem;
        font-weight: 600;
}
.step-count .remove {
    background: #fff;
    background: #eaeaea;
    font-size: 20px;
    width: 28px;
    vertical-align: middle;
    margin-left: -3px;
    margin-right: 5px;
}
.progress-width{
    width: 50%;
}
.progress-width .progress{
    height: 16px;
    border-radius: 50px;
}
.sell-upoload{
    height: 95px;
    border: 1px solid #e5e5e5;
    position: relative;
    padding: 25px 0;
    text-align: center;
    margin-bottom: 15px;
}
.sell-upoload i{
    font-size: 28px;
        color: #797979;
}

.sell-video-section{
    padding: 70px 0 70px;
}

.designed-curriculam{
    position: relative;
    z-index: 1;
    background: #fff7f7;
        padding: 45px 0 40px;
}
.divide{
    width: 100%;
    height: 100px;
    pointer-events: none;
    -webkit-mask-image: url("data:image/svg+xml;utf8,%3csvg viewBox='0 0 100 100' width='100%' height='100%' xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none'%3e%3cpath d='M0,0 C16.6666667,66 33.3333333,98 50,98 C66.6666667,98 83.3333333,66 100,0 L100,100 L0,100 L0,0 Z' fill='%23fff'/%3e%3c/svg%3e");
    mask-image: url("data:image/svg+xml;utf8,%3csvg viewBox='0 0 100 100' width='100%' height='100%' xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none'%3e%3cpath d='M0,0 C16.6666667,66 33.3333333,98 50,98 C66.6666667,98 83.3333333,66 100,0 L100,100 L0,100 L0,0 Z' fill='%23fff'/%3e%3c/svg%3e");
    -webkit-mask-size: 100% 101%;
    mask-size: 100% 101%;
    background: #fff7f7;
    top: -98px;
    left: 0;
    position: absolute;
    z-index: -1;
    display: none;
}
.home-steps-box {
    text-align: center;
    margin: 15px 0;
}
.home-steps-icon {
    border-radius: 15px;
    box-shadow: 0 1px 6px 0 rgb(0 0 0 / 6%);
    /*border: 1px solid #e1e1e1;*/
    background-color: #fff;
    height: 120px;
    width: 120px;
    margin: 0 auto 10px;
    position: relative;
}
.home-steps-box h3 {
    margin: 0;
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
}
.home-steps-box img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    max-height: 50px;
}

.upload-profile-image{
    position: relative;
}
.upload-profile-image .file-upload {
    position: absolute;
    bottom: 0;
    left: 0;
    top: 0;
    right: 0;
    margin: 0 auto;
    overflow: hidden;
    width: 104px;
    height: 104px;
    text-align: center;
    cursor: pointer;
}
.file-upload input.file-input {
    opacity: 0;
    filter: alpha(opacity=0);
    height: 100%;
    width: 100%;
    cursor: pointer;
}
.update-photo
{
    width: 104px;
    height: 104px;
    border-radius: 50%;
    overflow: hidden;
    border: 1px solid #c0ccda;
    margin: 0 auto;
    position: relative;
}
.update-photo img
{
    width: 100%;
    height: 100%;
    object-fit: cover
}


.popup{
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: auto;
    background: rgb(0 0 0 / 30%);
}
.popup-dialog{
    width: 500px;
    margin: 30px auto;
}
.popup-content {
    position: relative;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 6px;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgb(0 0 0 / 50%);
    box-shadow: 0 3px 9px rgb(0 0 0 / 50%);
}

.select2-modal .modal-body{
    overflow-y: auto;
    height: 534px;
}
.modal {
    backdrop-filter: blur(6px);
}
.modal-backdrop.show {
    opacity: .7;
}

.loader {
    background: rgb(254 254 254 / 92%);
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    display: none;
}
.loader img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 95px;
}

.imgBox{width: 100%;
    height: 380px;
    margin: 0 auto;
}

.sell-next-step{
    background: #f7f7f7
}
.sell-next-step.sell-bg:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    width: 100%;
    height: 220px;
    background: #0d3862;
    mix-blend-mode: hard-light;
    margin: auto;
    border-radius: 0;
    transform: none;
}

.upload-preview .image-box {
  padding: 10px 10px;
  background: #f7f7f7;
  border: 3px solid #eee;
  cursor: pointer;
  overflow: hidden;
  height: 140px;
}
.upload-preview .image-box img {
  height: 100%;
  width: 100%;
  object-fit: contain;
  display: none;
}
.upload-preview .image-box i{
    font-size: 37px;
    padding-top: 13px;
    display: block;
    color: #c8c8c8;
}
.upload-preview .image-box p {
  position: relative;
  margin-bottom: 0;
}
.upload-preview h5{
    margin-top: 8px;
    font-size: 14px;
}
.success-tick i{
    color: #20a03c;
    font-size: 46px;
}
.sell-bg .form-group > label {
    font-weight: 600;
    font-size: 12px;
    color: #5a5656;
}



.archive-section{
    padding: 40px 0 30px;
}
.archive-card{
    height: 170px;
    position: relative;
    margin-bottom: 30px;
    border-radius: 6px;
    overflow: hidden;
    transition: 0.3s ease-in;
}
.archive-card img{
    height: 100%;
    width: 100%;
    object-fit: cover;
    transition: 0.3s;
}
.archive-overlay{
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgb(13 56 98 / 90%);
    width: 55%;
    padding: 15px 16px;
}
.archive-card h3{
    font-size: 15px;
    font-weight: 600;
    line-height: 1.4;
}
.archive-overlay h3{
    color: #fff;
}
.btn-angle{
    background: rgb(255 255 255 / 23%);
    color: #fff;
    padding: 4px 11px;
    font-size: 16px;
    line-height: 1.2;
}
.archive-overlay .btn{
    position: absolute;
    right: 15px;
    bottom: 15px;
    box-shadow: 0 2px 5px rgb(0 0 0 / 23%);
}
.archive-card:hover .archive-overlay{
    background-color: rgb(18 73 127 / 85%);
    transition: 0.3s ease-in;
}
.archive-card:hover img{
    transform: scale(1.04);
    transition: 0.3s;
}
.archive-card:hover .btn-angle{
    background: rgb(0 0 0 / 39%);
    transition: 0.3s ease-in;
    color: #fff;
}
.home-category{
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 15px;
    text-transform: uppercase;
}
.archive-bg{
    background: #eaeced;
    padding: 27px 27px 0;
    margin-bottom: 27px;
}
.archive-bg:last-child{
    margin-bottom: 0;
}
.archive-category{
    margin: 0 -50px
}

.black-strip{
    background: #a70e13;
    padding: 20px 0 10px;
    text-align: center;
}
.black-strip ul li a {
    font-size: 16px;
    color: #f5f5f5;
    transition: 0.03s;
    font-weight: 500;
    display: block;
}
.black-strip ul li a:hover
{
    color: #fff;
}
.black-strip ul {
    /*margin: 0 -15px;*/
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.black-strip ul li {
    margin-bottom: 7px;
    list-style-type: none;
    /*padding: 0 15px;*/
}

.strip-light .black-strip{
    background: #f0e9f0
}
.strip-light .black-strip ul li a{
    color: #7e5d78;
}
.strip-blue .black-strip{
    background: #3c8eb6
}
.strip-green .black-strip{
    background: #3e9d7f
}
.strip-primary .black-strip{
    background: #2779a1
}
.strip-light-blue .black-strip{
    background: #3ca0b7
}
.strip-purple .black-strip{
    background: #7e5d78;
}
.strip-brown .black-strip{
    background: #661011;
}
.strip-journal .black-strip{
    background: url('../images/landscape-green-forest.jpg')no-repeat fixed;
    background-size: cover;
}


.logo-header{
    background: #fff;
    padding: 9px 0;
}
/* .logo-header .container{
    display: flex;
    align-items: center;
    justify-content: space-between;
} */
.logo-second{
    line-height: 1
}
.logo-second p{
    font-size: 21px;
    font-weight: 600;
    letter-spacing: 0.4px;
    color: #c1191f;
    line-height: 1.2;
}
.logo1{
	height: 50px;
}
.logo2{
	height: 30px;
}

.InnerBanner{
    background: #0d3862;
    /*background: linear-gradient(to right,#0a6b75,#1c447a);*/
    padding: 70px 0 16px;
    color: #fff
}
.InnerBanner h1{
   color: #fff;
   text-transform: uppercase;
   font-size: 20px;
}
.detail-left-card{
    background: #fafafa;
    border: 1px solid #eeeeee;
    margin-top: -52px;
    position: sticky;
    top: 130px;
}
.detail-left-card-header{
    padding: 15px 30px;
    border-bottom: 1px solid #ddd;
}
.detail-left-card-header h3{
    font-size: 18px;
    color: #aaa;
}
.detail-left-card-body {
    padding: 20px 0;
}

.card-block h4{
    padding: 12px 25px 12px;
    border-bottom: 1px solid #e4e3e3;
    font-size: 15px;
}
.card-block h4 a{
    color: #101111;
}
.card-block h4 a.active{
    color: #4788c7
}


ul.list-style-angle {
    padding: 0;
    margin: 0;
    margin-bottom: 15px;
    list-style-type: none;
    padding: 15px 2px;
}
ul.list-style-angle:last-child {
    margin-bottom: 0;
}
ul.list-style-angle li {
    margin-bottom: 5px;
    position: relative;
    padding-left: 26px;
    font-size: 13px;
    font-weight: 500;
}
ul.list-style-angle li a{
    color: #3a72dc;
}
ul.list-style-angle li::before {
    position: absolute;
    left: 2px;
    font-size: 22px;
    top: -5px;
    color: #3a72dc;
    content: '\eb6d';
    font-family: unicons-line;
}
ul.list-style-angle li:last-child {
    margin-bottom: 0
}

.detail-center-card h5{
    margin-bottom: 10px;
    font-weight: 600
}
.detail-center-card h6{
    font-weight: 600
}

.detail-center-card *{
    font-family: 'Open Sans', sans-serif!important;
    /*font-style: inherit;*/
    font-size: 15px
}
.detail-center-card article *{
    font-size: 16px!important;
    line-height: 1.5!important;
}
.detail-center-card article img{
    max-width: 100%;
}

.detail-right-card{
    background: #fdf6d7;
    padding: 30px 20px 30px;
    position: sticky;
    top: 130px;
    height: 100%;
}
.quote{
    padding: 0 10px;
    position: sticky;
    top: 140px;
}
.quote p{
    font-size: 17px;
    line-height: 32px;
    font-weight: 500;
    color: #606060;
}
.strip-header{
    background: #eeeeef;
    padding: 12px 12px 4px;
}
.strip-header h5{
    font-size: 16px;
}
.strip-content ol{
    padding-left: 15px;
    margin-bottom: 30px
}
.strip-content ol li{
    padding: 10px 0 0;
}
.strip-content ul{
    padding-left: 15px;
	padding-top: 5px;
    margin-bottom: 30px;
    list-style: disc
}
.strip-content ul li{
    padding: 7px 0 0;
    line-height: 1.4;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: #e5f6fd;
}
.first-td th:first-child{
    background: #e5f6fd;
    border-right: 5px solid #fff;
    width: 235px;
}


.card-header h5{
    font-size: 1.1rem
}
.search-result-card ul li{
    padding: 10px 20px;
    border-bottom: 1px solid #ddd;
    font-size: 14px
}
.search-result-card ul li a{
    color: #1298a6
}
.sidebar-filter .search-result-card ul li a{
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
}
.sidebar-filter .search-result-card ul li a label{
    padding-right: 38px;
    margin-bottom: 0
}
.sidebar-filter .search-result-card ul li a .category-count {
    position: absolute;
    background: #6c757d;
    color: #fff;
    padding: 5px;
    width: 26px;
    border-radius: 50%;
    display: inline-block;
    height: 26px;
    text-align: center;
    font-size: 12px;
    line-height: 16px;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}

audio{
    height: 48px;
    width: 100%;
    max-width: 290px;
}

.pricing-card{
    background: #fff;
    padding: 20px 25px;
    transition: all 400ms ease-in-out 0s;
    border-radius: 8px;
    border: 2px solid #e5ebef;
    box-shadow: 0px 3px 18px 0px rgb(233 238 242 / 40%);
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}
.pricing-card h4{
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 6px;
}
.pricing-card del{
    padding-left: 6px
}
.pricing-card:hover{
    border: 2px solid #145290;
}
/* .pricing-card:hover .btx{
    color: #fff;
    background: #0a6b75;
} */

ul.list-style-none{
    list-style: none;
}

.team-bg{
    background: #f0e9f1;
}
.journal-bg{
    background: #fef8c8;
}

.sidebar-light{
    background: #f3f3f3;
    padding: 17px 22px;
    border-radius: 3px
}
.sidebar-heading h5{
    font-weight: 600
}
.sidebar-light h6 a{
    color: #202124;
}
.sidebar-light h6 a:hover{
    text-decoration: underline;
    color: #0a6b75;
}

.quote-mark {
    margin: 5px 0;
    color: #1a5294;
    font-style: italic;
    font-size: 12px;
    line-height: 24px;
    /*background: url(../images/quote.png) no-repeat top left;
    background-size: 12px;*/
}
.quote-mark * span{
    font-size: 16px!important;
    color: #1a5294!important;
    line-height: 25px!important;
}
.quote-mark a {
    font-size: 17px;
    font-style: initial;
}
.quote-mark small:before {
    content: '\2014 \00A0';
}

.detail-center-card article{
    font-size: 14px;
    margin-top: 20px
}

.page-link {
    color: #1f65aa;
}
.page-item.active .page-link {
    background-color: #1f65aa;
    border-color: #1f65aa;
}
.visit-details-thumbnail{
	position: sticky;
	top: 130px;
}
.purchase-line{
	border-bottom: 1px solid #dedede;
    margin-bottom: 10px;
    padding-bottom: 10px;
}
.cart-btn{
	color: #fff;
	position: relative;
}
.cart-btn:hover{
	color: #f5f5f5;
}
.cartno {
    display: inline-block;
    font-size: 11px;
    position: absolute;
    background: #a70e13;
    color: #fff;
    text-align: center;
    top: -11px;
    left: 8px;
    padding: 0;
    width: 17px;
    height: 17px;
    line-height: 17px;
    visibility: visible;
    opacity: 1;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 1px 1px 3px 0 rgb(0 0 0 / 30%);
    -moz-box-shadow: 1px 1px 3px 0 rgba(0,0,0,.3);
    box-shadow: 1px 1px 3px 0 rgb(0 0 0 / 30%);
}


.page-h1 {
    font-size: 18px;
    font-weight: 700;
}
.order-block {
    border-radius: 4px;
    background: #fff;
    box-shadow: 0 1px 2px 1px #e9e9e9;
}
.product-block {
  padding: 15px;
  border-bottom: 1px solid #ddd;
}
.product-thumbnail {
  display: inline-block;
  width: 195px;
  max-width: 195px;
    border: 1px solid #edeeef;
}
.product-thumbnail button{
  padding: 0
}

.product-thumbnail img {
    height: 100%;
    width: 100%;
    object-fit: cover;
  }

.product-info {
  display: inline-block;
  padding: 3px 0px 5px 15px;
  width: calc(100% - 200px);
  vertical-align: top;
  color: #7e818c;
}
.product-name a
{
  font-size: 18px;
  margin-bottom: 10px;
  font-weight: 600;
}
.product-info h5{
    font-size: 20px;
    margin-bottom: 5px;
    font-weight: 600;
    color: #101111;
}
.product-block.disabled{
    position: relative;
}
.product-block.disabled:before{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgb(255 255 255 / 45%);
    z-index: 1;
}
#cart_stat .product-name a{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
}

.cart-summary
{
    background: #fff;
    color: #2b2f4c;
    border-radius: 5px;
    box-shadow: 0 1px 2px 1px #e9e9e9;
    position: sticky;
    top: 145px;
}
.cart_list li {
    text-align: left;
    padding: 0 0 10px;
    color: #666;
    font-size: 16px;
    font-weight: 500;
}
.cart_list li:last-child
{
    font-weight: 700;
    color: #212529;
        padding-bottom: 0;
}
.cart_list li span {
    float: right;
}



.hs-navigation {
    width: 270px;
    height: 100vh;
    background: #fff;
    position: fixed;
    top: 0;
    left: -320px;
    z-index: 999;
    overflow: hidden;
    box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.3);
}

.hs-navigation.open {
    left: 0;
}

.hs-navigation,
.hs-navigation.open {
    transition: .6s;
    -webkit-transition: .6s;
    -moz-transition: .6s;
}
@-webkit-keyframes ripple-out {
    from {
        opacity: 1;
        -webkit-opacity: 1;
    }
    to {
        top: -12px;
        right: -12px;
        bottom: -12px;
        left: -12px;
        opacity: 0;
    }
}

@keyframes ripple-out {
    from {
        opacity: 1;
        -webkit-opacity: 1;
    }
    to {
        top: -12px;
        right: -12px;
        bottom: -12px;
        left: -12px;
        opacity: 0;
    }
}

.ripple-out {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

.ripple-out:before {
    content: '';
    position: absolute;
    border: rgba(255, 255, 255, 0.3) solid 6px;
    border-radius: 50%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    animation: ripple-out .4s linear forwards;
    -webkit-animation: ripple-out .4s linear forwards;
}

.dim-overlay {
    display: none;
}

.dim-overlay:before {
    content: "";
    background-color: rgba(0, 0, 10, .4);
    height: 100vh;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    overflow: hidden;
    z-index: 3;
    backdrop-filter: blur(6px);
}
.nav-controls {
    /*height: 50px;*/
    padding: 10px 15px;
    background: #0d3862;
}

/*.nav-fixed {
    display: none;
}*/

.nav-controls .nav-full,
.nav-controls .nav-fixed {
    background: rgba(0, 0, 0, 0.3);
    color: #fff;
    border-radius: 3px;
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 1;
    outline: 0;
    border: 0;
   vertical-align: text-bottom;
    font-size: 14px;
}

.nav-controls .nav-full:hover,
.nav-controls .nav-fixed:hover {
    opacity: .8;
    -webkit-opacity: .8;
}

.nav-heading
{
  display: inline-block;
  vertical-align: top;
  text-align: left;
    width: 100%;
    color: #fff;
    /*padding-left: 10px;*/
    font-size: 16px;
}

.nav-links {
    list-style: none;
    font-size: 14px;
    padding-left: 0;
    padding: 0;
    margin: 0;
}
.hs-navigation .menu-scroll {
    overflow-y: scroll;
    height: 100%;
}
/*.nav-links li a
{
   font-weight: 600; 
   
}*/
.nav-links > li > .its-parent{
    display: block;
    padding: 13px 35px 13px 20px;
    text-decoration: none;
    position: relative;
    font-weight: 600;
    color: #212529;
    font-size: 15px
} 

.nav-links > li > ul > li .its-parent
{
    display: block;
    padding: 13px 35px 3px 0px;
    text-decoration: none;
    position: relative;
    font-size: 15px;
    font-weight: 600;
    color: #212529;
}

.nav-links > li > a {
    display: block;
    padding: 13px 35px 13px 20px;
    text-decoration: none;
    position: relative;
    font-weight: 600;
    color: #212529;
    font-size: 15px
}
/*.nav-links .its-parent:hover {
    background: #f1f5f9;
}*/
.nav-links > li > a:hover {
    background: #f1f5f9;
}
.nav-links > li
{
    border-bottom: 1px solid #dfdfdf;
}
.nav-links .icon {
    font-size: 18px;
    padding-right: 20px;
}

.nav-links .has-child  {
  cursor: pointer;
}

.nav-links ul .its-parent:before {
    content: "----";
    display: none;
    font-size: 10px;
    color: #292b2d;
    width: 18px;
    height: 10px;
    position: relative;
    right: 20px;
}
/*.nav-links .has-child ul li a:before {
    content: "----";
    display: inline-block;
    font-size: 10px;
    color: #292b2d;
    width: 18px;
    height: 10px;
    position: relative;
    right: 20px;
}*/
.nav-links > .has-child > ul {
    margin-left: 25px;
    padding: 5px 0;
   /* border-left: 1px dashed #292b2d;*/
}
.nav-links .has-child ul.its-children li a
{
    font-size: 15px;
    font-weight: 500;
    color: #343535;
    line-height: 24px;
    margin: 4px 0;
    display: block;
}
.nav-links .its-children {
    display: none;
    list-style: none;
    padding: 0px 0px 15px 0px;
}
.its-parent:after {
    content: "\f105";
    font-family: "FontAwesome";
    position: absolute;
    right: 0;
    top: 13px;
    margin-right: 20px;
    transition: .4s;
    font-size: 16px;
    color: #676767;
}
.nav-links > li > .its-parent.downed {
    background: #f1f5f9;
}

.its-parent.downed:after {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
}
.m-top-header{
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.btn-outline-white{
	border: 1px solid #fff;
	color: #fff;
}
.menu-trigger, .menu-trigger:hover {
    font-size: 16px;
    color: #fff
}
.menu-trigger i {
    font-size: 20px;
    vertical-align: -2px
}
.overflow-x{
	overflow-x: auto;
}

.single-archive{
	border-bottom: 1px solid #ededed;
	padding-bottom: 25px;
	margin-bottom: 25px;
}
.single-archive:last-child{
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 25px;
}
.pagination .page-link{
    font-size: 14px;
}
.pagination {
    overflow-x: auto;
}

.breadcrumb-item{
    font-size: 13px;
}
.breadcrumb-item+.breadcrumb-item, .breadcrumb-item+.breadcrumb-item::before {
    padding-left: 0.3rem;
}
.hover-underline:hover{
    text-decoration: underline;
}
.tab-buttons .active{
    background: #145290;
}
.tab-buttons .btx-transparent{
    border: none;
    background: none;
}
.tab-buttons .btx-transparent:hover{
    background: rgb(255 255 255 / 14%);
}
.news-image{
    height: 110px;
    overflow: hidden;
}
.news-image img{
    height: 100%;
    object-fit: cover;
    width: 100%;
    object-position: top;
}
.form-card label{
    font-size: 14px;
}
.error-message{
    color: #e24100;
    font-size: 13px;
}

.switch {
    position: relative;
    display: inline-block;
    width: 30px;
    height: 11px;
}
  
.switch input { 
    opacity: 0;
    width: 0;
    height: 0;
}
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}
.slider:before {
    position: absolute;
    content: "";
    height: 16px;
    width: 16px;
    left: 0;
    bottom: -2px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
    box-shadow: 0 1px 6px #0003;
}
.switch input:checked + .slider {
    background-color: #2196F3;
}
.switch input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}
.switch input:checked + .slider:before {
    -webkit-transform: translateX(16px);
    -ms-transform: translateX(16px);
    transform: translateX(16px);
}
.slider.round {
    border-radius: 34px;
}
.slider.round:before {
    border-radius: 50%;
}
.alert{
    z-index: 99999!important
}

/*** responsive ***/
@media only screen and (min-width: 1300px){
    .container{
        max-width: 1220px
    }
}
@media only screen and (max-width: 1300px){
    
}
@media only screen and (max-width: 1200px){
    .animation-type img
    {
        height: 290px;
    }
    
    /*.logo-top-left {
        width: 295px;
    }
    .top-right {
        width: calc(100% - 300px);
    }*/
    
}
@media (max-width: 992px){
	.container {
        max-width: 100%
    }
    .header
    {
        display: block!important;
    }
    header{
        top: 0;
    }
    .banner-header
    {
        display: none!important;
    }
    .cta-right {
        float: none;
        display: inline-block;
        vertical-align: middle;
        margin-right: 0;
    }
    .right-nav {
        float: none;
        text-align: right;
        display: none;
        vertical-align: middle;
    }
    .nav > ul {
        margin: 0px;
        padding: 0px;
        width: 100%;
        text-align: left;
        position: absolute;
        left: 0;
        right: 0;
        top:58px;
        background: #fff;
    }

    .nav > ul > li {
        position: relative;
        display: inline-block;
        vertical-align: top;
        height: auto;
        margin: 0px 0px 0px 0px;
        width: 100%;
    }

    .nav > ul > li > a {
        position: relative;
        z-index: 1;
        display: block;
        width: auto;
        height: auto;
        color: #222;
        padding: 10px 16px;
        line-height: 20px;
    }
    .nav > ul > li > ul {
        position: relative;
        top: 100%;
        left: 0;
        z-index: 9999;
        width: 100%;
        height: auto;
        padding: 0px 0px 0px 20px;
        background: none;
        text-align: left;
        opacity: 1;
        visibility: visible;
        transition: none;
        -webkit-transition: none;
        box-shadow: none;
        border-top: none;
    }
    /*.nav > ul > li:hover > ul {
        display: block;
    }*/
    .nav > ul > li > ul > li > a
    {
        border-left: 1px dashed #292b2d;
        position: relative;
            display: flex;
    }
    .nav > ul > li > ul > li > a:before{
        content: "--";
        display: inline-block;
        font-size: 10px;
        color: #292b2d;
        width: 15px;
        height: 10px;
        position: relative;
        right: 10px;
    }
    header.innerHeader .nav > ul > li > a:before
    {
        display: none;
    }
    #menu-bg{
        background: #fff;
        position: fixed;
        z-index: 9999;
        transition: all 0.5s ease;
        width: 270px;
        top: 0;
        bottom: 0;
        left:initial;
        left: -400px;
        box-shadow: 0px 9px 6px 5px rgba(0, 0, 0, 0.12);
    }
    #pull
    {   display: inline-block;
        vertical-align: middle;
        font-size: 30px;
        line-height: 17px;
    }
    .menu-head {
        background: #f3f5f6;
        padding: 10px 15px!important;
        display: flex!important;
        align-items: center;
    }
    .menu-head-logo{
        width: 88px;
        height: 88px;
        overflow: hidden;
        border-radius: 50%;
        position: relative;
        background: #fff;
    }
    .menu-head-logo img{
        width: 66px;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
    }
    .menu-head-content{
        padding-left: 10px;
        flex: 1 1 0%;
    }
    .menu-head-content img{
        height: 30px;
        margin-bottom: 6px;
    }
    .menu-head-content h6{
        font-size: 13px;
        font-weight: bold;
        margin-bottom: 5px;
    }
    .menu-head-content span{
        font-size: 14px;
        font-weight: 600;
        color: #1f65aa;
    }
    .close-btn {
        border-radius: 3px 0 0 3px;
        border: none;
        position: absolute;
            height: 30px;
        width: 30px;
        text-align: center;
        top: 20px;
        left: -24px;
        z-index: 99999;
        background: white;
        font-size: 18px;
    }
    /*.logo-top-left
    {
        width: 250px;
    }
    .top-right {
        width: calc(100% - 255px);
        text-align: right;
    }*/
    .banner-text
    {
        width: calc(100% - 15px);
    }

    .footer1 h5, .copyright1 h3{
    	margin-bottom: 10px;
    }
    .footer1 ul li {
	    margin-bottom: 4px;
	}
	.footer1 {
	    margin-bottom: 25px;
	}
	.footer_logo{
		display: flex;
	    align-items: center;
	    justify-content: space-between;
	}
	.footer_logo img{
		height: 50px
	}
	.InnerBanner{
	    padding: 40px 0 16px
	}
	.detail-center-card{
		margin-bottom: 20px;
	}
	.logo-second {
		text-align: center;
	}
	.logo-second p{
    	font-size: 17px;
	}
	.cart-btn{
		top: 5px;
	}
    .archive-bg{
        background: #eaeced;
        padding: 22px 20px 0;
        margin: 0 -15px 25px;
    }
    .archive-category{
        margin: 0;
    }

}
@media only screen and (min-width: 768px){
    .container-fluid {
        padding-right: 35px;
        padding-left: 35px;
    }
}
@media (max-width: 767px){
    .logo-second p {
	    font-size: 15px;
	    line-height: 1;
	    padding: 0 10px
	}
	.logo-second small{
    	font-size: 9px;
	}
	.logo1 {
	    height: 40px;
	}
	.logo2 {
	    height: 18px;
	}
    .cta-right a
    {
        font-size: 14px;
    }
    .cta-right .dropdown-menu.show {
        left: -40px!important;
    }
    .call i {
        font-size: 16px;
    }
    .container {
        max-width: 100%;
    }
    .cta-right .btx-green
    {
        padding: 8.5px 16px;
        font-size: 13px!important;
    }
    .deal-details {
        align-items: flex-start;
        flex-direction: column;
    }
    .deal-details .details{
        margin-bottom: 15px
    }
    
    .contest-content-left {
        width: 100%;
        padding-right: 0;
    }
    .contest-content-right {
        width: 100%;
        margin-top: 20px;
    }
    .contest-title h2 {
        font-size: 18px;
    }
    .black-strip ul{
    	width: 690px;
    }
    .black-strip ul li a {
        font-size: 13px;
    }
    .single-archive{
		border-bottom: 11px solid #ededed;
		padding-bottom: 25px;
		margin-bottom: 25px;
	}
	.detail-left-card{
		display: none
	}
	.InnerBanner{
		padding: 21px 0 16px;
	}
	/*.detail-right-card{
		margin-top: 15px
	}*/
}



@media only screen and (max-width:576px) {
    .m-logo .logo1{
		height: 36px;
	}
	.m-logo .logo2{
		height: 20px;
	}

    .section-title h2 {
        font-size: 20px;
        line-height: 27px;
    }
    
    .section-title.text-center p {
        width: 100%;
    }
    .banner-text h1 {
        font-size: 33px;
    }
    .banner-text p {
        font-size: 23px;
        line-height: 32px;
        margin-top: 22px;
    }
    .hero-card {
        margin: -25px auto 30px;
        padding: 20px 20px;
    }
    .hero-card-form .btx-green {
        width: 100%;
    }
    

    
    .trust-card
    {
        min-height: auto;
    }
    .accordion-faq {
        width: 100%;
    }
    .accordion-faq li h3{
        font-size: 20px;
    }
    .section-card .card{
        margin: 0 -15px;
        border-radius: 0;
    }
    /*.owl-Slide.owl-carousel .owl-stage-outer {
        margin-left: -55px;
    }
    .owl-Slide{
        overflow: hidden;
    }*/
    #slide1.owl-carousel .owl-item img{
    	height: 118px;
    	object-fit: cover;
    }
    .owl-Slide.owl-theme .owl-nav [class*='owl-'] {
	font-size: 21px;
    	height: 28px;
    	width: 28px;
    	line-height: 21px;
	}
    .review-block {
      padding: 15px;
    }
    .review-part {
      display: block;
    }
    .review-strip
    {
      width: 100%;
      margin-top: 8px;
    }
    .review-sum{
      width: auto;
      text-align: left;
    }
    .review-sum h3 {
      font-size: 23px;
      line-height: initial;
      display: inline-block;
      vertical-align: middle;
      padding-right: 8px;
          margin-bottom: 6px;
    }
    .review-sum .rating
    {
      display: inline-block;
       vertical-align: middle;
    }

    .review-sum h4 {
      display: inline-block;
      vertical-align: middle;
      padding-left: 9px;
    }
    .contest-img {
        width: 95px;
        height: 80px;
    }
    .contest-content {
        padding: 0 0 0 14px;
        width: calc(100% - 100px);
    }
    .contest-item h3 {
        font-size: 16px;
    }
    .offer-margin{
        margin-left: 0;
        margin-top: 0;
    }
    .offer-specification {
        font-size: 15px;
    }
    .product-specification ul li {
        padding: 5px 8px;
        font-size: 11px;
    }
    .sell-bg:before {
        width: 100%;
        height: 140%;
    }
    .home-steps-icon {
        border-radius: 8px;
        height: 80px;
        width: 80px;
    }
    .home-steps-box h3 {
        font-size: 14px;
    }
    .product-thumbnail {
        width: 115px;
        max-width: 115px;
    } 
    .product-info {
        width: calc(100% - 120px);
    }
    .product-info h5 {
        font-size: 15px;
    }
    .product-right h1 {
        font-size: 18px;
    }
    .page-h1 {
        font-size: 15px;
    }
    
    .tab-menu{
        overflow-x: auto;
    }
    .pricing-card {
        padding: 15px 15px;
    }
    .pricing-card .btx {
        padding: 11.5px 17px;
        font-size: 12px;
    }
    .pricing-card h4 {
        font-size: 18px;
    }
    .first-td th:first-child {
	    background: #e5f6fd;
	    border-right: 5px solid #fff;
	    width: 154px;
	}
}
@media only screen and (max-width:480px) {
    .image-404 {
        width: 240px;
    }
    .featured-box h3 {
        font-size: 13px;
    }
    .featured-box a {
        padding: 15px 3px 5px;
    }
    .product-page-title h2 {
        font-size: 18px;
    }
    #productDetail .owl-item img {
        height: 220px;
    }
    .archive-card {
	    height: 130px;
	    margin-bottom: 16px;
	}

}
@media only screen and (max-width:420px) {
    #pull
    {
        font-size: 26px
    }
    header .container, .logo-header .container {
        padding: 0 10px;
    }
    .first-td td:first-child {
        width: 170px;
    }
}


.help-block {
    color : #dc3545;
    font-size : 12px;
}

.policy-content p {
    text-align : justify;
}