@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800&display=swap');
:root {
    --base-color: #0A13F4;
    --dark-color: #000000;
    --light-color: #efefef;
    --white-color: #ffffff;
    --secondary-color: #000465;
    --web-se-color:#02BD62;
}

::selection {
    background: var(--base-color);
    color: #fff;
}

::-moz-selection {
    background: var(--base-color);
    color: #fff;
}

html {
    scroll-behavior: smooth;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: var(--dark-color);
}

h2 span {
    font-size: 2rem;
    font-weight: 300;
    line-height: 1.2;
}

.text-dark {
    color: var(--dark-color) !important;
}

.light-bg {
    background-color: var(--light-color) !important;
}

.bg-primary {
    background-color: var(--base-color) !important;
}

.bg-secondary {
    background-color: var(--secondary-color) !important;
}

body {
    margin: 0px;
    padding: 0px;
}

*,
body {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    color: var(--dark-color);
    font-size: 14px;
    line-height: 1.4;
}

.btn-primary {
    background-color: var(--base-color);
    border-color: var(--base-color);
    text-transform: none;
    border-radius: 50px;
}

.btn-primary:hover {
    background-color: var(--web-se-color);
    border-color: var(--web-se-color);
    color: var(--white-color);
}

.btn-primary span {
    color: var(--white-color);
}

.btn-outline-primary {
    border-color: var(--base-color);
    border-radius: 50px;
    color: var(--base-color);
    text-transform: none;
}

.btn-outline-primary:hover {
    background-color: var(--web-se-color);
    color: var(--white-color);
    border-color: var(--web-se-color);
}

header .btn {
    font-size: 16px;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
    align-items: center;
    height: 34px;
}

.btn-outline-primary span {
    color: var(--base-color);
}

.btn-outline-primary:hover span {
    color: var(--white-color);
}

.btn-secondary {
    background-color: #4D5D6C;
    border-color: #4D5D6C;
    font-size: 16px;
}

.btn-outline-secondary {
    border-color: var(--secondary-color);
    color: var(--secondary-color);
    text-transform: none;
    font-weight: 500;
    font-size: 16px;
}

.btn-outline-secondary i {
    color: var(--secondary-color);
}

.btn-outline-secondary:hover {
    background-color: var(--secondary-color);
    color: var(--white-color);
    border-color: var(--secondary-color);
}

.btn-outline-secondary:hover i {
    color: var(--white-color);
}

button:focus {
    outline: none;
}

a {
    color: var(--base-color);
    text-decoration: none;
}

a:hover {
    text-decoration: none;
    color: var(--base-color);
}

.btn-link {
    color: var(--secondary-color);
    text-transform: none;
    font-weight: 600;
    font-size: 16px;
    text-decoration: none;
}

.btn-link:hover {
    color: var(--base-color);
}

h3 {
    font-size: 28px;
    font-weight: 600;
}

button.btn:focus {
    outline: none;
    box-shadow: none;
}

.btn-primary.focus,
.btn-primary:focus {
    color: var(--white-color);
    background-color: var(--secondary-color);
    border-color: var(--secondary-color);
    box-shadow: 0 0 0 0.2rem rgb(241 90 36 / 24%);
}

.bg-dark {
    background-color: var(--dark-color) !important;
}

.bg-primary {
    background-color: var(--base-color) !important;
}

section {
    padding: 70px 0;
}

.headingsty h2 {
    font-size: 28px;
    font-weight: 500;
    color: var(--dark-color);
    line-height: 1.3;
}

.headingsty h2 span {
    font-size: 28px;
    font-weight: 700;
    color: var(--secondarkdary-color);
    line-height: 1.1;
}

.bg__dark .headingsty h2,
.bg__dark .headingsty h2 span,
.bg__dark h3,
.bg__dark h4,
.bg__dark h5,
.bg__dark h6,
.bg__dark p,
.bg__dark,
.bg__dark li,
.bg-primary .headingsty h2,
.bg-primary .headingsty h2 span,
.bg-primary h3,
.bg-primary h4,
.bg-primary h5,
.bg-primary h6,
.bg-primary p,
.bg-primary,
.bg-primary li {
    color: var(--white-color);
}


/***************************END*************************/


/**************  Header and Navigation *****************/

header .btn span {
    text-transform: none;
    font-weight: 400;
}

.dropdown-menu {
border-radius: 0;
}

h1 {
    font-weight: 300;
}

header .navbar-brand {
    position: absolute;
    width: 100px;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 0;
    background: var(--base-color);
    box-shadow: 0 0 20px rgb(0 0 0 / 18%);
    border-radius: 0 0 50px 50px;
    padding-bottom: 24px;
    text-align: center;
}

header i.usericons {
    margin-right: 10px;
}

header i.usericons img {
    width: 16px;
}

.navbar-light .navbar-nav .nav-link {
    color: var(--dark-color) !important;
    font-weight: 400;
    padding-right: 13px;
}

.navbar-light .navbar-nav .nav-link:hover {
    color: var(--web-se-color) !important;
}

header .bg-light {
    background-color: #ffffff !important;
    box-shadow: 0 3px 6px #0000000f;
}

header .navbar {
    padding-top: 15px;
    padding-bottom: 15px;
}

header .btn.requesta-btn {
    padding: 0 20px 0 0;
    height: 34px;
}

header .btn.requesta-btn .reqiocn {
    background: var(--base-color);
}

header .btn.requesta-btn .reqiocn img {
    width: 18px;
}

header .btn.requesta-btn i {
    background: var(--base-color);
    height: 34px;
    display: inline-block;
    width: 34px;
    text-align: center;
    line-height: 31px;
    border-radius: 40px 40px 0;
    margin-right: 10px;
}

header .btn.requesta-btn:hover .reqiocn {background-color: var(--web-se-color);}

header .btn.searchbtn {
    width: 34px;
    padding: 0;
    justify-content: center;
    border-radius: 50%;
    height: 34px;
    position: relative;
    z-index: 99;
    background-color: var(--web-se-color);
    border-color: var(--web-se-color);
}
header .btn.searchbtn:hover {
    background-color: var(--web-se-color);
    border-color: var(--web-se-color);
}

header .btn.searchbtn i {
    color: #fff;
}

#search_div {
    position: absolute;
    top: 48px;
    width: 250px;
    max-height: 250px;
    background-color: #ffffff;
    display: none;
    right: 0;
    box-shadow: 0 5px 10px rgb(0 0 0 / 18%);
    border-radius: 0 0 6px 6px;
    padding: 10px 15px;
}

ul#search_item {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0px;
}

ul#search_item li {
    border-bottom: 1px solid #eee;
    padding-bottom: 7px;
    margin-bottom: 7px;
}

ul#search_item li a {
    display: block;
    color: var(--secondary-color);
}

ul#search_item li:last-child {
    border-bottom: 0px solid #ccc;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

.dropdown-navbar h4 a {
    font-weight: 600;
}

.dropdown-navbar ul li a {
    display: block;
    padding: 5px 0;
    position: relative;
}

.dropdown-navbar ul li a::before {
    content: "\f105";
    font-family: FontAwesome;
    margin-right: 10px;
}

.accordion-flush .accordion-item .accordion-button a {
    padding-right: 15px;
    color: var(--dark-color);
}


/* Hero Section */

.hero-sections {
    background: url(../images/hero-bg.png) no-repeat;
    height: 100vh;
    display: flex;
    align-items: center;
    background-size: 100% 100%;
}

.hero-img {
    text-align: right;
}

.hero-img img {
    max-width: 90%;
}

.hero-sections h1 {
    font-size: 37px;
    font-weight: 400;
    color: var(--dark-color);
    line-height: 37px;
    margin-bottom: 40px;
}

.hero-sections h1 span {
    font-size: 37px;
    font-weight: 700;
    color: var(--dark-color);
    line-height: 37px;
}
.hero-sections h1 span.emailcolor {color: var(--web-se-color);}

.hero-txt {
    padding-left: 30px;
}

.hero-sections .btn {
    font-size: 17px;
}

.hero-txt p {
    font-size: 16px;
    margin-bottom: 40px;
}


/* Why Us Section */

.whybox {
    margin-bottom: 30px;
}

.whybox .whyicons {
    margin-right: 15px;
}

.whybox .whyicons i {
    width: 74px;
    height: 74px;
    border-radius: 50%;
    background-color: var(--light-color);
    display: block;
    text-align: center;
    line-height: 70px;
}

.whytxt h5 {
    font-weight: 600;
    text-transform: none;
    margin-bottom: 5px;
    font-size: 15px;
}


/* Partner With section */

.partnerwith-section {
    background: #153858 url(../images/partner-bg.png) no-repeat top right;
    background-size: 100% 100%;
}

.partnerwith-section .btn {
    font-size: 20px;
    margin-top: 13px;
    padding-top: 7px;
    padding-bottom: 10px;
}

.card.equipmbox {
    border: 0px;
    padding: 10px 10px 0px 10px;
    position: relative;
}

.card.equipmbox .cardimg {
    overflow: hidden;
    /*height: 183px;*/
}

.card.equipmbox .cardimg img {
    width: 100%;
    transition: transform .2s;
    /* Animation */
}

.card.equipmbox h3 {
    font-size: 15px;
    color: var(--secondary-color);
    margin-top: 15px;
}

.equipmbox ul li {
    position: relative;
    padding-left: 20px;
    margin: 5px 0;
}

.equipmbox ul li::before {
    position: absolute;
    left: 0;
    content: "";
    background: url(../images/check.svg) no-repeat;
    width: 13px;
    height: 12px;
    top: 5px;
}

.equipmbox .ca-morebtn {
    position: absolute;
    bottom: 0;
    right: 0;
}

.equipmbox:hover .ca-morebtn img {
    filter: invert(1);
}

.popuitem-image img {
    transition: transform .2s;
    /* Animation */
}

.card.equipmbox:hover .cardimg img,
.productboxes:hover img {
    transform: scale(1.1);
}

.card.equipmbox:hover .ca-morebtn svg path#Path_21 {fill: #02BD62;}


/* How it work */

.howit-work-section {
    background: url(../images/how-it-bg.png) no-repeat;
    background-size: 100% 100%;
}

.howitworks .nav-pills .nav-link {
    border-radius: 50px;
    background-color: #EEEEEE;
    color: #7B7B7B;
    font-size: 18px;
    text-transform: none;
    font-weight: 600;
    margin: 0 10px;
    padding: 7px 25px;
}

.howitworks .nav-pills .nav-link.active {
    background-color: var(--base-color);
    color: var(--white-color);
}
.howitworks .nav-pills .nav-link:hover {background-color: var(--web-se-color); color: #fff;}

.sepborder {
    width: 2px;
    background-color: #007DBD;
    display: flex;
    margin: 0 20px;
}

.howtext span {
    display: inline-block;
    background-color: var(--web-se-color);
    width: 30px;
    height: 30px;
    border-radius: 50%;
    text-align: center;
    line-height: 30px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 10px;
}

.w-45 {
    width: 50%;
}

.howtext h5 {
    font-size: 18px;
    font-weight: 600;
}

.howtext p {
    margin-bottom: 40px;
    color: #000;
}

.howit-work-section .container {
    max-width: 880px;
}

.benefits-sections {
    background-image: url(../images/benefits.svg);
    background-repeat: no-repeat;
    background-position: top right;
    background-size: auto 100%;
}

.popuitem-image {
    background-color: #eeeeee;
    border-radius: 8px;
    padding: 10px;
    text-align: center;
    height: 178px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.popuitem-image img {
    max-width: 100%;
    display: inline !important;
    max-height: 100%;
    width: auto !important;
}
.popu-item-text {
    border-bottom: 1px solid #eee;
    margin-bottom: 10px;
    margin-left: 10px;
    margin-right: 10px;
    padding-bottom: 10px;
}

.popular-itemslider .popu-item-text {
    border-bottom: 0px solid #eee;
    margin-bottom: 0px;
    padding-bottom: 0px;
}

b,
strong {
    color: var(--secondary-color);
}

.popu-item-text h5 {
    font-size: 14px;
    font-weight: 500;
    color: var(--secondary-color);
    margin-top: 16px;
}

.popular-itemslider .btn-outline-primary {
    border-radius: 0px;
    padding: 5px 15px;
    margin-top: 10px;
}

.popular-itemslider .btn-outline-primary i {
    color: var(--base-color);
    margin-left: 7px;
}

.popular-itemslider .btn-outline-primary:hover i {
    color: #fff;
}

.popular-itemslider .owl-nav {
    position: absolute;
    top: 27%;
    width:100%;
}

.owl-carousel.popular-itemslider .owl-nav button {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-color:#cecece;
    border-radius: 50%;
    position: absolute;
    
}
.owl-carousel.popular-itemslider .owl-nav button i {color: #666;}

.owl-carousel.popular-itemslider .owl-nav button.owl-prev {
    left: -50px;
}
.owl-carousel.popular-itemslider .owl-nav button.owl-next {
    right: -50px;
}

.owl-carousel.popular-itemslider .owl-nav button:hover {
    background-color: var(--web-se-color);
    color: var(--white-color);
}

.owl-carousel.popular-itemslider .owl-nav button:hover i {
    color: var(--white-color);
}
.f-logo {
    max-width: 164px;
}

.popular-items-section .headingsty {
    border-bottom: 4px double #ccc;
    margin-bottom: 20px;
    padding-bottom: 10px;
}

.owl-carousel.popular-itemslider .owl-nav button i {
    color: var(--dark-color);
}

.euip-catslider .card {
    border: 0px;
    box-shadow: 0 3px 10px rgb(0 0 0 / 10%);
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100px;
    margin-bottom: 10px;
}

.owl-carousel .card img {
    /*---max-height: 100%;
    width: auto !important;---*/
    display: inline !important;
}

.owl-carousel .owl-dots {
    text-align: center;
    margin-top: 20px;
}

.owl-carousel .owl-dots button {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    margin: 0 5px;
    background-color: var(--web-se-color);
    opacity: .4;
}

.owl-dots button.active {
    opacity: 1;
}

.trust-brands {
    /* background: url(../images/brands-bg.png) no-repeat top center; */
    background-color: var(--web-se-color);
    background-size: 100% 100%;
}

.brands-catslider .card {
    height: 152px;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.owl-carousel.brands-catslider .owl-dots button {
    background-color: var(--light-color);
}


/* .review-boxes {margin-top: 120px;} */

.review-container {
    background: #FCFCFC;
}

.reviewbox {
    position: relative;
    background-color: #fff;
    border-radius: 4px;
    padding-top: 70px;
    text-align: center;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 30px;
    box-shadow: 0 0 20px rgb(0 0 0 / 8%);
    margin-top: 80px;
}

.reviewbox .user-img {
    width: 140px;
    height: 140px;
    overflow: hidden;
    border: 4px solid #fff;
    border-radius: 50%;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: -22%;
}

.reviewbox .user-img img {
    width: 140px;
    height: 140px;
}

.reviewbox h6 {
    text-transform: none;
}

.reviewbox h6 span {
    display: block;
    font-weight: 400;
    color: #888888;
    text-transform: none;
    font-size:12px;
    height: 35px;
    overflow: hidden;
}
p.test-text {
    height: 95px;
    overflow: hidden;
    margin-bottom:10px;
}
.custType {
    font-style: italic;
    color: #888888;
}

.review-container .heading-section-center {
    margin-bottom: 120px !important;
}

.quote-d {
    border-bottom: 1px solid #63AFE1;
    position: relative;
    margin:40px 45px;
}

.quote-d .quote {
    position: absolute;
    width: 64px;
    height: 64px;
    text-align: center;
    line-height: 64px;
    left: 0;
    right: 0;
    margin: 0 auto;
    background-color: #02BD62;
    z-index: 9;
    border-radius: 50%;
    top: -32px;
}

.review-container .item {
    padding: 0 20px;
}

.owl-carousel .owl-item img {
    display: inline;
    width: auto;
}

.emailenterbox {
    position: relative;
}

.emailenterbox .form-control {
    height: 60px;
    border-radius: 80px;
    border: 0px;
    padding-left: 30px;
}

.emailenterbox .btn-primary {
    height: 60px;
    border-radius: 80px;
    position: absolute;
    right: 0;
    top: 0;
    padding-left: 30px;
    padding-right: 30px;
    background-color: var(--web-se-color);
    border-color: var(--web-se-color);
}
.emailenterbox .btn-primary:hover {color: var(--base-color); border-color: var(--base-color);}


/* footer */

footer {
    background-color: #FCFCFC;
    padding: 50px 0 0px 0;
}

.footer-bottom {
    border-top: 1px solid #D9D9D9;
    padding: 20px 20px 10px 20px;
    margin-top: 20px;
}

.bottomlnks {
    justify-content: center;
    align-items: center;
}

.bottomlnks a {
    text-transform: none;
    font-size: 14px;
    color: var(--secondary-color);
    margin: 5px 10px;
}

.footer-bottom p {
    font-size: 14px;
    color: #4E4E4E;
}

.bottomlnks a:hover {
    color: var(--base-color);
}

footer ul.list-unstyled li a {
    color: #4D4D4D;
    display: block;
    padding: 7px 0;
}

footer ul.list-unstyled li a:hover {
    color: var(--base-color);
}

footer p {
    color: #4D4D4D;
}

.callno {
    position: relative;
    padding-left: 36px;
}

.callno a {
    color: var(--base-color);
}

.callno a:hover {
    color: var(--web-se-color);
}

.callno i {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    text-align: center;
    line-height: 25px;
    position: absolute;
    left: 0;
    top: 2px;
    background-color: var(--light-color);
    color: var(--base-color);
}

footer h5 {
    font-size: 16px;
    font-weight: 600;
    text-transform: none;
}

.social-connect a {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    text-align: center;
    line-height: 44px;
    background-color: #fff;
    box-shadow: 0 0 6px rgb(0 0 0 / 18%);
    margin-right: 7px;
    margin-bottom: 7px;
    font-size: 18px;
    color: var(--secondary-color);
}

.social-connect a:hover {
    color: var(--base-color);
}

.innerbanner {
    background: #eee;
    background-size: 100% auto;
    position: relative;
    padding: 80px 0 30px 0;
}

header {
    position: relative;
    z-index: 99;
}


/* .innerbanner::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgb(255,255,255);
  background: linear-gradient(0deg, rgba(255,255,255,0) 0%, rgba(0,125,189,1) 75%, rgba(0,125,189,1) 100%);
} */

.innerbanner .container {
    position: relative;
    z-index: 9;
    max-width: 580px;
}

.innerbanner h1 {
    color: var(--dark-color);
    font-weight: 800;
    font-size: 34px;
}

.innerbanner p {
    color: var(--dark-color);
    font-size: 20px;
}

.breadcrumb {
    justify-content: center;
}

.breadcrumb li a {
    font-weight: 600;
    color: var(--base-color);
}

.popular-itemslider .popuitem-image img {
    transition: transform .2s;
}

.popular-itemslider .popuitem-image:hover img {
    transform: scale(1.1);
}

.productboxes .popu-item-text h5 {
    color: var(--dark-color);
    margin-bottom: 0px;
}

.productboxes .durations {
    margin-bottom: 10px;
}

.productboxes .durations {
    font-size: 12px;
    color: #000;
    margin-top: 5px;
}

.productboxes .durations strong {
    font-size: 12px;
    padding-left: 10px;
}

.productboxes .btn-outline-primary {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 13px;
    background-color: var(--base-color);
    color: var(--white-color);
}

.productboxes .btn-outline-primary:hover {
    background-color: var(--white-color);
    color: var(--web-se-color);
}

.productboxes .btn-outline-primary i {
    color: #fff;
}

.productboxes .btn-outline-primary:hover i {
    color: var(--web-se-color);
}

.productboxes {
    text-align: center;
    margin-bottom: 30px;
}

.productlist .productboxes {
    box-shadow: 0 0 15px rgb(0 0 0 / 12%);
    background: #ffffff;
    padding-bottom: 20px;
    border: 1px solid #eee;
}

.productboxes .popuitem-image {
    box-shadow: 0 0 15px rgb(0 0 0 / 12%);
    background: var(--white-color);
}

.productlist .productboxes .popuitem-image {
    box-shadow: none;
    background: transparent;
}

.productlist .popu-item-text h5 {
    margin-top: 0;
}

.left-panel-head {
    border-bottom: 1px solid #ccc;
    margin-bottom: 10px;
    justify-content: space-between;
    position: relative;
}

.left-panel-head:before {
    content: "";
    height: 1px;
    background-color: var(--base-color);
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 70px;
}

.left-panel-head i {
    font-size: 26px;
    color: var(--secondary-color);
    display: none;
}

.productfilters h3 {
    font-size: 18px;
    text-transform: none;
    color: var(--secondary-color);
}

.cat__lists .accordion-button {
    padding: 10px 0;
    font-weight: 600;
    color: var(--dark-color);
    cursor: pointer;
}

.cat__lists .accordion-button::after {
    width: 17px;
    height: 17px;
    background-size: 17px;
}

.cat__lists .accordion-body {
    padding: 0px 0 1rem 0;
}

.cat__lists .accordion-button:not(.collapsed) {
    background: transparent;
}

.cat-pro-lists li a {
    display: block;
    padding: 5px 0;
    padding-left: 20px;
    color: var(--secondary-color);
    font-size: 13px;
}

.cat-pro-lists li {
    position: relative;
}

.cat-pro-lists li::before {
    content: "\f054";
    font-family: FontAwesome;
    position: absolute;
    font-size: 10px;
    color: #666;
    top: 8px;
    margin-left: 0px;
    left: 0;
}

.accordion-flush .accordion-item .accordion-button {
    color: var(--secondary-color);
    font-weight: 400;
}

.cat__lists .accordion-button[aria-expanded="true"] {
    color: var(--base-color);
}

.faq-container .accordion-flush .accordion-item .accordion-button {
    font-size: 14px;
    font-weight: 600;
}

.accordion-button[aria-expanded="true"]::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230c63e4'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    transform: rotate(-180deg);
}

header .navbar-brand img {
    max-width: 100%;
}

.font-mid {
    font-size: 24px;
}

.servicetypes {
    border: 1px solid #ccc;
    padding: 20px 20px;
    margin-top: 40px;
}

.serimg {
    margin-right: 15px;
}

.serimg img {
    width: 50px;
}

.sertxt h3 {
    font-size: 18px;
    font-weight: 600;
    text-transform: none;
    margin-bottom: 3px;
}

.sertxt p {
    margin-bottom: 0px;
}

.col-box {
    background: var(--light-color);
    padding: 20px 30px;
}

.col-box h3 {
    margin-bottom: 0px;
}

.col-box ul li {
    padding-left: 20px;
    position: relative;
    margin: 7px 0;
}

.col-box ul li::before {
    content: "\f054";
    font-family: FontAwesome;
    position: absolute;
    font-size: 10px;
    color: #000;
    top: 4px;
    margin-left: 0px;
    left: 0;
}

.innersections h2,
.innersections h3,
.innersections h4 {
    font-weight: 600;
}

.col-box h4 {
    font-size: 18px;
}

.valluesbox span {
    display: block;
    background-color: var(--white-color);
    width: 30px;
    height: 30px;
    border-radius: 50%;
    text-align: center;
    line-height: 30px;
    color: var(--base-color);
    font-weight: 600;
    margin-bottom: 10px;
}

.bg-light .valluesbox span,
.bg-blue-light .valluesbox span {
    background-color: var(--base-color);
    color: var(--white-color);
}

.valluesbox h4 {
    font-weight: 600;
    text-transform: none;
    font-size: 16px;
    margin-bottom: 2px;
}

input::placeholder,
input::-webkit-input-placeholder {
    color: #ccc;
    font-size: 13px;
}

select {
    font-size: 13px;
}

button.navbar-toggler.closemenubar {
    display: none;
}

.modal-content {
    border: 0px;
}

.modal-header {
    padding: 1.4rem 20px;
}

.offcanvas-end {
    max-width: 580px;
    width: 100%;
}

.offcanvas-end .form-group,
.modal .form-group {
    margin-bottom: 20px;
    position: relative;
}

.modal .form-group .iconsleft {
    position: absolute;
    left: 15px;
    top: 38px;
    font-size: 18px;
    color: var(--base-color);
}

.offcanvas-end .form-group label,
.modal .form-group label {
    display: block;
    text-transform: none;
    margin-bottom: 7px;
}

.offcanvas-end .form-group label sup,
.modal .form-group label sup {
    color: #ff0000;
    font-weight: 500;
    font-size: 12px;
}

.offcanvas-header h5 {
    font-weight: 700;
}

.markedf {
    font-style: italic;
}

.markedf span {
    color: #ff0000;
}

.offcanvas-end .form-group .form-control,
.offcanvas-end .form-group .form-select {
    border-radius: 0;
}

.pl-32 {
    padding-left: 38px !important;
}

.fift-list {
    display: flex;
    flex-wrap: wrap;
}

.fift-list li {
    flex: 0 0 auto;
    width: 50%;
    font-weight: 600;
    padding: 5px 0;
    padding-left: 20px;
    position: relative;
    color: var(--secondary-color);
}

.fift-list li::before {
    content: "\f046";
    font-family: FontAwesome;
    position: absolute;
    font-size: 14px;
    color: var(--base-color);
    top: 6px;
    margin-left: 0px;
    left: 0;
}

.offcanvas-body {
    padding: 0.5rem 1.5rem;
}

.offcanvas-header {
    padding: 1rem 1.5rem;
}

ul.checksty li {
    position: relative;
    padding-left: 20px;
    margin: 5px 0;
    text-align: left;
    color: #777;
    display: flex;
    justify-content: space-between;
}

ul.checksty li span {
    font-size: 14px;
}

ul.checksty li::before {
    position: absolute;
    left: 0;
    content: "";
    background: url(../images/check.svg) no-repeat;
    width: 10px;
    height: 9px;
    top: 6px;
    background-size: 10px;
}

.singal-pro {
    text-align: center;
    margin-bottom: 30px;
    box-shadow: 0 0 15px rgb(0 0 0 / 12%);
    background: var(--white-color);
    padding: 20px;
}

.singal-pro.productboxes .popuitem-image {
    box-shadow: none;
    padding: 0;
    height: 150px;
}

.compared {
    font-style: italic;
    margin-bottom: 0;
    font-size: 12px;
    color: var(--secondary-color);
    margin-top: 7px;
}

.accordion-header .accordion-button {
    padding: 1rem 0;
    font-weight: 600;
}

.accordion-body {
    padding: 1rem 0;
}

.accordion-button:not(.collapsed) {
    background-color: #fff;
    color: var(--base-color);
}

.accordion-button:focus {
    box-shadow: none;
    outline: none;
}

.productdetails h5 {
    font-weight: 600;
    font-size: 16px;
}

.detailslease {
    margin-bottom: 20px;
}

.detailslease p {
    margin-bottom: 0px;
}

.detailslease p span {
    font-weight: 600;
    color: var(--base-color);
}

.accordion-header .accordion-button {
    text-transform: none;
}

.productquote.offcanvas-end {
    max-width: 400px;
}

.mapcon iframe {
    width: 100%;
}

.contact-container .container {
    max-width: 390px;
}

.contact-container h4 {
    font-weight: 700;
    margin-bottom: 20px;
    font-size: 30px;
}

.addre-box {
    display: flex;
    margin-bottom: 10px;
}

.addre-box p {
    margin-bottom: 0px;
    margin-left: 10px;
}

.addre-box i {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: var(--base-color);
    color: #fff;
    text-align: center;
    line-height: 28px;
}

.addre-box p a {
    color: var(--base-color);
}

.offcanvas-header .btn-close {
    position: absolute;
    right: 20px;
    top: 22px;
}

.login-container .container {
    max-width: 460px;
}

.loginheader {
    text-align: center;
    padding: 20px;
}

section.login-container {
    height: 68vh;
    display: flex;
    align-items: center;
    padding: 0px;
}

section.login-container h4 {
    text-align: center;
    font-weight: 700;
    text-transform: none;
    margin-bottom: 20px;
    margin-top: 0px;
}

section.login-container .card-body {
    padding: 30px 40px 40px 40px;
}

section.login-container label {
    display: block;
    margin-bottom: 7px;
}

section.login-container .form-group {
    position: relative;
}

section.login-container .form-group .form-control {
    padding-left: 50px;
}

section.login-container .form-group i {
    position: absolute;
    left: 6px;
    top: 30px;
    color: #777;
    width: 34px;
    height: 37px;
    text-align: center;
    line-height: 33px;
    border-right: 1px solid #ccc;
}

.login-footer {
    text-align: center;
    padding: 20px 15px;
}

.login-footer p {
    margin-bottom: 0px;
}

section.login-container .card {
    margin: 30px 0;
}

.faq-container .container {
    max-width: 991px;
}

.faq-container .accordion-header .accordion-button {
    padding: 1rem;
}

.faq-container .accordion-item {
    margin-bottom: 15px;
    border: 0px;
    box-shadow: 0 0 10px rgb(0 0 0 / 13%);
    border-radius: 6px;
    overflow: hidden;
}

.faq-container .accordion-body {
    padding: 1rem;
}

.navbar-brand:focus,
.navbar-brand:focus-visible {
    outline: none;
}

.bg-blue-light {
    background-color: var(--light-color);
}

.sendresume {
    text-align: center;
    background: #fff;
    padding: 30px 20px;
    border-radius: 6px;
    box-shadow: 0 0 20px rgb(0 0 0 / 14%);
    margin-top: 40px;
}

.sendresume h4 {
    font-weight: 700;
}

.sendresume a {
    font-weight: 700;
}

a.viewall {
    font-weight: 600;
    color: #007dbd;
    font-size: 14px !important;
    padding-left: 15px !important;
}

a.viewall::before {
    display: none;
}


/* .dropdown-menu.shadow {box-shadow: none !important;} */

.accordion-button,
.accordion-item {
    background: transparent;
}

.productfilters {
    background: #f4f4f4;
    padding: 15px;
    border-radius: 6px;
}

.modal-header {
    background: #05097a;
    position: relative;
    margin-bottom: 25px;
}

.btn-close {
    opacity: 1;
}

.addpro-con .form-group {
    margin-bottom: 20px;
}

.addpro-con .form-group label {
    display: block;
    margin-bottom: 7px;
}

.multi-field {
    background: #fff;
    padding: 30px;
    border-radius: 6px;
    box-shadow: 0 0 15px rgb(0 0 0 / 12%);
    margin-bottom: 20px;
    position: relative;
}

.addpro-con .form-control,
.addpro-con .form-select {
    border: 0;
    background-color: #dbf3ff;
    height: 40px;
    font-size: 14px;
}

.remove-field.btn {
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 0 6px 0 6px;
}

.addpro-con .btn-group {
    display: flex;
}

.addpro-con .btn-group .btn {
    flex: inherit;
}

.navbar .dropdown-menu li a {
    border-bottom: 0px solid #ccc;
    color: var(--dark-color);
    padding: 7px 0px;
    font-size: 13px;
    font-weight: 400;
}

.navbar .dropdown-menu li a i {
    color: #777;
    width: 20px;
}

.navbar .dropdown-menu li a.logouts {
    color: #ff0000;
}

.navbar .dropdown-menu li a.logouts i {
    color: #ff0000;
}

.navbar .dropdown-menu li:last-child a {
    border-bottom: 0;
}

.addpro-con textarea {
    min-height: 50px;
}

.productboxes .btn-outline-danger {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 14px;
}

.addpro-con .form-group label.form-check-label {
    font-size: 14px;
    line-height: 23px;
    margin-bottom: 0;
}

.suppsecond {
    display: none;
}

.dropdown-navbar .accordion-button::after {
    width: 13px;
    height: 13px;
    background-size: 13px;
}

.dropdown-navbar .accordion-body {
    padding: 0px;
}

.modal-body {
    padding: 20px 30px;
}

header .btn-outline-primary {
    border-color: #A6D7F0;
    background-color: #D8F2FF;
}

.modal-logo {
    position: absolute;
    left: 30px;
    width: 70px;
    margin: 0 auto;
    background: #fff;
    text-align: center;
    top: -1px;
    box-shadow: 0 0 10px rgb(0 0 0 / 22%);
    padding: 10px 0 20px 0;
    border-radius: 0 0 70px 70px;
}

.benefits-sections ul li {
    position: relative;
    padding: 5px 0 5px 20px;
}

.benefits-sections ul li i {
    position: absolute;
    left: 0;
    color: #fff;
    font-size: 16px;
}


/* Side nav */

.btn-toggle {
    display: flex;
    align-items: center;
    padding: .25rem .5rem;
    font-size: 14px;
    color: #fff;
    background-color: transparent;
    border: 0;
    width: 100%;
}

.btn-toggle:hover,
.btn-toggle:focus {
    background-color: transparent;
    color: #007dbd;
}

.btn-toggle::after {
    width: 1.25em;
    line-height: 0;
    content:"";
    background: url("../images/arrow-acc.svg") no-repeat;
    transition: transform .35s ease;
    transform-origin: .5em 50%;
    margin-left: auto;
    height: 1.25em;
}

.btn-toggle[aria-expanded="true"],
.btn-toggle[aria-expanded="true"] i {
    color: #3bbdff !important;
}

.btn-toggle[aria-expanded="true"]::after {
    transform: rotate(90deg);
}

.btn-toggle-nav a {
    display: inline-flex;
    padding: .1875rem .5rem;
    margin-top: .125rem;
    margin-left: 1.25rem;
    text-decoration: none;
    color: #fff;
    font-size: 12px;
}

.btn-toggle-nav a:hover,
.btn-toggle-nav a:focus {
    background-color: transparent;
    color: #007dbd;
}

.scrollarea {
    overflow-y: auto;
}

.fw-semibold {
    font-weight: 600;
}

.lh-tight {
    line-height: 1.25;
}

.sidenav__bar {
    position: fixed;
    width: 280px;
    left: 0;
    z-index: 9;
    height: 100vh;
    background: var(--secondary-color);
}

.section-right {
    padding-left: 280px;
}

.sidenav__bar a {
    color: #fff;
    display: block;
    text-align: left;
    padding: 0.25rem 0.5rem;
}

.sidenav__bar a:hover {
    color: #007dbd;
}

.sidenav__bar .list-unstyled i {
    color: #fff;
    margin-right: 7px;
    font-size: 13px;
}

.btn-actions .btn i {
    color: #fff;
}

.product-table th {
    background-color: #4d5d6c;
    color: #fff;
    font-weight: 400;
    border-color: #63778b;
}

.border-dark {
    border-color: #63778b !important;
}

.sidenav__bar a.navbar-brand {
    padding: 5px 15px !important;
    /* background: #d2f0ff; */
    margin: 0 -15px 15px -15px;
}

table th,
table td {
    font-size: 13px;
}

table td strong {
    font-weight: 500;
}

table td h5 {
    font-size: 14px;
}

.addpro-con .headingsty h2,
.addpro-con .headingsty h2 span {
    font-size: 20px;
}

footer.supperfooter {
    background-color: transparent;
    padding: 0;
}

.sidenav__bar ul li {
    background: rgb(0 125 189 / 12%);
    border-radius: 4px;
    padding: 6px 3px;
    margin-bottom: 5px !important;
}

.sidenav__bar ul li ul li {
    background-color: transparent;
    border-radius: 0;
    padding: 0;
}

span.closesidenav.ms-auto {
    padding: 20px 0;
    cursor: pointer;
    display: none;
}

.sidedrop {
    position: fixed;
    background-color: rgb(0 0 0 / 40%);
    left: 0;
    height: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    display: none;
}

.periods {
    display: none;
}


/* Search bar */

.search-container {
    position: relative;
}

.searchbutton {
    font-size: 22px;
    width: 100%;
}

.search:focus+.searchbutton {
    transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -webkit-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    background-color: white;
    color: black;
}

.search {
    position: absolute;
    left: 49px;
    background-color: white;
    outline: none;
    border: none;
    padding: 0;
    width: 0;
    height: 100%;
    z-index: 10;
    transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -webkit-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
}

.search:focus {
    width: 200px;
    padding: 0 16px 0 0;
    border: 1px solid #4D5D6C;
}

.expandright {
    left: auto;
    right: 8px;
    border-radius: 50px;
}

.expandright:focus {
    padding: 0 0 0 16px;
}

.search:focus+.searchbtn {
    background-color: #4D5D6C;
}


/* .search:focus + .searchbtn i {color:#4D5D6C;} */


/* End */

.headingsesty h2 span,
.headingsesty h2 {
    line-height: 1.4;
}

.grid-container {
    columns: 3;
    column-gap: 20px;
}

.grid-container .col-grid {
    background: var(--secondary-color);
    margin-bottom: 20px;
    break-inside: avoid;
    padding: 20px;
    border-radius: 6px;
    color: #a8b7c7;
}

.grid-container .col-grid h3 {
    color: var(--white-color);
    font-size: 16px;
    margin-bottom: 0px;
}

.grid-container .col-grid p,
.grid-container .col-grid span {
    color: #a8b7c7;
}

.userh-img {}

.userh-img img {
    width: 50px;
    height: 50px;
    border-radius: 100%;
}

@media (max-width:1023px) {
    .sidenav__bar {
        display: none;
        position: fixed;
        left: 0;
        z-index: 999;
        top: 0;
    }
    .section-right {
        padding-left: 0;
    }
    .sidenav__bar a.navbar-brand {
        padding: 8px 15px !important;
    }
    span.closesidenav.ms-auto {
        display: block;
    }
    .grid-container {
        columns: 2;
    }
}


/* End */

.f-logo img {
    display: block;
}

@media all and (min-width: 992px) {
    /* .navbar .nav-item .dropdown-menu{ display: none;} */
    /* .navbar .nav-item:hover .dropdown-menu{ display: block;}
	.navbar .nav-item .dropdown-menu{ margin-top:0;} */
}

@media (min-width:1600px) {
    section.login-container {
        height: 78vh;
        display: flex;
        align-items: center;
        padding: 0px;
    }
}
.hero-txt .btn-primary.ba-mobile-btn {display:none;}
.hero-txt .btn-primary {display:inline-block;}
.navdropd {
    box-shadow:0 .5rem 1rem rgba(0,0,0,.15)!important;margin-top: 15px;
}

@media (max-width:1280px) {
    .navdropd {
    box-shadow:none!important;margin-top: 0px;
}
    .hero-txt .btn-primary.ba-mobile-btn {display:inline-block;}
    .hero-txt .btn-primary {display:none;}
    .my-acc.dropdown-toggle::after {
        display: none;
    }
    header .btn.requesta-btn i {
        background: var(--base-color);
        height: 40px;
        display: block;
        width: 40px;
        text-align: center;
        line-height: 40px;
        border-radius: 50%;
        margin-right: 10px;
    }
    header .btn.requesta-btn {
        padding: 0;
        height: 40px;
        width: 40px;
    }
    header .btn.searchbtn {
        width: 40px;
        height: 40px;
        background-color: var(--web-se-color);
        border-color: var(--web-se-color);
    }
    header .btn.searchbtn:hover {
        background-color: var(--web-se-color);
        border-color: var(--web-se-color);
    }
    header .btn {
        height: 40px;
        width: 40px;
        text-align: center;
        padding: 0;
        display: block;
        line-height: 37px;
        margin-right: 10px;
        overflow: hidden;
    }
    header i.usericons {
        margin-right: 0px;
    }
    header .btn.requesta-btn {
        border: 0px;
    }
    header .navbar-brand {
        width: 80px;
        right: inherit;
        left: 15px;
    }
    header .flex-row-reverse {
        flex-direction: inherit !important;
    }
    .innerbanner {
        padding: 60px 0 10px 0;
    }
    .navbar-collapse.show {
        left: 0;
        -webkit-transition: left 0.3s ease-in;
        -o-transition: left 0.3s ease-in;
        -moz-transition: left 0.3s ease-in;
        transition: left 0.3s ease-in;
        display: block;
    }
    .navbar-collapse {
        position: fixed;
        left: 0%;
        padding: 15px;
        width: 100%;
        top: 0%;
        height: 100%;
        z-index: 99;
        background: #fff;
        overflow: auto;
    }
    button.navbar-toggler.closemenubar .navbar-toggler-icon {
        width: 50px;
        height: 50px;
        border: 1px solid var(--base-color);
        border-radius: 50%;
        background: none !important;
    }
    button.navbar-toggler.closemenubar {
        position: absolute;
        right: 10px;
        display: block;
        border: 0;
    }
    .navbar-toggler-icon i {
        font-size: 24px;
        line-height: 45px;
        color: var(--base-color);
    }
    .navbar-light .navbar-nav .nav-link {
        font-size: 16px;
    }
    .navbar-toggler:focus,
    .navbar-toggler:active {
        box-shadow: none;
        outline: none;
    }
    .partnerwith-section .btn {
        font-size: 18px;
    }
    .hero-sections h1 span,
    .hero-sections h1 {
        font-size: 30px;
        line-height: 30px;
    }
    .headingsty h2,
    .headingsty h2 span {
        font-size: 30px;
    }
    
}

select,
input {
    font-size: 13px !important;
}

.form-select,
.form-control {
    padding: .75rem 1rem;
    border-color: #babfc7;
}

.form-select {
    background-image: url(../images/down-arrow.svg);
    padding-right: 25px;
    text-overflow: ellipsis;
}

.form-check-input {
    border: 1px solid rgb(172 201 215);
    background-color: #dbf3ff;
}

.form-check-input:checked {
    background-color: #007dbd;
    border-color: #007dbd;
}
@media (max-width:1600px) {
    .benefits-cus {max-width:700px; width:100%;}
}

@media (max-width:1280px) {
    .popuitem-image {height: 150px;}
}

@media (max-width:991px) {
    .card.equipmbox .cardimg {height:auto;}
    .left-panel-head i {
        display: block;
    }
    .left-panel-head {
        cursor: pointer;
    }
    *,
    body {
        line-height: 1.2;
    }
    .howtext h5 {
        font-size: 16px;
    }
    .whytxt h5 {
        font-size: 16px;
    }
    .hero-txt {
        margin-top: 40px;
    }
    .headingsty h2,
    .headingsty h2 span {
        font-size: 26px;
    }
    .partnerwith-section {
        background-size: cover;
        background-position: 70% top;
    }
    .card.equipmbox {
        margin-bottom: 20px;
    }
    .card.equipmbox h3 {
        margin-top: 15px;
    }
    .howitworks .nav-pills .nav-link {
        font-size: 16px;
        padding: 7px 20px;
    }
    .benefits-sections {
        background-image: none;
    }
    .owl-carousel.popular-itemslider .owl-nav button.owl-prev {
    left: -15px;
}
.owl-carousel.popular-itemslider .owl-nav button.owl-next {
    right: -15px;
}
.owl-carousel.popular-itemslider .owl-nav button i {font-size:13px;}
    .popular-itemslider .owl-nav {
        text-align: center;
        margin-top: 13px;
    }
    .emailenterbox {
        margin-top: 30px;
    }
    .f-logo img {
        display: block;
    }
    .f-logo {
        margin-bottom: 30px;
    }
    .bottomlnks {
        margin-bottom: 10px;
    }
    .hero-sections {
        height: 64vh;
    }
    .hero-img {
        display: none;
    }
    .emailenterbox .form-control,
    .emailenterbox .btn-primary {
        height: 44px;
    }
    section {
        padding: 50px 0;
    }
    .hero-txt {
        padding-left: 10px;
        padding-right: 10px;
    }
    .container {
        padding-left: 20px;
        padding-right: 20px;
    }
    header .btn span {
        display: none;
    }
    header .partnerDropdown .dropdown-toggle {position:relative;}
    header .partnerDropdown .dropdown-toggle::after {
        position: absolute;
        bottom: 0;
        left: 11px;
    }
    .cat__lists {
        display: none;
    }
    .productfilters {
        margin-bottom: 30px;
    }
    .howitworks .nav-pills .nav-link {
        margin: 0 5px;
    }
    .emailenterbox .btn-primary {
        width: 100%;
        margin-top: 10px;
        position: inherit;
    }
    section.login-container .card-body {
        padding: 30px 20px 40px 20px;
    }
    .footer-bottom {
        margin-top: 30px;
    }
    .hero-sections h1 span,
    .hero-sections h1 {
        font-size: 26px;
        line-height: 26px;
    }
    .owl-carousel .popuitem-image {height:auto;margin: 0 24px;}
     .owl-carousel .card.equipmbox {
        margin-left: 24px;
        margin-right: 24px;
    }
    .popuitem-image img {
        max-height:inherit !important;
        width: 100% !important;
    }
    .owl-carousel.popular-itemslider .owl-nav button {
        width: 30px;
    height: 30px;
    line-height: 30px;
    }
    .popuitem-image {height:auto;}
}

@media (max-width:767px) {
    .grid-container {
        columns: 1;
    }
}

.detailsimg img {
    width: 100%;
}

.rentvsleasing .valluesbox {
  display: flex;
}
.roman-list {
  list-style: lower-roman; margin-top: 10px;
}
.roman-list li {padding: 10px 0;}
.agreement-con h5 {font-size: 15px; font-weight: 600;}

.abc-list {
  list-style:lower-alpha; margin-top: 10px;padding-left: 15px;
}
.abc-list li {padding: 10px 0;}

.number-list {
  list-style:auto; margin-top: 10px;padding-left: 15px;
}
.number-list li {padding: 10px 0;}


.inventroty-pro .popuitem-image img {width: 100% !important;}
span.modnoqu {
    border: 1px solid #ccc;
    padding: 0px 10px;
    border-radius: 40px;
    font-size: 13px;
    margin-right: 5px;
    margin-top: 5px;
}
.inventroty-pro .popuitem-image {padding: 20px 10px;width: 320px; height:140px; overflow:hidden;}
.btn-added {background-color: rgb(167, 167, 167) !important; border-color: rgb(167, 167, 167) !important; color: #fff; pointer-events: none;}
.addinveform .form-check {padding-left: 0; position: relative;min-height: 30px;
    margin-bottom: 10px;}
    .addinveform h5 {font-size: 14px; font-weight: 600; margin-bottom: 20px;}
    .inventroty-pro .btn {padding-left:10px !important;padding-right:10px !important;}
.addinveform .form-check label {
    position: absolute;
    width: 100%;
    left: 0;
    background: #fff;
    padding: 5px 10px;
    border-radius: 4px;
    border:1px solid #b4e6ff;
    color: var(--secondary-color);
}
.addinveform .form-check input {
    position: absolute;
    right: 10px;
    top: 5px;
}
.inventroty-pro .popu-item-text{
    margin: 10px;
    padding-bottom: 0px;
    border-bottom:0px;
}
.becomea-partner {background:#eee url(../images/bg-become.png) no-repeat; background-size: cover; padding: 70px 0; text-align:center}
.dbox-icon i {font-size: 40px; color: #fff;}
.dbox-sty h2 {color: #fff;}

.seo-text {column-count:2;max-height: 200px;overflow: hidden;}
.seo-text.autoTextheight {max-height:100%;}
.child-des {padding: 0 10px;}
.readMore-btn {cursor:pointer; display:inline-block;color: #007dbd;font-weight: 600;margin-top: 20px;}
.readMore-btn:before {content:"Read More";}
.readMore-btn.readless:before {content:"Read Less";}
.productboxes ul {
    display: flex;
     margin-left: -15px; 
     margin-right: -15px; 
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
}
.productboxes ul li {
    flex: 0 0 auto;
    padding-left: 22px;
    padding-right: 15px;
    text-align: left;
    font-size: 11px;
    position:relative;
    width:50%;
}

.productboxes ul li:before {content:"•";position:absolute; left:15px; top:0px;}
#wlcome_msg {
    color: #007dbd;
    background-color:#d8f2ff;
    border-color:transparent;
    width: 100%;
    position:relative;
    text-align:center;
    margin-bottom: 0;
    font-weight:600;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
button.close.btn-link {
    background: transparent;
    border: 0;
    line-height: 100%;
    position: absolute;
    top: -1px;
    right: 0;
    font-size: 17px;
}
button.close.btn-link span {font-size: 27px;}
.profile__img {
    height: 150px;
    overflow: hidden;
}

.euipcat-li {height: 69px;}
.euipcat-li a {color:#153858;}
.euipcat-li a:hover {color:#0c94d9;}

@media (max-width:767px) {
    /*.productlist .productboxes {margin-left: 30px;margin-right: 30px;}*/
    .productboxes ul li {font-size:10px;word-break: break-all;}
    .compared {padding:0 5px; font-size:10px;}
    .hero-sections {
    height: 46vh;
}
.hero-sections h1 {margin-bottom:10px;}
.hero-txt {
    margin-top: 40px;
}

.hero-txt p {margin-bottom: 15px;}
.owl-carousel .card img {max-width:inherit !important; width:100% !important; max-height:inherit !important;}
.card.equipmbox .cardimg {height:auto;}
.expandright {
        left: 0px;
        right: 8px;
        border-radius: 2px;
        top: 56px;}
    .seo-text {column-count:inherit;}
    .dbox-sty {margin-top:20px;}
    .reviewbox h6 span {height:auto;}

}

@media (max-width: 1280px){
    header .btn span {
        display: none;
    }
    header .partnerDropdown .dropdown-toggle::after {
    position: absolute;
    bottom: 0;
    left: 11px;
    }
}


@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1350px;
    }
}


@media (max-width:575px) and (min-width:320px) {
    .productlist .productboxes {margin-left: 40px;margin-right: 40px;}
    .euipcat-li {height: auto;}
}
@media (max-width:319px) {
    .productlist .productboxes {margin-left: 20px;margin-right: 20px;}
}

@media (max-width:767px) and (min-width:380px) {
    section.productlist {
    padding-left: 10px;
    padding-right: 10px;
}
}