.ni:hover .top-nav {
    display: block;
}

.top-nav:before {
    position: absolute;
    content: '';
    top: -35px;
    right: 0;
    width: 100%;
    height: 50px;
    background: transparent
}

.top-nav:after {
    position: absolute;
    content: '';
    top: -25px;
    left: 5px;
    border: 15px solid;
    border-color: transparent transparent #fff
}

.top-nav ::selection {
    background: none;
    color: none
}

.top-nav-links > li > a {
    padding: 11px 10px;
    display: flex;
    align-items: center;
    line-height: normal;
    position: relative;
    color: #000;
}

.top-nav-links > li:hover > a {
    color: #1257a6;
    box-shadow: 0 0 5px rgba(0,0,0,0.2)
}

.top-nav-links > li:hover > a:after {
    content: '';
    position: absolute;
    width: 20px;
    height: 100%;
    background: #fff;
    top: 0;
    right: -7px;
    z-index: 5
}

.top-nav-links > li:hover .hover-links {
    display: block!important
}

.top-nav-links > li > a i {
    padding-right: 5px
}

.top-nav-links > li > a:hover i {
    padding-right: 0;
    color: #1257a6
}

.top-nav-links > li:last-child a {
    padding: 15px 10px 17px;
    color: #1257a6;
    text-align: center
}

.top-nav-links > li > a .si {
    width: 24px;
    vertical-align: middle;
    transition: all .5s;
    vertical-align: middle;
    margin-right: 4px;
    opacity: .6;
    display: none;
}

.top-nav-links > li > a h4 {
    display: inline-block;
    margin: 0;
    vertical-align: middle;
    font-size: 14px;
    font-weight: 600
}

.top-nav-links > li > a svg {
    width: 17px;
    height: 17px;
    fill: #999;
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    transition: 0.2s ease-in-out
}

.top-nav-links > li > a:hover svg {
    right: 10px;
}

.top-nav-links > li > a i {
    display: inline-block;
    float: right;
    font-size: 14px;
    vertical-align: middle;
    margin-top: 4px;
    color: #ccc;
    transition: all .5s;
    margin-right: 10px
}

.hover-links {
    display: none;
    left: 320px;
    position: absolute;
    min-width: 1050px;
    height: 532px;
    top: 0;
    z-index: 1;
    background: #fff;
    box-shadow: 0 0 12px rgba(0,0,0,0.20);
    font-size: 14px;
    line-height: 20px;
    padding: 25px
}

.hover-links .view-all {
    color: #1257a6
}

.hover-links .view-all i {
    color: #999
}

.hover-links .view-all:hover {
    text-decoration: underline
}

.hover-links.active {
    display: block
}

.hover-links ul {
    margin-bottom: 30px
}

.hover-links ul li:first-child {
    font-weight: 600;
    color: #1257a6;
    margin-bottom: 7px;
    line-height: 16px
}

.hover-links ul li:first-child a {
    color: #1257a6
}

.hover-links ul li:first-child a:hover {
    text-decoration: none;
}

.hover-links ul li:last-child {
    margin-bottom: 0
}

.hover-links ul li {
    margin-bottom: 4px
}

.hover-links ul li a {
    display: inline-block;
    color: #333
}

.hover-links ul li a:hover {
    color: #1257a6;
    text-decoration: underline
}

.top-nav-links .all-catg {
    justify-content: center;
}

.top-nav-links .all-catg i {
    margin-left: 5px;
    vertical-align: middle
}

.top-nav-links .all-catg:hover {
    box-shadow: none
}

.top-nav-links .all-catg:hover:after {
    display: none
}

@media(max-width: 1440px) {
    .hover-links {
        min-width:1000px
    }
}

.login-drop:after {
    position: absolute;
    content: '';
    top: -25px;
    right: 10px;
    border: 15px solid;
    border-color: transparent transparent #fff transparent
}

.login-box {
    display: flex;
    padding: 15px 15px;
    align-items: center;
    justify-content: space-between;
    text-align: center;
}

.login-box > * {
    width: 100%
}

.login-box .btn1 {
    background: #ffe9da;
    color: #ff6600;
    border: 1px solid #ff6600;
    border-radius: 40px;
    text-transform: uppercase;
    padding: 5px 10px;
    width: 100%;
    display: block;
    cursor: pointer;
}

.login-box .or {
    text-align: center;
    padding: 0px 10px;
    width: auto;
}

.login-box .btn2 {
    background: #e7f1fd;
    color: #244265;
    border: 1px solid #244265;
    border-radius: 40px;
    text-transform: uppercase;
    padding: 5px 10px;
    width: 100%;
    display: block;
    cursor: pointer;
}

.login-box .btn1:hover {
    background: #fff;
    color: #ff6600;
    box-shadow: 0 0 10px rgba(0,0,0,0.2)
}

.login-box .btn2:hover {
    background: #fff;
    color: #244265;
    box-shadow: 0 0 10px rgba(0,0,0,0.2)
}

.login-drop-nav {
    width: 100%;
    text-align: left;
}

.login-drop-nav li > * {
    color: #333;
    padding: 7px 15px;
    display: block;
    cursor: pointer;
}

.login-drop-nav li {
    margin-right: 0px !important;
}

.login-drop-nav li > * i {
    margin-right: 5px;
    color: #8d8d8d;
    width: 15px;
}

.login-drop-nav li > *.active {
    color: #333;
    background: #ededed;
    font-weight: 600
}

.login-drop-nav li svg {
    margin-right: 5px;
    fill: #8d8d8d;
    width: 17px;
    vertical-align: middle;
}

.login-drop-nav li > *:hover {
    color: #000;
    background: #ededed;
}

.login-drop-nav-wrap {
    padding: 15px
}

.share-req {
    padding: 10px 15px 15px;
    cursor: pointer;
}

.share-req > div {
    border-top: 1px solid #ccc;
    padding-top: 10px;
}

.share-req span {
    color: #333;
    font-weight: 600;
}

.share-req span:hover {
    color: #006699
}

.share-req p {
    color: #777
}

.help-box2 .help-head {
    color: #999;
    text-align: left;
    padding: 10px 15px 0px;
}

.help-list {
    width: 100%;
    text-align: left;
    padding: 0 0 10px;
    font-size: 13px;
}

.help-list li > * {
    padding: 7px 15px;
    display: block;
    cursor: pointer;
    color: #333
}

.help-list li {
    margin-right: 0px !important;
    color: #333
}

.help-list li span {
    color: #000;
    font-weight: 600
}

.help-list li:hover {
    background: #ededed;
    color: #000
}

.help-list li:hover a {
    color: #000
}

.help-list li svg {
    margin-right: 5px;
    fill: #8d8d8d;
    width: 17px;
    vertical-align: middle;
}

.help-box3 {
    display: none;
}

.help-list .oftiming {
    font-size: 12px;
    line-height: 12px;
    color: #999;
    font-weight: 400;
    display: block;
    margin-left: 27px;
}

.grid-view {
    display: flex;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px
}

.grid-view > li {
    width: 25%;
    flex-basis: 25%;
    padding: 0 10px
}

.grid-view .full {
    width: 100%;
    flex-basis: 100%;
}

.grid-view .classified {
    height: 100%;
    overflow: hidden;
}

.grid-view .classified, .grid-view .prd-box {
    flex-wrap: wrap;
}

.grid-view .prd-info {
    width: 100%;
    padding: 0px;
}

.grid-view .prd-content {
    width: 100%;
    text-align: center;
    padding: 15px 7px 7px
}

.grid-view .prd-box figure {
    width: 100%;
    height: auto;
    padding-top: 100%;
    border: none;
    border-bottom: 1px solid #eee;
    border-radius: 0px;
}

.grid-view .prd-box figure img {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.grid-view .prd-content .title {
    font-size: 16px;
    padding-right: 0px;
}

.grid-view .mindia .prd-content:after {
    display: none;
}

.grid-view .prd-content .glp {
    text-decoration: underline;
    background: none;
    color: var(--secondarycolor);
    padding: 0;
}

.grid-view .prd-content .prc {
    font-size: 18px;
}

.grid-view .prd-content .prc {
    color: #000
}

.grid-view .prd-content table, .grid-view .prd-content .desc {
    display: none;
}

.grid-view .cinfo {
    width: 100%;
    padding: 0 12px 15px;
    background: none;
    border: none
}

.grid-view .cboxr .l3icon {
    transform: scale(0.7);
}

.grid-view .cbox .cboxr {
    width: 100%
}

.grid-view .cbox {
    text-align: center;
}

.grid-view .cbox figure {
    display: none;
}

.grid-view .cbox .cboxr {
    padding-left: 0px;
}

.grid-view .cbox .title {
    font-size: 12px;
    font-weight: 400;
    color: #333
}

.grid-view .cbox .cloc {
    font-size: 12px;
    color: #999
}

.grid-view .cbox .cloc svg {
    width: 12px;
    height: 12px;
}

.grid-view .caddit {
    flex-wrap: nowrap;
    justify-content: center;
}

.grid-view .caddit .item {
    width: auto;
    padding: 0px 6px;
    border: none
}

.grid-view .ca-box p:first-child {
    margin: 0px;
}

.grid-view .ca-box p:nth-child(2) {
    display: none;
}

.grid-view .caddit .item:nth-child(2) .ca-box, .grid-view .caddit .item:nth-child(4) .ca-box {
    border: none;
    padding: 0px;
}

.grid-view .ca-box .l3icon {
    transform: scale(0.9);
}

.grid-view .caction .btn1 {
    background: #fff;
    border: none;
    padding: 5px 0;
    color: #009587
}

.grid-view .caction .btn1:hover {
    box-shadow: none;
}

.grid-view .ca-box {
    position: relative;
}

.grid-view .ca-box p:first-child:hover ~ p {
    display: block;
}

.grid-view .ca-box p:nth-child(2) {
    width: 135px;
    background: #d9f0fb;
    color: #003e5a;
    border: 1px solid #c6e3f1;
    text-align: center;
    border-radius: 6px;
    padding: 7px;
    font-size: 13px;
    position: absolute;
    z-index: 1;
    top: 40px;
    left: 50%;
    transform: translateX(-50%);
    white-space: normal;
}

.grid-view .ca-box p:nth-child(2) span {
    display: inline-block;
}

.grid-view .ca-box p:nth-child(2)::before {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 50%;
    margin-left: -6px;
    border-width: 8px;
    border-style: solid;
    border-color: transparent transparent #c6e3f1;
}

.grid-view .ca-box p:nth-child(2)::after {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 7px;
    border-style: solid;
    border-color: transparent transparent #d9f0fb;
}

.grid-view .ca-box span {
    color: #003e5a
}

.grid-view .price .tooltiptext {
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
    top: 32px;
}

.grid-view .price .tooltiptext::before, .grid-view .price .tooltiptext::after {
    left: 50%
}

.grid-view .classified .tooltip .tooltiptext {
    width: 220px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
}

.grid-view .classified .tooltip .tooltiptext::before {
    left: 50%;
}

.grid-view .classified .tooltip .tooltiptext::after {
    left: 50%;
}

.grid-view .caction {
    position: relative;
    width: 100%;
    left: 0;
    bottom: auto;
}

.grid-view .prd-content .unit {
    margin-right: 7px;
}

.grid-view .broch-link {
    bottom: initial;
    top: 225px;
}

.grid-view .prd-content .title2 {
    display: none;
}

.grid-view .cboxe {
    display: none;
}

.grid-view .caddit .item:nth-child(3), .grid-view .caddit .item:nth-child(4) {
    margin-top: 0;
}

.grid-view .caction .row > * {
    max-width: 100%;
    flex-basis: 100%;
}

.grid-view .caction .row > *:nth-child(2) {
    margin-top: 7px;
}

.grid-view .caction-addt {
    display: none;
}

.lm-wrap {
    padding: 10px 0;
    height: 100px;
}

.lm-btn {
    padding: 10px 25px
}

.lm-btn svg {
    vertical-align: middle;
}

.lm-btn:hover {
    background: #1257a6;
    color: #fff
}

.lm-btn:hover svg {
    fill: #fff
}

.sect2 {
    padding: 25px 20px;
    border-radius: 5px;
}

.sect2:hover {
    box-shadow: 2px 2px 5px rgba(0,0,0,0.1)
}

.sect-theme1 {
    background: #fff;
    border: 1px solid #d9d9d9;
}

.sect-theme2 {
    background: #fff;
    border: 1px solid #d9d9d9;
}

.sect-theme2 .sect2-head span {
    color: var(--primarycolor)
}

.sect-theme3 {
    background: #fef2f1;
    border: 1px solid #e7c1bd;
}

.sect-theme3 .sect2-head span {
    color: #C93200
}

.sect2-head {
    display: flex;
    margin-bottom: 20px;
}

.sect2-head figure {
    margin-right: 10px;
}

.sect2-head .title {
    font-size: 20px;
    font-weight: 600;
    color: #333
}

.sect2-head .desc {
    font-size: 14px;
    font-weight: 400;
    color: #333;
    margin-top: 7px;
}

.sect2 .l3icon {
    width: 40px;
    height: 40px;
}

.also-like-icon {
    background-position: 0 -50px;
}

.supp-near-icon {
    background-position: -40px -50px;
}

.watch-vid-icon {
    background-position: -80px -50px;
}

.sect2-content .ec .ec__nav--prev {
    left: -10px
}

.sect2-content .ec .ec__nav--next {
    right: -10px
}

.near-city {
    display: flex;
    flex-wrap: wrap
}

.near-city a {
    display: inline-block;
    background: #fff;
    border-radius: 50px;
    border: 1px solid #006ce4;
    color: #333;
    padding: 10px 20px;
    margin-right: 10px;
    font-size: 14px;
}

.near-city img {
    vertical-align: middle;
    opacity: 0.8;
    margin-left: 3px;
}

.near-city a:hover {
    background: var(--primarycolor);
    color: #fff;
    box-shadow: 0 3px 7px rgba(0,0,0,0.2)
}

.near-city a:hover img {
    filter: brightness(0) invert(1);
}

.near-city a:hover span {
    color: #fff;
}

.near-city > * {
    margin-bottom: 10px!important;
    width: auto!important;
    flex-basis: auto!important;
    padding: 0!important
}

.near-city span {
    color: #0D5696;
    font-weight: 600
}

.qa-box {
    border: 1px solid #ccc;
    border-radius: 5px;
    background: #fff;
    margin-bottom: 10px
}

.qa-box-top {
    border-radius: 5px 5px 0 0;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    width: 100%;
    color: #fff;
    background: #0165ab;
    position: relative;
    line-height: 1px
}

.qa-box-top .center {
    flex: 1;
    text-align: center;
    padding: 30px 17px 45px;
}

.qa-box-top img {
    margin: 0 20px;
}

.qa-box-top .title {
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 10px
}

.qa-box-top .title span {
    font-size: 28px;
    color: #fff;
    font-weight: 600;
    display: block;
    margin-top: 5px;
}

.qa-search-wrap {
    position: absolute;
    top: calc(100% - 26px);
    left: 50%;
    transform: translateX(-50%);
}

.qa-search {
    display: flex;
    border-radius: 50px;
    box-shadow: 0px 2px 5px rgba(0,0,0,0.2)
}

.qa-search > :first-child {
    width: 425px;
}

.qa-search input {
    width: 100%;
    border: 0;
    height: 47px;
    padding: 0 20px;
    border-radius: 30px 0 0 30px;
    font-size: 15px
}

.qa-search .btn {
    width: 100%;
    border: 0;
    height: 47px;
    padding: 0 30px;
    border-radius: 0 30px 30px 0;
    background: #C93200;
    color: #fff;
    font-size: 16px;
    white-space: nowrap;
}

.qa-search .error {
    font-size: 13px;
    color: #ff2930!important
}

.qa-box > .qa-list {
    max-height: 850px;
    overflow: auto
}

.qa-list {
    padding: 40px 17px 0
}

.qa-list > .item {
    padding: 15px 15px;
    position: relative;
}

.qa-list > .item:before {
    position: absolute;
    content: '';
    border-left: 2px solid #ccc;
    height: calc(100% - 20px);
    left: 0px;
    top: 10px;
}

.qa-list > .item.active:before {
    border-color: #0165ab
}

.qa-list > .item:not(:first-child) {
    border-top: 1px solid #ddd
}

.qah-box {
    display: flex;
    cursor: pointer;
}

.qah-box .qaui {
    flex-basis: 50px;
    max-width: 50px
}

.qah-box .qac {
    flex: 1
}

.qac .title {
    font-size: 17px;
    font-weight: 400;
    color: #555;
    margin-bottom: 12px
}

.qac .title > * {
    margin-bottom: 7px;
}

.qac .table, .qac table {
    font-size: 14px;
    margin-bottom: 7px;
    background: #fff;
    width: 100%;
}

.qac table, .qac .table, .qac th, .qac td {
    border: 1px solid #ddd;
    border-collapse: collapse;
}

.qac th {
    font-weight: 600;
    background: #eee
}

.qac th, .qac td {
    padding: 6px 10px
}

.qac .table .icon {
    font-size: 13px;
}

.qac small {
    font-size: 12px;
    color: #999
}

.qac-add {
    font-size: 12px;
    font-weight: 300;
    color: #666
}

.qac-add b,.qac-add .b {
    font-weight: 600;
    color: #333
}

.qac-add span span {
    color: #0033cc
}

.qac-add a {
    color: #0033cc
}

.qac-add a:hover {
    text-decoration: underline
}

.qac-add > span {
    position: relative;
    padding: 0 8px;
    font-weight: 400
}

.qac-add > span:first-child {
    padding-left: 0;
    color: #666
}

.qac-add > span:not(:first-child):after {
    position: absolute;
    content: '|';
    font-weight: 300;
    left: -3px
}

.qa-r {
    text-align: right
}

.qa-link {
    color: #0033cc;
    margin-right: 15px;
    font-size: 13px;
    font-weight: 500
}

.qa-link:hover {
    color: #0033cc;
}

.qa-arrow {
    color: #6b6b6b
}

.qa-arrow svg {
    width: 17px;
    height: 17px;
}

.item-content {
    display: none
}

.ask-box {
    padding-top: 15px
}

.ask-box textarea {
    width: 100%;
    padding: 10px 15px;
    margin-bottom: 5px;
    border-radius: 5px;
    background: #fff;
    border: 1px solid #bed2da;
    font-size: 14px
}

.ask-box textarea:focus {
    box-shadow: 1px 5px 5px rgba(0,0,0,0.1)
}

.ask-box .btn {
    background: #ff6a00;
    color: #fff;
    padding: 9px 25px;
    font-size: 14px;
    border-radius: 7px;
    border: none;
}

.ask-box .btn:hover {
    background: #ff6a00
}

.ask-box .btn2 {
    padding: 9px 25px;
    font-size: 14px;
    background: none;
    border: none;
    color: #666;
    cursor: pointer
}

.ask-box .btn2:hover {
    color: #333
}

.ask-msg {
    font-size: 15px;
    font-weight: 600;
    color: green;
    padding-bottom: 10px
}

.qac-like {
    color: #0033cc;
    padding-top: 12px
}

.qac-like a {
    position: relative;
    display: inline-block;
    transition: .1s;
    margin-right: 12px;
}

.qac-like a i {
    font-size: 13px;
}

.qac-like a:hover,.qac-like a.active {
    font-weight: 600
}

.qac-like .nlink {
    color: #333
}

.qa-list .qa-list {
    padding-top: 10px;
    max-height: 420px;
    overflow: auto
}

.qa-list .qa-list > .item {
    padding: 15px 0
}

.qa-list .qa-list > .item:last-child {
    padding-bottom: 0
}

.qa-list .qa-list > .item:before {
    border: none;
}

.qa-list .qa-list .qac .title {
    font-size: 15px;
    font-weight: 400
}

.cst-scrl::-webkit-scrollbar {
    display: block;
    width: 4px;
    border-radius: 3px
}

.cst-scrl::-webkit-scrollbar-track {
    background: #f1f1f1
}

.cst-scrl::-webkit-scrollbar-thumb {
    background: #ccc
}

.cst-scrl::-webkit-scrollbar-thumb:hover {
    background: #999
}

.qa-load {
    border: 1px solid #ccc;
    border-radius: 40px;
    padding: 7px 30px;
    display: inline-block;
    background: #fff;
    position: relative;
    margin: 20px 0 25px
}

.qa-load svg {
    margin-right: 7px;
    font-size: 13px;
    display: inline-block;
}

.qa-load:hover {
    background: #f7f7f7
}

.qaui figure {
    display: inline-block;
    width: 38px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    background: #ef6c00;
    color: #fff;
    border-radius: 50%;
    margin: 0;
    position: relative
}

.qaui figure.a {
    background: #29aafe
}

.qaui figure.b {
    background: #ee5f5b
}

.qaui figure.c {
    background: #8673f3
}

.qaui figure.d {
    background: #47d8cb
}

.qaui figure.e {
    background: #f15a75
}

.qaui figure.f {
    background: #28cf77
}

.qaui figure.g {
    background: #a158ce
}

.qaui figure.h {
    background: #26c0d9
}

.qaui figure.i {
    background: #f96557
}

.qaui figure.j {
    background: #a52aa9
}

.qaui figure.k {
    background: #7f3ee2
}

.qaui figure.l {
    background: #688ef3
}

.qaui figure.m {
    background: #ec8477
}

.qaui figure.n {
    background: #4c86f4
}

.qaui figure.o {
    background: #434264
}

.qaui figure.p {
    background: #e76420
}

.qaui figure.q {
    background: #255c7a
}

.qaui figure.r {
    background: #8238cd
}

.qaui figure.s {
    background: #6d2741
}

.qaui figure.t {
    background: #e662da
}

.qaui figure.u {
    background: #2c62ce
}

.qaui figure.v {
    background: #c2759f
}

.qaui figure.w {
    background: #7c4bb8
}

.qaui figure.x {
    background: #c247bc
}

.qaui figure.y {
    background: #2c89ab
}

.qaui figure.z {
    background: #af79ab
}

body.oh {
    overflow: hidden;
    position: relative
}

.modal {
    display: none;
    position: fixed;
    z-index: 8888;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.6)
}

.modal-wrap {
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    position: relative;
    padding: 15px
}

.modal-content-wrap {
    min-width: 320px;
    max-width: 800px;
    background-color: #fff;
    position: relative;
    border-radius: 7px
}

.modal .close,.modal .close2 {
    position: absolute!important;
    top: -12px!important;
    right: -12px!important;
    cursor: pointer;
    font-size: 25px!important;
    display: inline-block!important;
    width: 30px!important;
    height: 30px!important;
    line-height: 30px!important;
    background: #dbdbdb!important;
    color: #666!important;
    text-align: center;
    border-radius: 50%
}

.modal .close span,.modal .close2 span {
    transform: rotate(0) translate(0px,-1px)!important;
    background: none!important;
    width: auto!important;
    height: auto!important;
    padding: 0!important
}

.modal .close:hover,.modal .close2:hover {
    color: #000
}

.modal-content {
    padding: 25px
}

.modal-head {
    margin-bottom: 25px
}

.modal-title {
    font-size: 20px;
    line-height: 20px;
    color: #000;
    font-weight: 500
}

.modal .form > li:not(:last-child) {
    margin-bottom: 15px
}

.modal .heading {
    color: #333;
    text-align: center;
    margin-bottom: 17px
}

.modal .heading span {
    color: #000;
    font-size: 16px;
    display: block;
    line-height: 22px
}

.modal .heading2 {
    color: #333;
    text-align: center
}

.modal .heading2 span {
    color: #0165ab;
    font-size: 16px
}

.modal .btn {
    background: #0f3d5a;
    font-size: 14px;
    padding: 10px 15px;
    color: #fff;
    border: none;
    border-radius: 4px;
    box-shadow: 0 3px #4ea8e0;
    font-family: 'Arial';
    position: relative;
    cursor: pointer
}

.modal .btn:hover {
    box-shadow: 0 2px #70bdee;
    top: 1px
}

.ifield {
    position: relative;
}

.floating-input, .floating-select, .floating-textarea {
    border: 1px solid #ccc;
    background: #fff;
    border-radius: 20px;
    padding: 12px 13px;
    height: 46px;
    width: 100%;
}

.floating-placeholder {
    color: #545454;
    font-size: 13px;
    font-weight: normal;
    position: absolute;
    pointer-events: none;
    left: 14px;
    top: 12px;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
}

.intl-input .floating-placeholder {
    left: 52px
}

.floating-input:focus, .floating-select:focus, .floating-textarea:focus {
    border: 1px solid #1257a6;
}

.floating-input:focus ~ .floating-placeholder, .floating-input:not(:placeholder-shown) ~ .floating-placeholder {
    top: -10px;
    left: 10px;
    font-size: 13px;
    color: #1257a6;
    background: #fff;
    padding: 0 3px;
    border-radius: 3px;
}

.floating-select:focus ~ .floating-placeholder , .floating-select:not([value=""]):valid ~ .floating-placeholder {
    top: -10px;
    left: 10px;
    font-size: 13px;
    color: #1257a6;
    background: #fff;
    padding: 0 3px;
    border-radius: 3px;
}

.floating-textarea:focus ~ .floating-placeholder, .floating-textarea:not(:placeholder-shown) ~ .floating-placeholder {
    top: -10px;
    left: 10px;
    font-size: 13px;
    color: #1257a6;
    background: #fff;
    padding: 0 3px;
    border-radius: 3px;
}

.floating-input.error, .floating-select.error {
    border: 1px solid red;
}

.floating-input.error ~ .floating-placeholder, .floating-input.error:focus ~ .floating-placeholder, .floating-input.error:not(:placeholder-shown) ~ .floating-placeholder {
    color: red;
}

.floating-select.error ~ .floating-placeholder, .floating-select.error:focus ~ .floating-placeholder , .floating-select.error:not([value=""]):valid ~ .floating-placeholder {
    color: red;
}

.error {
    font-size: 12px;
    color: #f00
}

.looking-for {
    border: 1px solid #b2dadf;
    background: #fff;
    display: flex;
    width: 100%;
    padding: 0px;
}

.looking-for .left {
    width: 360px;
}

.looking-for .right {
    padding: 25px 20px;
    width: calc(100% - 340px)
}

.looking-for .title {
    font-size: 22px;
}

.looking-for .sect2-head span {
    color: #0D5696
}

.postr-list {
    margin-left: -7px;
    margin-right: -7px;
    padding-top: 7px;
}

.postr-list > li {
    margin-bottom: 17px;
    padding: 0 7px
}

.postr-list .floating-input, .postr-list .floating-select, .postr-list .floating-textarea {
    border-radius: 5px;
}

.postr-btn {
    background: #3c3b4d;
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    padding: 13px 40px;
    display: inline-block;
    border-radius: 5px;
    border: none;
}

.postr-btn:hover {
    background: #1257a6
}

.video-row {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}

.video-row .related-video {
    width: 100%;
    border-radius: 3px;
    overflow: hidden;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    background: #fff;
}

.video-row .youtube-player {
    line-height: 1px;
    width: 100%;
    padding-top: 56.25%;
    background: #ccc;
    position: relative;
}

.video-row .youtube-player iframe {
    margin: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.video-row .youtube-player img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.video-row .details {
    padding: 17px 12px;
    font-size: 14px
}

.video-row .title {
    font-weight: 500;
    width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}

.video-row .desc {
    font-size: 13px;
    font-weight: 400;
    margin-top: 3px;
    color: #666
}

.about-section {
    font-size: 15px;
    padding: 40px 0;
    color: #606060
}

.about-section div,.about-section p,.about-section ul,.about-section ol,.about-section table {
    margin-bottom: 17px
}

.about-section hr {
    border-top: 1px solid #ccc;
    margin-bottom: 15px;
}

.about-section table {
    background: #fff;
    text-align: left;
}

.about-section table th {
    color: #333
}

.about-section table,.about-section table th,.about-section table td {
    border: 1px solid #ccc;
    border-collapse: collapse;
    padding: 8px 13px
}

.abot-section table th {
    background: #ddd;
    font-weight: 600
}

.about-section table tr:nth-child(odd) {
    background: #f5f5f5
}

.about-section ul {
    list-style: disc;
    padding-left: 30px
}

.about-section ul li:not(:last-child) {
    margin-bottom: 7px
}

.about-section ol {
    list-style: decimal;
    padding-left: 30px
}

.about-section ol li:not(:last-child) {
    margin-bottom: 7px
}

.about-section b {
    font-weight: 600
}

.about-section h1, .about-section h2, .about-section h3, .about-section h4, .about-section h5, .about-section h6 {
    font-weight: 500;
    color: #333;
    margin-bottom: 7px;
    line-height: normal
}

.about-section h1 {
    font-size: 22px
}

.about-section h2 {
    font-size: 21px
}

.about-section h3 {
    font-size: 21px
}

.about-section h4 {
    font-size: 21px
}

.about-section h5 {
    font-size: 20px
}

.about-section h6 {
    font-size: 19px
}

.fcontent-box {
    background: #fff;
    border: 1px solid #ddd
}

.rated-comp {
    border: 1px solid #eee;
    border-radius: 5px;
    background: #fff;
    text-align: center;
    padding: 15px 12px;
    height: 100%;
}

.rated-comp figure {
    width: 100px;
    height: 60px;
    border-radius: 5px;
    position: relative;
    border: 1px solid #eee;
    display: inline-block;
    margin: 0 auto 17px;
}

.rated-comp figure img {
    width: 100px;
    height: 60px;
    object-fit: scale-down;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.rated-comp .title {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 7px;
}

.rated-comp .loc {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 3px;
    color: #666;
}

.table3 {
    border-radius: 5px;
    width: 100%;
}

.table3, .table3 td, .table3 th {
    border: 1px solid #ddd;
    border-collapse: collapse;
}

.table3 th {
    background: #eee;
}

.table3 th, .table3 td {
    padding: 8px 13px;
    text-align: left;
}

.table3 td {
    color: #666;
}

.table3 a {
    color: #1257a6;
}

.faq-list {
    list-style: none;
    padding: 0;
    margin: 0
}

.faq-list .item {
    background: #fff;
}

.faq-list .item:not(:last-child) {
    margin-bottom: 12px;
    border-bottom: 1px solid #eee;
}

.faq-head {
    display: flex;
    justify-content: space-between;
    padding: 2px 7px;
    font-size: 16px;
    color: #555;
    cursor: pointer;
}

.faq-head:hover {
    color: #333
}

.faq-head > *:first-child() {
    flex: 1;
}

.faq-head > *:nth-child(2) {
    width: 35px;
}

.faq-content {
    color: #666;
    padding: 0 15px 15px;
    font-size: 14px;
}

.faq-head.active {
    color: #333;
    font-weight: 600
}

.faq-head svg {
    fill: var(--primarycolor);
    width: 28px;
    height: 28px;
    transition: 0.3s ease-in-out
}

.faq-head.active svg {
    transform: rotate(180deg);
}

.faq-list .faq-content {
    display: none;
}

.withoutimg {
    padding: 30px 10px
}

.withoutimg .title {
    height: 48px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 22px
}

.addt-section h2 {
    font-size: 21px;
    font-weight: 600;
    color: #000
}

.addt-section h3, .addt-section h4, .addt-section h5, .addt-section h6 {
    font-size: 16px;
    font-weight: 600;
}

.addt-section ul {
    margin-bottom: 20px;
}

.addt-section b {
    font-weight: 600
}

.blog-section {
    padding-bottom: 40px;
}

.sect-head {
    margin-bottom: 17px;
}

.sect-head .title {
    font-size: 20px;
}

.sect-head .title2 {
    font-size: 26px;
}

.sect-head .desc {
    padding-top: 10px;
    color: #666;
}

.sect-head .link {
    color: var(--primarycolor);
}

.sect-head .link:hover {
    text-decoration: underline;
}

.knowledge-box {
    background: #fff;
    color: #2d2d2d;
    border: 1px solid #d9d9d9;
    border-radius: 7px;
    padding: 15px;
    box-shadow: 0px 0px 3px rgba(0,0,0,0.05);
    height: 100%;
}

.knowledge-box figure {
    width: 100%;
    height: 200px;
    border-radius: 7px;
    overflow: hidden;
    margin: 0 0 12px;
}

.knowledge-box figure img {
    max-width: 100%;
    object-fit: cover;
    transition: 0.2s ease-in-out;
}

.knowledge-box .title {
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    margin-bottom: 10px;
}

.knowledge-box .desc {
    font-size: 15px;
    line-height: 22px;
    margin-bottom: 10px;
}

.knowledge-box .pdate {
    font-size: 15px;
    color: #666;
}

.knowledge-box:hover img {
    transform: scale(1.1);
}

.knowledge-box:hover .title {
    color: var(--primarycolor);
}

.single .knowledge-box {
    display: flex;
}

.single .knowledge-box figure {
    margin: 0 20px 0 0;
    width: 600px;
    height: 300px;
}

.single .knowledge-box figure img {
    width: 100%;
    height: 300px;
}

.single .knowledge-box .content {
    width: calc(100% - 600px);
}

.single .knowledge-box .content .title {
    font-size: 25px;
    line-height: 30px;
}

.single .knowledge-box .content .desc {
    display: block;
    font-size: 19px;
    line-height: 25px;
    margin-bottom: 17px;
}

.single .knowledge-box .content .pdate {
    font-size: 16px;
}

.double .knowledge-box figure {
    width: 100%;
    height: 300px;
}

.double .knowledge-box figure img {
    width: 100%;
    height: 300px;
}

.double .knowledge-box .title {
    font-size: 18px;
    line-height: 24px;
}

.vs-box {
    width: 100%;
    height: 450px;
    position: relative
}

.vs-box .heading {
    display: flex;
    align-items: center;
    padding: 10px 15px
}

.vs-box .heading svg {
    vertical-align: middle
}

.vs-box .title {
    font-size: 25px;
    font-weight: 600;
    text-align: center;
    margin: 0 0 40px
}

.vs-box .action {
    text-align: center;
    color: #0d64ce;
    font-size: 20px;
    font-weight: 600
}

.wave {
    position: absolute;
    width: 390px;
    height: 390px;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 100px;
    left: 50%;
    transform: translateX(-50%);
    margin: 0 auto
}

.wave-btn {
    z-index: 100;
    width: 70px;
    height: 70px;
    color: #fff;
    border-radius: 50%;
    border: none;
    background-color: #0d64ce;
    transition: transform .2s ease-out
}

.wave-container {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.wave-circle {
    position: absolute;
    background-color: transparent;
    border: 13px solid #0d64ce;
    border-radius: 50%;
    filter: blur(3px);
    animation-name: ripple;
    animation-duration: 3s;
    animation-timing-function: cubic-bezier(0,0.2,0.8,1);
    animation-iteration-count: infinite;
    display: none
}

.wave.active .wave-circle {
    display: block
}

.wave-container .wave-circle:nth-child(2) {
    animation-delay: -1s
}

.wave-container .wave-circle:nth-child(3) {
    animation-delay: -2s
}

@keyframes ripple {
    0% {
        top: 50%;
        left: 50%;
        width: 0;
        height: 0;
        opacity: 1
    }

    100% {
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: 0
    }
}

.enquiry-pop .modal-content-wrap {
    background: none
}

.cs-left {
    background: #0165ab;
    color: #fff;
    width: 390px;
    padding: 25px 20px;
    position: relative
}

.cs-left:after {
    content: '';
    position: absolute;
    border: 15px solid;
    border-color: transparent transparent transparent #0165ab;
    top: 50%;
    right: -30px;
    z-index: 1;
    transform: translateY(-50%)
}

.cs-left .prod-name,.cs-left .prod-name:hover {
    color: #fff;
    font-size: 18px;
    font-weight: 300;
    line-height: 23px
}

.cs-left .prod-name {
    margin-bottom: 5px
}

.cs-left .prod-price {
    color: #ffa977;
    font-size: 16px;
    margin-bottom: 10px
}

.cs-left .comp-loc i {
    margin-right: 3px;
    font-size: 13px
}

.cs-right .close,.cs-left .close {
    background: #d1d8df;
    color: #686c6f!important;
    top: 0;
    right: 0;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 15px;
    padding: 0
}

.cs-right {
    padding: 12px 20px 12px 25px;
    height: 100%;
    background: #eff3f7;
    flex: 1;
    position: relative
}

.cs-right .heading {
    color: #333;
    text-align: center
}

.cs-right .heading span {
    color: #000;
    font-size: 16px;
    display: block;
    line-height: 22px
}

.cs-right .heading2 {
    color: #333;
    text-align: center
}

.cs-right .heading2 span {
    color: #0165ab;
    font-size: 16px
}

.cs-right .btn {
    background: #0f3d5a;
    font-size: 14px;
    padding: 10px 15px;
    color: #fff;
    border: none;
    border-radius: 4px;
    box-shadow: 0 3px #4ea8e0;
    font-family: 'Roboto';
    position: relative;
    cursor: pointer
}

.cs-right .btn:hover {
    box-shadow: 0 2px #70bdee;
    top: 1px
}

.cs-right .input {
    width: 100%;
    border: 1px solid #ddd;
    font-size: 13px;
    border-radius: 3px;
    padding: 10px;
    line-height: normal
}

.cs-right .input::placeholder {
    color: #666;
    font-family: 'Roboto'
}

.cs-right .checkbox {
    font-size: 12px
}

.cs-right .checkbox input {
    vertical-align: middle;
    margin-right: 3px
}

.cs-right select.input {
    background: #fff;
    border: 1px solid #ddd;
    color: #333
}

.cs-right textarea.input {
    line-height: normal!important
}

.cs-right .left-sec h4 {
    font-size: 14px;
    color: #666
}

.cs-right .left-sec {
    background: #e8eeef;
    flex-basis: 225px;
    text-align: center;
    padding: 25px
}

.cs-right .modal-desc {
    text-align: center;
    font-size: 14px;
    max-width: 80%;
    margin: 0 auto;
    color: #000
}

.cs-right .modal-head .divider {
    width: 55px;
    height: 2px;
    background: rgba(0,0,0,0.2);
    display: inline-block
}

.cs-right .modal-head {
    text-align: center;
    margin-bottom: 10px
}

.cs-right .modal-title {
    font-size: 20px;
    line-height: 20px;
    color: #000;
    font-weight: 500
}

.cs-right .post-req-form > li {
    padding-top: 10px;
    line-height: 1px;
    position: relative
}

.cs-right .post-req-form > li:first-child {
    padding-top: 0
}

.cs-right .post-req-form > li:last-child {
    padding-top: 15px
}

.cs-right .post-req-form {
    margin-top: 15px
}

.cs-right .right-sec {
    padding: 25px
}

.cs-right .post-req-form .flex-nowrap > * {
    position: relative
}

.cs-right .post-req-form .flex-nowrap > :first-child {
    padding-right: 6px!important
}

.cs-right .post-req-form .flex-nowrap > :nth-child(2) {
    padding-left: 6px!important
}

.cs-right .post-req-form .intl-tel-input {
    width: 100%
}

.cs-right .btn {
    background: #ff6a00;
    box-shadow: none;
    display: inline-block!important;
    padding: 10px 35px
}

.cs-right .btn:hover {
    background: #ff6a00;
    box-shadow: none;
    top: 0
}

.cs-right .view-mobile-table {
    margin: 20px 0;
    background: #fff;
    position: relative
}

.table-bordered {
    border: 1px solid #dee2e6
}

.table-bordered td,.table-bordered th {
    border: 1px solid #dee2e6
}

.table-sm td,.table-sm th {
    padding: 5px 7px
}

.cs-right .view-mobile-table td:last-child {
    font-weight: 500
}

.view-mobile-table .contact-hidden {
    display: flex;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    width: calc(100% - 130px);
    height: 100%;
    background: #f2dede;
    color: #333;
    border: 1px solid #ebccd1;
    text-align: center;
    align-items: center;
    padding: 2px;
    line-height: 19px
}

.cs-right .or {
    position: relative;
    padding: 15px 0 10px;
    margin-bottom: 35px;
    border-bottom: 1px solid #e0e0e0
}

.cs-right .or span {
    width: 35px;
    height: 35px;
    line-height: 35px;
    border-radius: 50%;
    font-size: 13px;
    display: inline-block;
    position: absolute;
    bottom: -18px;
    left: 50%;
    transform: translateX(-50%);
    background: #e0e0e0
}

.thanks-message {
    height: calc(100% - 50px);
    padding: 40px 12px
}

.thanks-message .fas {
    font-size: 40px;
    color: #5e7b0d
}

.thanks-message p {
    font-size: 20px;
    margin-bottom: 12px
}

.thanks-message .btn-3 {
    padding: 7px 25px;
    margin-top: 12px;
    font-size: 13px;
    display: inline-block;
    border-radius: 3px
}

.thanks-message .link {
    font-weight: 500;
    margin-top: 15px;
    display: inline-block;
    color: #1e79b3
}

.otp-step {
    padding-top: 15px
}

.otp-heading {
    text-align: center;
    font-weight: 500;
    font-size: 15px;
    margin-bottom: 7px
}

.otp-desc {
    text-align: center;
    font-size: 14px
}

.otp-desc i {
    color: #0165ab
}

.otp-desc b {
    font-weight: 500
}

.otp-step .btn {
    display: block!important;
    width: 100%
}

.otp-action {
    font-size: 13px;
    margin-top: 7px;
    color: #0165ab;
    display: inline-block
}

.input.error,input.error {
    border: 1px solid red!important;
    color: #d24848!important;
}

.input.error::placeholder,input.error::placeholder {
    color: red!important
}

label.error span {
    background: #fdbfbf;
    color: #000
}

label.error span:before {
    border-color: #fdbfbf transparent transparent
}

.fa-spinner {
    animation-name: spin;
    animation-duration: 3000ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear
}

.otp-screen .floating-input {
    font-size: 15px;
    border: none;
    border-bottom: 1px solid #bcbcbc;
    background: #eff3f7;
    border-radius: 4px;
    padding: 12px;
    width: 100%
}

.otp-screen .floating-placeholder {
    color: #000;
    font-size: 15px;
    font-weight: 300;
    position: absolute;
    pointer-events: none;
    left: 12px;
    top: 8px;
    transition: .2s ease all;
    -moz-transition: .2s ease all;
    -webkit-transition: .2s ease all
}

.otp-screen .intl-tel-input.allow-dropdown .flag-container:hover .selected-flag {
    background: none
}

.otp-screen .intl-input .floating-placeholder {
    left: 52px
}

.otp-screen .floating-input:focus {
    border-bottom: 1px solid #0165ab
}

.otp-screen input.floating-input.error {
    border: none!important;
    box-shadow: none!important;
    border-bottom: 1px solid red!important
}

.otp-screen {
    padding: 15px 20px
}

.otp-screen .icon {
    width: 77px;
    height: 77px;
    line-height: 1px;
    text-align: center;
    border: 2px solid #666;
    border-radius: 50%;
    margin: 0 auto 17px;
    padding: 14px
}

.otp-screen .title {
    text-align: center;
    color: #005d93;
    font-size: 24px;
    margin-bottom: 7px
}

.otp-screen .descpt {
    text-align: center;
    color: #333;
    font-size: 14px;
    margin-bottom: 25px
}

.otp-screen .form > li {
    position: relative;
    margin-bottom: 15px
}

.otp-screen .form > li:last-child {
    margin-bottom: 0
}

.otp-screen .button {
    background: #da6a1a;
    color: #fff;
    border: none;
    border-radius: 30px;
    display: inline-block;
    padding: 8px 30px;
    font-size: 17px;
    cursor: pointer
}

.otp-screen .button:hover {
    background: #ca5f13;
    box-shadow: 0 1px 8px rgba(0,0,0,0.3)
}

.otp-screen .button2 {
    background: #da6a1a;
    color: #fff;
    width: 57px;
    height: 57px;
    line-height: 57px;
    border: none;
    border-radius: 50%;
    text-align: center;
    cursor: pointer;
    font-size: 27px
}

.otp-screen .button2:hover {
    background: #ca5f13;
    box-shadow: 0 1px 8px rgba(0,0,0,0.3)
}

.otp-screen .mobile-edit-link {
    color: #999;
    margin-left: 5px
}

.otp-screen .mobile-edit-link:hover {
    color: #666;
    margin-left: 5px
}

.otp-screen p {
    color: #000;
    font-size: 13px;
    font-weight: 400
}

.otp-screen p a {
    color: #005d93
}

.otp-screen p a:hover {
    text-decoration: underline
}

.otp-screen .otp-input {
    margin-bottom: 20px
}

.otp-screen .otp-input p {
    margin-top: 5px
}

.otp-screen .otp-input input {
    display: inline-block;
    width: 35px;
    height: 45px;
    line-height: 45px;
    background: #ddd;
    border: none;
    border-radius: 5px;
    text-align: center;
    font-size: 31px;
    color: #000;
    font-weight: 500;
    margin-right: 6px
}

.otp-screen .otp-input input:last-child {
    margin-right: 0
}

.checkmark {
    width: 100px;
    margin: 0 auto
}

.checkmark .path {
    stroke-dasharray: 1000;
    stroke-dashoffset: 0;
    animation: dash 2s ease-in-out;
    -webkit-animation: dash 2s ease-in-out
}

.checkmark .spin {
    animation: spin2 2s;
    -webkit-animation: spin2 2s;
    transform-origin: 50% 50%;
    -webkit-transform-origin: 50% 50%
}

.tooltip-error {
    width: 220px;
    background: #f8d7da;
    color: #721c24;
    border: 1px solid #f8d7da;
    text-align: center;
    border-radius: 2px;
    padding: 4px 7px;
    font-size: 11px;
    line-height: 18px;
    position: absolute;
    z-index: 1;
    top: -27px;
    left: 0
}

.tooltip-error::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 10%;
    margin-left: -5px;
    border-width: 7px;
    border-style: solid;
    border-color: #f8d7da transparent transparent
}

@-webkit-keyframes dash {
    0% {
        stroke-dashoffset: 1000
    }

    100% {
        stroke-dashoffset: 0
    }
}

@keyframes dash {
    0% {
        stroke-dashoffset: 1000
    }

    100% {
        stroke-dashoffset: 0
    }
}

@-webkit-keyframes spin2 {
    0% {
        -webkit-transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(360deg)
    }
}

@keyframes spin2 {
    0% {
        -webkit-transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(360deg)
    }
}

.success-section .title {
    color: #339881;
    margin-bottom: 7px;
    font-size: 24px
}

.success-section .message {
    margin-bottom: 0
}

.success-section .link {
    font-weight: 500;
    margin-top: 15px;
    display: inline-block;
    color: #1e79b3
}

@keyframes spin {
    from {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(360deg)
    }
}

.otp-desc a i {
    background: url(https://cdn.d4tcdn.com/staticdt/images/pencil-icon.svg) no-repeat;
    display: inline-block;
    width: 13px;
    height: 13px;
    background-size: 100%;
}

.form .input {
    background: #fff;
    width: 100%;
    height: 44px;
    padding: 9px 13px;
    border-radius: 20px;
    border: 1px solid #ccc;
}

.form textarea.input {
    height: auto;
}

.form .title {
    margin-bottom: 7px;
    display: block;
    font-weight: 600;
    color: #333
}

.modal-box .video {
    border: 0px;
    width: 100%;
    height: 300px
}

.form li {
    position: relative;
}

.form > li {
    margin-bottom: 17px;
}

.form > li > ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.form > li > ul >li:first-child {
    padding-right: 10px;
}

.form > li > ul >li {
    max-width: 50%;
    flex-basis: 50%;
    position: relative;
}

.form .error-bdr {
    border: 1px solid #f00 !important;
}

.form label.error {
    font-size: 11px;
    color: #f00;
    margin-bottom: 0px;
}

.form .form-btn {
    background: #ff6a00;
    color: #fff;
    border: none;
    padding: 12px 45px;
    border-radius: 25px;
    font-weight: 600;
    font-size: 15px;
}

.modal-back .si {
    background-position: -313px -31px;
    width: 15px;
    height: 15px;
}

.otp-action {
    display: inline-block;
}

.custom-checkbox {
    display: block;
    vertical-align: middle;
    margin-bottom: 10px;
}

.custom-checkbox input {
    padding: 0;
    height: initial;
    width: 15px;
    height: 15px;
    margin-bottom: 0;
    cursor: pointer;
    vertical-align: middle;
    margin-right: 3px;
}

.custom-checkbox label {
    position: relative;
    cursor: pointer;
    line-height: 18px;
}

.custom-checkbox label span {
    display: inline-block;
    position: relative;
    top: 2px
}

.otp-step {
    padding-top: 15px
}

.otp-heading {
    text-align: center;
    font-weight: 500;
    font-size: 15px;
    margin-bottom: 12px
}

.otp-desc {
    text-align: center;
    font-size: 14px;
    margin-bottom: 12px;
}

.otp-desc i {
    color: #0165ab
}

.otp-desc .si {
    background-position: -298px -30px;
    width: 13px;
    height: 13px;
}

.otp-desc b {
    font-weight: 500
}

.otp-input {
    text-align: center;
}

.otp-input input {
    width: 40px !important;
    border: 1px solid #ccc;
    height: 45px;
    display: inline-block;
    text-align: center;
    font-weight: 600;
    color: #165d8e;
    font-size: 16px;
    border-radius: 5px !important;
}

.view-mobile-table {
    position: relative;
}

.view-mobile-table, .view-mobile-table td {
    background: #fff;
    border: 1px solid #ccc;
    border-collapse: collapse;
}

.view-mobile-table td {
    padding: 5px 7px;
}

.view-mobile-table .contact-hidden {
    display: flex;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    width: calc(100% - 130px);
    height: 100%;
    background: #f2dede;
    color: #333;
    border: 1px solid #ebccd1;
    text-align: center;
    align-items: center;
    padding: 2px;
    line-height: 19px;
    font-weight: 500;
}

.resend-opt a {
    color: #0165ab
}

.form .or {
    position: relative;
    padding: 15px 0 10px;
    margin: 15px 0 35px;
    border-bottom: 1px solid #ccc;
}

.form .or span {
    width: 35px;
    height: 35px;
    line-height: 35px;
    border-radius: 50%;
    font-size: 13px;
    display: inline-block;
    position: absolute;
    bottom: -18px;
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
    border: 1px solid #ccc;
}

.agree {
    text-align: center;
    font-size: 13px;
}

.agree.custom-checkbox input:checked + label:after {
    top: 0px;
    width: 4px;
    left: 7px;
}

.agree.custom-checkbox label {
    line-height: 18px;
}

.agree.custom-checkbox label span {
    top: 1
}

.addtional-details > ul {
    display: block !important;
}

.addtional-details > ul > li:first-child {
    padding-right: 0px !important;
}

.addtional-details > ul > li:not(:last-child) {
    margin-bottom: 17px;
}

.addtional-details > ul > li {
    max-width: 100% !important;
    flex-basis: 100% !important;
    position: relative;
}

.addtional-details .d-flex {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.addtional-details .d-flex li:first-child {
    padding-right: 10px;
}

.addtional-details .d-flex li {
    max-width: 50%;
    flex-basis: 50%;
    position: relative;
}

.enquiry-pop .modal-content-wrap {
    background: none
}

.cs-left {
    background: #0165ab;
    color: #fff;
    width: 390px;
    padding: 25px 20px;
    position: relative
}

.cs-left:after {
    content: '';
    position: absolute;
    border: 15px solid;
    border-color: transparent transparent transparent #0165ab;
    top: 50%;
    right: -30px;
    z-index: 1;
    transform: translateY(-50%)
}

.cs-left .prod-name,.cs-left .prod-name:hover {
    color: #fff;
    font-size: 18px;
    font-weight: 300;
    line-height: 23px
}

.cs-left .prod-name {
    margin-bottom: 5px
}

.cs-left .prod-price {
    color: #ffa977;
    font-size: 16px;
    margin-bottom: 10px
}

.cs-left .comp-loc {
    font-size: 12px;
    color: #bdeaff!important;
    margin-bottom: 15px;
}

.cs-left .comp-loc i {
    margin-right: 3px;
    font-size: 13px
}

.cs-left figure {
    line-height: 1px;
    position: relative;
    width: 350px;
    height: 350px;
    text-align: center;
    background: #fff
}

.cs-left figure .opacity {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: rgba(0,0,0,0.7)
}

.cs-left figure img {
    max-width: 350px;
    max-height: 350px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 2
}

.cs-left .prod-pic-modal {
    width: 350px;
    height: 350px;
}

.cs-left .prod-pic-modal .ec .ec__item {
    padding: 0px;
}

.cs-left .prod-pic-modal .ec .ec__nav--prev {
    left: -10px;
}

.cs-left .prod-pic-modal .ec .ec__nav--next {
    right: -10px;
}

.cs-right .close,.cs-left .close {
    background: #d1d8df;
    color: #686c6f!important;
    top: 0;
    right: 0;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 15px;
    padding: 0
}

.cs-right {
    padding: 12px 20px 12px 25px;
    height: 100%;
    background: #eff3f7;
    flex: 1;
    position: relative
}

.cs-right .heading {
    color: #333;
    text-align: center;
    margin-bottom: 17px
}

.cs-right .heading span {
    color: #000;
    font-size: 16px;
    display: block;
    line-height: 22px
}

.cs-right .heading2 {
    color: #333;
    text-align: center
}

.cs-right .heading2 span {
    color: #0165ab;
    font-size: 16px
}

.cs-right .btn {
    background: #0f3d5a;
    font-size: 14px;
    padding: 10px 15px;
    color: #fff;
    border: none;
    border-radius: 4px;
    box-shadow: 0 3px #4ea8e0;
    font-family: 'Roboto';
    position: relative;
    cursor: pointer
}

.cs-right .btn:hover {
    box-shadow: 0 2px #70bdee;
    top: 1px
}

.cs-right .input::placeholder {
    color: #666;
    font-family: 'Roboto'
}

.cs-right .checkbox {
    font-size: 12px
}

.cs-right .checkbox input {
    vertical-align: middle;
    margin-right: 3px
}

.cs-right textarea.input {
    line-height: normal!important
}

.cs-right .left-sec h4 {
    font-size: 14px;
    color: #666
}

.cs-right .left-sec {
    background: #e8eeef;
    flex-basis: 225px;
    text-align: center;
    padding: 25px
}

.cs-right .modal-desc {
    text-align: center;
    font-size: 14px;
    max-width: 80%;
    margin: 0 auto;
    color: #000
}

.cs-right .modal-head .divider {
    width: 55px;
    height: 2px;
    background: rgba(0,0,0,0.2);
    display: inline-block
}

.cs-right .modal-head {
    text-align: center;
    margin-bottom: 10px
}

.cs-right .modal-title {
    font-size: 20px;
    line-height: 20px;
    color: #000;
    font-weight: 500
}

.thanks-message {
    height: calc(100% - 50px);
    padding: 40px 12px
}

.thanks-message .fas {
    font-size: 40px;
    color: #5e7b0d
}

.thanks-message p {
    font-size: 20px;
    margin-bottom: 12px
}

.thanks-message .btn-3 {
    padding: 7px 25px;
    margin-top: 12px;
    font-size: 13px;
    display: inline-block;
    border-radius: 3px
}

.thanks-message .link {
    font-weight: 500;
    margin-top: 15px;
    display: inline-block;
    color: #1e79b3
}

.input.error,input.error {
    border: 1px solid red!important;
    color: #d24848!important;
}

.input.error::placeholder,input.error::placeholder {
    color: red!important
}

label.error span {
    background: #fdbfbf;
    color: #000
}

label.error span:before {
    border-color: #fdbfbf transparent transparent
}

.fa-spinner {
    animation-name: spin;
    animation-duration: 3000ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear
}

.checkmark {
    width: 100px;
    margin: 0 auto
}

.checkmark .path {
    stroke-dasharray: 1000;
    stroke-dashoffset: 0;
    animation: dash 2s ease-in-out;
    -webkit-animation: dash 2s ease-in-out
}

.checkmark .spin {
    animation: spin2 2s;
    -webkit-animation: spin2 2s;
    transform-origin: 50% 50%;
    -webkit-transform-origin: 50% 50%
}

.tooltip-error {
    width: 220px;
    background: #f8d7da;
    color: #721c24;
    border: 1px solid #f8d7da;
    text-align: center;
    border-radius: 2px;
    padding: 4px 7px;
    font-size: 11px;
    line-height: 18px;
    position: absolute;
    z-index: 1;
    top: -27px;
    left: 0px;
}

.tooltip-error::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 10%;
    margin-left: -5px;
    border-width: 7px;
    border-style: solid;
    border-color: #f8d7da transparent transparent transparent;
}

.chat-button {
    background: #0165ab;
    color: #fff;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 25px;
    position: fixed;
    bottom: 23px;
    right: 23px;
    border-radius: 50%;
    cursor: pointer;
    box-shadow: 0 5px 25px 0 rgba(0,0,0,.35);
    z-index: 99
}

.chat-button i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    transition: all 2s
}

.chat-button img {
    width: 30px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    filter: brightness(0) invert(1);
}

.chat-button::before {
    content: '';
    width: 100px;
    height: 100px;
    position: absolute;
    top: -34%;
    left: -33%;
    border-radius: 50%;
    display: block;
    background-color: #0165ab;
    opacity: 0.5;
    transform: translate(10%,10%);
    animation: bg 1.2s ease-out infinite;
}

@keyframes bg {
    0% {
        transform: scale(0.54545455);
        opacity: 0.75;
    }

    100% {
        transform: scale(1);
        opacity: 0;
    }
}

.chat-button:hover:before, .chat-button.active:before {
    display: none;
}

.chat-button:hover {
    box-shadow: 0 5px 25px 0 rgba(0,0,0,.55);
    background: #017ab1;
}

.chat-button.active {
    background: #017ab1;
}

.chat-button .fab {
    display: inline-block;
}

.chat-button.active .fab {
    display: none;
}

.chat-button.active .fas {
    display: inline-block;
}

.chat-window {
    box-shadow: 0 5px 25px 0 rgba(0,0,0,.35);
    position: fixed;
    right: 25px;
    bottom: 100px;
    background: #fff;
    border-radius: 5px;
    width: 325px;
    z-index: 98;
    visibility: hidden;
    transform: scale(0) translate(100px,100px);
    transition: all 0.2s;
    transform-origin : 89% 104%;
}

.chat-window.active {
    visibility: visible;
    transform: scale(1) translate(0,0);
    display: block;
}

.chat-window-content {
    padding: 20px 20px;
}

.chat-window-header {
    background: #0165ab;
    color: #fff;
    padding: 12px 30px 12px 17px;
    position: relative;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.chat-window-header figure {
    line-height: 1px;
    margin-right: 10px;
}

.chat-window-header p {
    font-size: 17px;
    font-weight: 600;
    line-height: 15px;
}

.chat-window-header span {
    font-size: 12px;
    color: #ccc;
    display: block;
    margin-top: 5px;
}

.chat-window-header i {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    padding: 5px;
    cursor: pointer;
    color: #ccc;
}

.chat-window-header i:hover {
    color: #fff;
}

.grting-msg {
    font-size: 13px;
    line-height: 18px;
    text-align: center;
}

.chat-window ul.form > li {
    margin-bottom: 15px;
    position: relative;
}

.chat-window ul.form > li:last-child {
    margin-bottom: 0;
}

.chat-window svg {
    cursor: pointer;
    position: absolute;
    top: 10px;
    right: 10px
}

.chat-window .country-list {
    font-size: 14px;
}

.chat-window .input {
    border: 1px solid #ddd;
    background: #fff;
    border-radius: 4px;
    padding: 9px 12px;
    width: 100%
}

.chat-window .button {
    background: #ff6a00;
    color: #fff;
    padding: 11px 12px;
    width: 100%;
    border: none;
    font-size: 15px;
    border-radius: 25px;
    cursor: pointer;
}

.chat-window .button:hover {
    background: #ff6a00
}

.intl-tel-input {
    display: block !important;
}

.intl-tel-input.allow-dropdown .selected-flag, .intl-tel-input.separate-dial-code .selected-flag {
    border-radius: 25px 0 0 25px
}

.cs-right .floating-input:focus ~ .floating-placeholder, .cs-right .floating-input:not(:placeholder-shown) ~ .floating-placeholder {
    background: #eff3f7;
}

.cs-right .floating-select:focus ~ .floating-placeholder , .cs-right .floating-select:not([value=""]):valid ~ .floating-placeholder {
    background: #eff3f7;
}

@-webkit-keyframes dash {
    0% {
        stroke-dashoffset: 1000
    }

    100% {
        stroke-dashoffset: 0
    }
}

@keyframes dash {
    0% {
        stroke-dashoffset: 1000
    }

    100% {
        stroke-dashoffset: 0
    }
}

@-webkit-keyframes spin2 {
    0% {
        -webkit-transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(360deg)
    }
}

@keyframes spin2 {
    0% {
        -webkit-transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(360deg)
    }
}

.success-section .title {
    color: #339881;
    margin-bottom: 7px;
    font-size: 24px
}

.success-section .message {
    margin-bottom: 0
}

.success-section .link {
    font-weight: 500;
    margin-top: 15px;
    display: inline-block;
    color: #1e79b3
}

@keyframes spin {
    from {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(360deg)
    }
}

.OrderUnitInput-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100% - 25px);
    display: none;
}

.OrderUnitInput {
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
    border-right: 0px;
}

.unit-list {
    max-height: 182px;
    font-size: 15px;
    list-style: none;
    padding: 0;
    border: 1px solid #ddd;
    position: absolute;
    top: calc(100% - 0px);
    left: 0;
    width: 100%;
    z-index: 1;
    background: #fff;
    display: none;
}

.unit-list li {
    border-bottom: 1px solid #ddd;
    cursor: pointer;
    color: #666
}

.unit-list li:last-child {
    border-bottom: 0px;
}

.unit-list li:hover {
    background: #f7f7f7
}

.unit-list li span {
    display: block;
    padding: 5px 10px;
}

.verify-company {
    padding: 25px 15px!important;
    background: #fff!important;
    border: 10px solid #ebf0f4;
    border-radius: 5px
}

.verify-company .close {
    top: -17px!important;
    right: -17px!important
}

.verify-company .verify-icon {
    padding-bottom: 7px
}

.verify-company .com-name {
    color: #202020;
    font-size: 25px
}

.verify-company .com-location {
    color: #666;
    font-size: 14px
}

.verify-company .memb-of {
    font-size: 14px;
    color: #000;
    background: #f8f2d3;
    display: inline-block;
    padding: 3px 12px;
    margin: 15px 0 10px
}

.verify-company .vc-heading {
    font-size: 14px;
    color: #666;
    border-bottom: 1px dashed #ccc;
    padding-bottom: 3px;
    margin: 20px 0 12px
}

.verify-company .vc-list {
    list-style: none;
    padding-left: 10px
}

.verify-company .vc-list > :not(:last-child) {
    margin-bottom: 5px
}

.verify-company .vc-list i {
    color: #53a23a;
    margin-right: 5px
}

.verify-company .vc-table td:nth-child(2) {
    font-weight: 600
}

.verify-company .vc-table td {
    padding-bottom: 5px
}

.verify-company .vc-footer {
    text-align: center;
    margin-top: 25px
}

.verify-company .vc-footer img {
    width: 120px
}


.looking-formobile {
    border-radius: 25px;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
}
.look-box {
    padding: 0 15px 20px;
}
.look-search {
    display: flex;
}


.looking-formobile .title {
    font-size: 20px;
    color: #fff;
    padding: 20px 20px 20px 135px;
    line-height: 28px;
}
.looking-formobile .title span {
    color: #fdc368;
    font-weight: 600;
}
.look-box .look-search input {
    background: rgba(255, 255, 255, 1);
    border-radius: 30px 0 0 30px;
    border: 0;
    width: 100%;
    height: 43px;
    padding: 0 17px;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
    border: solid #165f91;
    border-width: 1px 0 1px 1px;
    font-family: Arial, Helvetica, sans-serif;
}
.look-search > :first-child {
    flex: 1;
}
.look-box .look-search .look-btn {
    background: #029969;
    color: #fff;
    border: 0;
    border-radius: 0 30px 30px 0;
    width: 55px;
    height: 43px;
    font-size: 17px;
    text-align: center;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
    border: solid #165f91;
    border-width: 1px 1px 1px 0;
}
.look-btn .fa-arrow-right {
    width: 15px;
    height: 15px;
    background-position: -280px -31px;
   
}
.floating-input, .floating-select, .floating-textarea {
    border: 1px solid #ccc;
    background: #fff;
    border-radius: 20px;
    padding: 12px 13px;
    height: 46px;
    width: 100%;
}

.floating-placeholder {
    color: #545454;
    font-size: 13px;
    font-weight: normal;
    position: absolute;
    pointer-events: none;
    left: 14px;
    top: 12px;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
}

.intl-input .floating-placeholder {
    left: 52px
}

.floating-input:focus, .floating-select:focus, .floating-textarea:focus {
    border: 1px solid #1257a6;
}

.floating-input:focus ~ .floating-placeholder, .floating-input:not(:placeholder-shown) ~ .floating-placeholder {
    top: -10px;
    left: 10px;
    font-size: 13px;
    color: #1257a6;
    background: #fff;
    padding: 0 3px;
    border-radius: 3px;
}

.floating-select:focus ~ .floating-placeholder , .floating-select:not([value=""]):valid ~ .floating-placeholder {
    top: -10px;
    left: 10px;
    font-size: 13px;
    color: #1257a6;
    background: #fff;
    padding: 0 3px;
    border-radius: 3px;
}

.floating-textarea:focus ~ .floating-placeholder, .floating-textarea:not(:placeholder-shown) ~ .floating-placeholder {
    top: -10px;
    left: 10px;
    font-size: 13px;
    color: #1257a6;
    background: #fff;
    padding: 0 3px;
    border-radius: 3px;
}

.floating-input.error, .floating-select.error {
    border: 1px solid red;
}

.floating-input.error ~ .floating-placeholder, .floating-input.error:focus ~ .floating-placeholder, .floating-input.error:not(:placeholder-shown) ~ .floating-placeholder {
    color: red;
}

.floating-select.error ~ .floating-placeholder, .floating-select.error:focus ~ .floating-placeholder , .floating-select.error:not([value=""]):valid ~ .floating-placeholder {
    color: red;
}

.error {
    font-size: 12px;
    color: #f00
}


.error_bdr{border:1px solid red!important}
