body {
    font-size: 1rem;
        font-family: 'proxima-nova', sans-serif;

    font-weight: 400;
    overflow-x: clip;
    background: #F2F7FF;
}

ul {
    margin: 0;
    padding: 0;
}


a { text-decoration:none;
 color: inherit;
}

a:hover { text-decoration:none; color: inherit;
}

img {max-width:100%;
}

.container { max-width:1200px!important; margin:0 auto; position:relative}

section.top-header {
    background: #000;
    padding: 3px 0px;
}


section.top-header .flex-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #fff;
}

section.top-header .flex-top .icon-txt a {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0em;
    text-align: left;
}

section.top-header .flex-top .icon-txt a i {
    padding-right: 5px;
}

section.top-header .flex-top .fr .icon-txt a {
    margin-left: 19px;
}

header {
    width: 100%;
    position: absolute;
    z-index: 9;
}

header .navbar {
    display: flex;
    justify-content: space-between;
}

header .navbar .navbarListing ul li {
    list-style: none;
    display: inline-block;
    padding: 10px 12px;
}

header .navbar .navbarListing ul li a {
    color: #fff;
    padding: 6px 0px;
}

header .navbar .navbarListing ul li.let-connect a {
    background: #0066FF;
    color: #fff;
    padding: 12px 28px;
    border-radius: 37px;
}

header .navbar .let-connect a img {
    margin-left: 11px;
}

header .navbar .logo img {
    height: 56px;
}

section.mainBanner {
    width: 100%;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

section.mainBanner .flex-banner {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-between;
}

section.mainBanner .flex-banner .fr {
    width: 74%;
    position: relative;
}

section.mainBanner .flex-banner .fr:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background: #0000007d;
}

section.mainBanner .bannerTxt {
    position: absolute;
    width: 100%;
    padding-top: 46px;
}

section.mainBanner .bannerTxt .bannertxt-flex {
    display: flex;
    align-items: center;
}

section.mainBanner .bannerTxt .bannertxt-flex .fl .box-img img {
    border: 10px solid #f2f7ff;
}

section.mainBanner .bannerTxt .bannertxt-flex .fl {
    width: 24%;
    margin-right: 46px;
}

section.mainBanner .bannerTxt .bannertxt-flex .bannerContent .txt {
    color: #fff;
}

section.mainBanner .bannerTxt .bannertxt-flex .bannerContent .txt .welcometxt {
    font-size: 56px;
    line-height: normal;
    color: #fff;
}

section.mainBanner .bannerTxt .bannertxt-flex .bannerContent .txt h1 {
    font-size: 65px;
    font-weight: 700;
    padding: 10px 0px 10px 0px;
}

section.mainBanner .flex-banner .fr img {
    width: 100%;
}

section.conter-barnd .circle_percent {
 font-size: 180px;
 width: 175px;
 height: 175px;
 position: relative;
 background: #000;
 border-radius:50%;
 overflow:hidden;
 display:inline-block;
 margin: 25px 15px 10px 15px;
}

section.conter-barnd .circle_inner {position: absolute;
 left: 0;
 top: 0;
 width: 1em;
 height: 1em;
 clip:rect(0 1em 1em .5em);
}

section.conter-barnd .round_per {
 position: absolute;
 left: 0;
 top: 0;
 width: 1em;
 height: 1em;
 background: #0066FF;
 clip:rect(0 1em 1em .5em);
 transform:rotate(180deg);
 transition:1.05s;
}

section.conter-barnd .percent_more .circle_inner {clip:rect(0 .5em 1em 0em);
}

section.conter-barnd .percent_more:after {
 position: absolute;
 left: .5em;
 top:0em;
 right: 0;
 bottom: 0;
 background: #0066FF;
 content:'';
}

section.conter-barnd .circle_inbox {
 position: absolute;
 top: 6px;
 left: 6px;
 right: 6px;
 bottom: 6px;
 background: #000;
 z-index:3;
 border-radius: 50%;
 color: #fff;
}

section.conter-barnd .percent_text {
 position: absolute;
 font-size: 36px;
 left: 50%;
 top: 50%;
 transform: translate(-50%,-50%);
 z-index: 3;
}


section.conter-barnd {
    width: 100%;
    margin-top: -80px;
    position: relative;
}

section.conter-barnd .flex-brand {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

section.conter-barnd .flex-brand .fl {
    width: 59%;
    z-index: 2;
}

section.conter-barnd:after {
    content: "";
    background: black;
    width: 58%;
    height: 100%;
    top: 0px;
    left: 0px;
    position: absolute;
}

section.conter-barnd .conter-area {
    display: flex;
    justify-content: space-between;
    text-align: center;
}

section.conter-barnd .conter-area .count p {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
}

section.conter-barnd .flex-brand .fr {
    width: 38%;
    padding-bottom: 10px;
}

section.conter-barnd .flex-brand .fr .band-heading h2 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 15px;
}

section.conter-barnd .flex-brand .fr .barnd-list ul {
    display: flex;
    justify-content: space-between;
}

section.conter-barnd .flex-brand .fr .barnd-list ul li {
    list-style: none;
    width: 23%;
}

section.aboutHome {
    padding: 60px 0px;
    position: relative;
}

section.aboutHome .about-flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}

section.aboutHome .about-flex .fl {
    width: 48%;
}

section.aboutHome .about-flex .fr {
    width: 45%;
}

.heading h2 {
    -webkit-text-stroke: 1px #0066FF;
    font-size: 64px;
    color: transparent;
    font-weight: 900;
}

.next-heading h2 {
    font-size: 32px;
    font-weight: 600;
    padding-bottom: 22px;
}

section.mainBanner .bannerTxt .bannertxt-flex .bannerContent .txt p {
    font-size: 32px;
}

.btn a {
    background: #0066FF;
    color: #fff;
    padding: 19px 28px;
    border-radius: 37px;
    margin-top: 22px;
}

.btn {
    margin-top: 22px;
}

.btn a img {
    margin-left: 13px;
}

section.aboutHome .about-flex .txt p {
    font-size: 17px;
    color: #666666;
    line-height: 28px;
}

section.heading {
    padding: 30px 0px 60px 0px;
    text-align: center;
}

section.heading .serviceList ul {
    display: flex;
    flex-wrap: wrap;
    padding-top: 22px;
}

section.heading .serviceList ul li {
    list-style: none;
    text-align: left;
    width: 24%;
    margin: 0.5%;
    padding: 10px;
    position: relative;
}

section.heading .serviceList ul li .service-img {
    width: 100%;
    height: 224px;
    display: flex;
    align-items: center;
    justify-content: center;
}

section.heading .serviceList ul li .service-img img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}

section.heading .serviceList ul li:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 70%;
    background: white;
    top: 0px;
    left: 0px;
    z-index: -1;
}

section.heading .serviceList ul li .txt p {
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
    padding: 10px 0px ;
}

section.packaging-items {
    padding: 0px 0px 60px 0px;
    text-align: center;
}

section.packaging-items .packaging-items-slider {
    padding-top: 15px;
}

section.packaging-items .packaging-items-slider .owl-carousel .owl-stage {
    display: flex;
    flex-wrap: wrap;
}

section.packaging-items .packaging-items-slider .owl-carousel .owl-stage .owl-item {
    background: #fff;
    text-align: left;
    padding: 25px;
}

section.packaging-items .packaging-items-slider .owl-carousel .owl-stage .owl-item .pack-img .img {
    height: 244px;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
    align-items: center;
    border: 5px solid #f2f7ff;
}

section.packaging-items .packaging-items-slider .owl-carousel .owl-stage .owl-item .pack-img .img img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}

section.packaging-items .packaging-items-slider .owl-carousel .owl-stage .owl-item .packagingArea .packContent .packcount {
    padding: 10px 0px;
    font-size: 14px;
    color: #0066FF;
}

section.packaging-items .packaging-items-slider .owl-carousel .owl-stage .owl-item .packagingArea .packContent .pack-name h3 {
    font-size: 24px;
    font-weight: 500;
    line-height: 32px;
    margin: 0px;
}

section.packaging-items .packaging-items-slider .owl-carousel .owl-stage .owl-item .packagingArea .packContent .pack-name span {
    font-size: 14px;
}


section.packaging-items .packaging-items-slider .owl-carousel .owl-stage .owl-item .packagingArea .packContent .sizeStock {
    padding: 15px 0px 4px 0px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

section.packaging-items .packaging-items-slider .owl-carousel .owl-stage .owl-item .packagingArea .packContent .sizeStock .cont {
    width: 49%;
}

section.packaging-items .packaging-items-slider .owl-carousel .owl-stage .owl-item .packagingArea .packContent .sizeStock .cont span {
    font-size: 14px;
    font-weight: 600;
}

section.packaging-items .packaging-items-slider .owl-carousel .owl-stage .owl-item .packagingArea .packContent .sizeStock .cont p {
    font-size: 14px;
    color: #0066FF;
    line-height: 24px;
}

section.packaging-items .packaging-items-slider .owl-carousel .owl-stage .owl-item .packagingArea .packContent .notetxt p {
    font-weight: 600;
    font-size: 14px;
}

section.packaging-items .packaging-items-slider .owl-carousel .owl-stage .owl-item .packagingArea .packContent .txt p {
    font-size: 14px;
    line-height: 23px;
}

section.packaging-items ul.nav.nav-pills {
    justify-content: center;
    margin-top: 32px;
}

section.packaging-items ul.nav.nav-pills a.nav-link {
    border: 1px solid #0066FF;
    margin: 10px;
    padding: 12px 36px;
    border-radius: 31px;
    color: #000;
}

section.packaging-items ul.nav.nav-pills a.nav-link.active {
    color: #fff;
}

footer {
    background: #000;
    padding: 52px 0px;
}

footer .footer-items .list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    color: #fff;
}

footer .footer-items .list .footer-area {
    width: 16%;
}

footer .footer-items .list .footer-area .list-heading {
    font-weight: 600;
    font-size: 18px;
    margin: 10px 0px;
}

footer .footer-items .list .footer-area:nth-child(1) {
    width: 22%;
}

footer .footer-items .list .footer-area ul li {
    list-style: none;
}

footer .footer-items .list .footer-area ul li, footer .footer-items .list .footer-area ul li a, footer .footer-items .list .footer-area p {
    font-size: 14px;
    padding: 3px 0px;
}

footer .footer-items .list .footer-area .footer-logo img {
    height: 49px;
    margin-bottom: 4px;
}

footer .footer-items .list .footer-area.last ul li {
    display: inline-block;
    padding: 0px 10px;
    font-size: 23px;
}

footer .footer-items .list .footer-area.last ul li a {
    font-size: 22px;
}

section.packaging-items .packaging-items-slider .owl-nav button {
    background: #0666f1;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    color: #fff;
    font-size: 26px;
    line-height: 0px;
}

section.packaging-items .packaging-items-slider .owl-dots {
    display: none;
}

.copyright {
    text-align: center;
    border-top: 1px solid white;
    color: #fff;
    padding-top: 30px;
    margin-top: 30px;
}

.copyright p {
    margin: 0px;
}

section.mainBanner .bannerTxt .bannertxt-flex .fl {
    text-align: right;
}

section.contact-form {
    position: relative;
    
    width: 100%;
    padding: 60px 0px;
}

.main-contact {
    background: #ffffff;
    padding: 60px 40px;
    width: 100%;
    position: relative;
}

.main-contact .form {
    width: 60%;
}

.user-connect.map {
    position: absolute;
    right: 0px;
    top: 0px;
    border: none;
    width: 35%;
    background: #0066ff;
    height: 100%;
    padding: 30px 0px;
}

.user-connect.map .card {
    background: #1e1d1c;
    display: flex;
    align-items: center;
    justify-content: center;
}

.main-contact .form .form-group {
    margin-bottom: 15px;
}

.user-connect.map .card-body {
    border: 1px solid #615d5900;
    background: #0067ff;
    border: none;
    box-shadow: none;
    width: -webkit-fill-available;
    padding: 0px 22px;
}

.form-control {
    padding: .70rem;
    color: #000000;
    font-size: 15px;
}
input[type="datetime-local"].form-control {
    text-transform: uppercase;
}


input.btn_main {
    background: #0066ff;
    color: #fff;
    padding: 12px 41px;
    border-radius: 35px;
    border: 1px solid #0066ff;
}

.main-contact .form .heading h2 {
    font-size: 54px;
}

.main-contact .form .heading p {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 25px;
}

.main-contact .form .heading {
    margin-bottom: 25px;
}

.user-connect.map .card {
    border: none;
}

.user-connect.map .heading {padding: 12px 0px;}

.map .heading {
    /* font-family: 'Roboto'; */
    font-style: normal;
    font-weight: 500;
    font-size: 41px;
    text-transform: capitalize;
    color: #FFFFFF;
}

.add-loc {
    display: flex;
    align-items: start;
    margin-bottom: 18px;
}

.card-body .add-loc a {
    color: #fff;
    font-size: 16px;
}

.card-body .add-loc i {
    font-size: 23px;
    color: #ffffff;
    padding-right: 15px;
}

.user-connect.map .card-body p {
    color: #fff;
    font-weight: 600;
}

section.packaging-items .packaging-items-slider .packagingsItems {
    display: flex;
    flex-wrap: wrap;
}

section.packaging-items .packaging-items-slider .packagingsItems .itemSec {
    width: 23%;
    margin: 1%;
    background: #fff;
    padding: 15px;
}

section.packaging-items .packaging-items-slider .packagingsItems .itemSec .img {
    width: 100%;
    height: 234px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 5px solid #f2f7ff;
}

section.packaging-items .packaging-items-slider .packagingsItems .itemSec .img  img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
}

section.packaging-items .packaging-items-slider .packagingsItems .itemSec .packContent h3 {
    font-size: 19px;
    padding: 15px 0px 0px 0px;
}

.crossIcon {
    display: none;
}

.menuIcon {
    display: none;
}

header .navbar .navbarListing ul li a:hover, 
header .navbar .navbarListing ul li a.active {border-bottom: 1px solid white;}

.btn a:hover {
    background: #000;
}

section.packaging-items ul.nav.nav-pills a.nav-link:hover {
    background: #0d6efd;
    color: #fff;
}

footer .footer-items .list .footer-area ul li a:hover {
    color: #0266fd;
}

.btn:focus, .btn {
    border: none!important;
    outline: none!important;
}

section.update {
    padding: 40px 0px;
    text-align: center;
}

section.update h2 {
    color: #0066ff;
    text-transform: uppercase;
}

table.table.appointment-table thead th {
    color: #fff;
    background: #0567ef;
    font-weight: 300;
}

table.table.appointment-tabletable.table.appointment-table  {
    border: 1px solid #d5cdcd;
}

table.table.appointment-table {
    margin-top: 30px;
}

table.table.appointment-table tr, table.table.appointment-table tr td {
    border: 1px solid #85888c42;
    padding: 10px;
}

table.table.appointment-table tr th {
    border: 1px solid #d6d6d6;
    padding: 10px;
}

table.table.appointment-table textarea {
    border: none;
}

table.table.appointment-table textarea:focus {
    outline: none;
}