p
{
    color: #000;
}
.service-card p
{
    font-size: 12px;
    line-height: 20px;
    margin-top: 10px;
}
.hero-wrap.style1 .hero-slide-item .hero-img-wrap .hero-shape-one
{
    
    opacity: 0.9;
}

.page-wrapper .header-wrap .container
{
    width : 98%;
    max-width : 98%;
}

/*.header-wrap.style1:after,
.btn.style1
{
    background-color: var(--bs-green);
}
:root
{
    --bs-green : #e53e5c;
}
*/

.navbar-nav li a::after {
    content: " ";
    padding-left: 1px;
    /* background: #016296; */
    padding-right: 1px;
    color: #fff;
    border-right: 2px dotted #016296;
    margin-left: 12px;
    margin-right: 21px;
}

.navbar-nav li.lastchild a::after {
    content: " ";
    padding-left: 1px;
    /* background: #016296; */
    padding-right: 1px;
    color: #fff;
    border-right: 0px;
    margin-left: 12px;
}


.navbar-nav li:last-child a::after {
    content: " ";
}




.input-container input {
    border: none;
    box-sizing: border-box;
    outline: 0;
    padding: .75rem;
    position: relative;
    width: 100%;
}

input[type="date"]::-webkit-calendar-picker-indicator {
    background: transparent;
    bottom: 0;
    color: transparent;
    cursor: pointer;
    height: auto;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
}

.promo-wrap .container
{
    max-width : 98%;
}

.promo-card.style1
{
    padding-left: 10px;
    padding-right: 10px;
}
.promo-card p
{
    font-size: 14px;
    line-height: 24px;
}

.header-wrap .navbar .navbar-nav .nav-item a.active 
{
    /*background: #016296;
    text-align: center;
    padding-left: 14px;
    color: #fff;*/
    
    
   /* border: 2px solid#016296;
    padding-left: 5px;
    padding-right: 5px;
        margin-top: -2px;*/
        
    font-weight: 600;    
    text-decoration: underline;
    font-size: 16px;
}


/*
    .header-wrap .navbar .navbar-nav .nav-item a.active::after
    {
        display: none;
    }
*/
nav .navbar-brand
{
    width : 15%;
    margin : 0;
}

.breadcrumb-wrap
{
    padding: 99px 0 58px;
}

#detailproducts .product-card.style1 .product-img
{
    padding: 0;
}

#detailproducts .product-card.style1 .product-img img
{
    max-width: 100%;
    max-height: 210px;
    min-width: 100%;
    min-height: 210px;
}
#detailproducts .product-card.style1 .product-info
{
    padding-top: 10px;
}
#detailproducts .product-card .product-info .product-price
{
    color: #000;
    margin-bottom: 0;
    min-height: 35px;
    max-height: 35px;
    overflow: hidden;
    font-size: 12px;
    line-height: inherit;
}
#detailproducts .product-card .product-info .product-price span
{
    font-size: 15px;
}
#detailproducts .product-card .product-info h3
{
    font-size: 18px;
    margin: 0 0 8px;
    min-height: 38px;
    max-height: 38px;
    overflow: hidden;
}
#detailproducts .product-card .product-info h3 a
{
    color: #016296;
}
#detailproducts .product-card .product-info p
{
        font-size: 13px;
}
#detailproducts .product-card .product-info p.descriptions
{
        font-size: 13px;
    line-height: 19px;
    max-height: 60px;
    min-height: 60px;
    overflow: hidden;
}
#detailproducts .product-card.style1 .product-purchase
{
    text-align: center;
    /* width: 100%; */
    display: block;
}
#detailproducts .product-card.style1 .product-purchase a
{
    
}
#detailproducts .product-card .counternumbrs
{
    margin-bottom: 25px;
}

#detailproducts .product-card .qty-container 
{
    display: flex;
    align-items: center;
    justify-content: center;
}

#detailproducts .product-card .counternumbrs .qtysname
{
    text-align : center;
    font-size: 12px;
    margin-bottom: 3px;
}
#detailproducts .product-card .qty-container .input-qty{
            text-align: center;
            padding: 3px 10px;
            border: 1px solid #d4d4d4;
            max-width: 80px;
            height: auto;
            min-width: 38px;
            width: 36px;
        }
#detailproducts .product-card .qty-container .qty-btn-minus,
#detailproducts .product-card .qty-container .qty-btn-plus{
    border: 1px solid #d4d4d4;
    padding: 4px 13px;
    font-size: 10px;
    height: 31px;
    width: 32px;
    transition: 0.3s;
    background: #016296;
    color: #fff;
}

#detailproducts .product-card .qty-container .qty-btn-minus:hover,
#detailproducts .product-card .qty-container .qty-btn-minus:focus,
#detailproducts .product-card .qty-container .qty-btn-minus:active,
#detailproducts .product-card .qty-container .qty-btn-plus:hover,
#detailproducts .product-card .qty-container .qty-btn-plus:focus,
#detailproducts .product-card .qty-container .qty-btn-plus:active
{
    background : #888e6e;
}
#detailproducts .product-card .qty-container .qty-btn-plus{
  margin-left: -1px;
}
#detailproducts .product-card .qty-container .qty-btn-minus{
  margin-right: -1px;
}

 
#detailproducts .product-card .btn-cornered,
#detailproducts .product-card .input-cornered{
  border-radius: 4px;
}
#detailproducts .product-card .btn-rounded{
  border-radius: 50%;
}
#detailproducts .product-card .input-rounded{
  border-radius: 50px;
}


.cartfooters .col-md-6
{
    display: block;
    margin: 10px 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.cartfooters .col-md-6 button.icon-view,
.cartfooters .col-md-6 button.carts-add
{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #016296;
    border: none;
    -webkit-box-shadow: 0px 6px 20px rgba(5, 17, 69, 0.08);
    box-shadow: 0px 6px 20px rgba(5, 17, 69, 0.08);
    -webkit-transition: 0.6s;
    transition: 0.6s;
}

.cartfooters .col-md-6 button.icon-view:hover,
.cartfooters .col-md-6 button.icon-view:focus,
.cartfooters .col-md-6 button.icon-view:active,
.cartfooters .col-md-6 button.carts-add:hover,
.cartfooters .col-md-6 button.carts-add:focus,
.cartfooters .col-md-6 button.carts-add:active
{
   background-color: #fff;
}

.cartfooters .col-md-6 button.icon-view i,
.cartfooters .col-md-6 button.carts-add i
{
    transition: 0.6s;
    font-size: 18px;
    line-height: 0.8;
    display: block;
    margin: 0 auto;
    color: #fff;
}

.cartfooters .col-md-6 button.icon-view:hover i,
.cartfooters .col-md-6 button.icon-view:focus i,
.cartfooters .col-md-6 button.icon-view:active i,
.cartfooters .col-md-6 button.carts-add:hover i,
.cartfooters .col-md-6 button.carts-add:focus i,
.cartfooters .col-md-6 button.carts-add:active i
{
    color: #016296;
}

.breadcrumb-wrap .container .br-shape-two,
.breadcrumb-wrap .container .br-shape-four
{
    margin-top: 5%;
}
.breadcrumb-wrap .container .br-shape-four
{
    rotate: 30deg;
}


#main_container #header_in h5
{
        font-size: 18px;
    padding-left: 16%;
    padding-right: 20px;
    padding-top: 4%; 
}


 @media (pointer: fine) {
                  a span {
                    display: none;
                  }
                  a:hover span {
                    display: inline-block;
                  }
                }
                
/* new starts */

.owl-carousel .owl-stage-outer
{
    height: auto !important;
}
.hero-wrap.style1 .hero-slide-item .hero-content .hero-shape-seven
{
        right: -44px;
}
.bannerform
{
    position: relative;
    padding: 24px;
    background-color: #faf9f5;
}
.bannerform .bannerformalign .col-md-2.aligncol
{
    flex: 0 0 auto;
    width: 18.66666667%;
}
.bannerform .bannerformalign .col-md-3.aligncol .firstsetban
{
    text-align: center;
    margin-top: 7%;
}
.bannerform .bannerformalign .col-md-3.aligncol .firstsetban .alignbanbutton button.btn.style1
{
    border-radius: 50px;
    width : 100%;
}

.visible-xs
{
    display : none;
}


.bannerform .bannerformalign .col-md-3.aligncol .firstsetban .otpdetbutton button.btn.style1
{
    border-radius: 50px;
}

.bannerform .bannerformalign .col-md-3.aligncol .firstsetban .otpdetbutton .firstsplit
{
    margin-top: -7%;
    padding: 0;
    text-align: left;
}

.bannerform .bannerformalign .col-md-3.aligncol .firstsetban .otpdetbutton .firstsplit .form-group,
.bannerform .bannerformalign .col-md-3.aligncol .firstsetban .otpdetbutton .firstsplit .form-group input
{
    margin-bottom: 0;
}

.bannerform .bannerformalign .col-md-3.aligncol .firstsetban .otpdetbutton .firstsplit #resendotp_yourotpdetail
{
    text-align: center;
    color: #016296;
    font-size: 14px;
    font-weight: 600;
    margin-top: 5px;
    cursor: pointer;
}
.bannerform .bannerformalign .col-md-3.aligncol .firstsetban .otpdetbutton
{
    display: none;
}
@media only screen and (min-width: 1400px)
{
    .hero-wrap.style1 .hero-slide-item
    {
        padding-top: 17%;
        padding-bottom: 0%;
    }
    .hero-wrap.style1 .hero-slide-item .hero-content
    {
        margin-top : 0%;
    }
    .hero-wrap.style1 .hero-slide-item .hero-content h1
    {
      font-size: 40px;
        line-height: 60px;
        margin-top: 3%;
    }
    .hero-wrap.style1 .hero-slide-item .hero-img-wrap .hero-shape-two
    {
        top: 11px;
        right: 100px;
    }
    
   
}
/* new ends */
                
@media only screen and (min-width: 992px)
{
    .header-wrap .navbar .navbar-nav .nav-item a
    {
        font-size: 14px;
        padding: 0;
    }
    .header-wrap .navbar .navbar-nav
    {
        /*margin-right: 0px;*/
        margin-right: -1%;
    }
    .header-wrap .navbar .navbar-nav .nav-item
    {
            margin: 0 3px;
    }
    .ripple-container
    {
        display : none;
    }
    .header-wrap.style1 .header-bottom  nav .navbar-brand
    {
        padding: 0;
    }
    .header-wrap.style1 .header-bottom .navbar-brand img.logo-light
    {
        width: 210px;
        max-width: inherit;
    }
    .hero-wrap.style1 .hero-slide-item .hero-img-wrap .hero-shape-one
    {
        width : 100%;
    }
}

@media only screen and (min-width: 1440px)
{
    .header-wrap.style1 .header-bottom  nav .navbar-brand
    {
        padding: 0;
    }
    .header-wrap.style1 .header-bottom .navbar-brand img.logo-light
    {
        width: auto;
        max-width: inherit;
    }
}
@media (max-width: 800px)
{
    .hero-wrap.style1 .hero-slide-item .hero-img-wrap .hero-shape-one
    {
        opacity: 0.1;
        margin-top: 34%;
    }
    .hero-wrap.style1 .hero-slide-item .hero-img-wrap .hero-shape-two
    {
        margin-top: 49%;
        margin-right: -15%;
    }
    .hero-wrap.style1 .hero-shape-four
    {
        margin-right: -9%;
        bottom: -2%;
    }
    .navbar-nav li a::after
    {
        display:none;
    }
    .header-wrap .navbar .navbar-nav .nav-item a.active
    {
        padding-top: 5px;
        padding-bottom: 5px;
    }
    .breadcrumb-wrap {
        padding: 60px 0 14px;
    }
    
    .header-wrap .header-top .header-top-right .social-profile:before
    {
        display : none;
    }
    .header-wrap .header-top .header-top-right .social-profile
    {
        padding-left : 0;
        margin-left : 0;
    }
    .hero-wrap.style1 .hero-slide-item .hero-content
    {
        z-index:9;
    }
    .header-wrap.style1 .header-bottom nav.navbar 
    {
        margin-left: 14%;
    }
    .header-wrap.style1 .header-bottom nav.navbar a.navbar-brand img
    {
            max-width: inherit;
    }
    footer ul
    {
        text-align : left;
    }
    .breadcrumb-wrap {
        padding: 120px 0 34px;
        display: none;
    }
    .content-wrapper
    {
        margin-top: 52%;
    }
    #wizard_container
    {
            margin-top: 5em;
    }
    
    .logopopup
    {
        text-align: center;
        margin-top: 13%;
    }
    
    #main_container #header_in h5
    {
        text-align : left !important;
    }
    .header-wrap.style1 .header-top .header-top-left .contact-info li span, .header-wrap.style2 .header-top .header-top-left .contact-info li span
    {
        display : none;
    }
    
    .header-wrap.style1 .header-bottom nav.navbar
    {
        margin-left: 11%;
        padding: 0;
    }
    .header-wrap.style1 .header-bottom nav.navbar a.navbar-brand img
    {
        width: 230px;
    }
    
    
    
    .hero-wrap.style1 .hero-slide-item .hero-content
    {
        margin-bottom : 0%;
    }
    .hero-wrap.style1 .hero-slide-item
    {
            padding-top: 54%;
            padding-bottom: 0;
    }
    
    .hero-wrap.style1 .hero-content h1, .hero-wrap.style2 .hero-content h1, .hero-wrap.style3 .hero-content h1
    {
        font-size: 22px;
        text-align: center;
    }
    
    .bannerform .bannerformalign .col-md-2.aligncol
    {
            width: 49.666667%;
            padding-left: 15px;
            padding-right: 15px;
    }
    .bannerform .bannerformalign .col-md-3.aligncol .firstsetban .alignbanbutton button.btn.style1
    {
            width: 58%;
    }
    
    
    .hero-wrap.style1 .hero-slide-item .hero-content span
    { 
        width: 100%;
        text-align: center;
        font-size: 20px;
    }
    .bannerform
    {
        padding-left: 0px;
        padding-right: 0px;
        padding-bottom: 80px;
    }
    .bannerform .bannerformalign .col-md-2.aligncol .form-group
    {
            margin-bottom: 0px;
    }
    .bannerform .bannerformalign .col-md-3.aligncol .firstsetban
    {
        margin-top: 10px;
    }
   
        .visible-xs
        {
            display : block;
        }
        



    .bannerform .bannerformalign .col-md-3.aligncol .firstsetban .otpdetbutton .firstsplit
    {
        margin-top: -2%;
        margin-bottom: 1%;
        padding: 0;
        text-align: left;
        width: 50%;
        margin-left: 26%;
    }
    .bannerform .bannerformalign .col-md-3.aligncol .firstsetban .otpdetbutton button.btn.style1
    {
        width: 50%;
        margin-top: 4px;
    }
    .bannerform .bannerformalign .col-md-3.aligncol .firstsetban .otpdetbutton .firstsplit .form-group,
    .bannerform .bannerformalign .col-md-3.aligncol .firstsetban .otpdetbutton .firstsplit .form-group input
    {
        margin-bottom: 0;
    }
    
    .bannerform .bannerformalign .col-md-3.aligncol .firstsetban .otpdetbutton .firstsplit #resendotp_yourotpdetail
    {
        text-align: center;
        color: #016296;
        font-size: 14px;
        font-weight: 600;
        margin-top: 5px;
        cursor: pointer;
    }
    
    .bannerform .bannerformalign .col-md-3.aligncol .firstsetban .alignbanbutton button.btn.style1
    {
        width: 58%;
        display: block;
        margin-left: 20%;
    }

    .bannerform .bannerformalign .col-md-3.aligncol .firstsetban .otpdetbutton button.btn.style1
    {
        width: 58%;
        display: block;
        margin-left: 20%;
    }
}




@media (max-width: 800px)
{
    .header-wrap.style1 .header-bottom nav.navbar {
        margin-left: 10%;
    }
    .hero-wrap.style1 .hero-slide-item
    {
        padding-top: 58%;
    } 
    
    
    input.form-control, select.form-control, textarea.form-control
    {
        margin-bottom: 13px;
    }
}


@media (max-width: 450px)
{
     
     .header-wrap.style1 .header-bottom nav.navbar {
        margin-left: 5%;
    }
    .hero-wrap.style1 .hero-content h1, .hero-wrap.style2 .hero-content h1, .hero-wrap.style3 .hero-content h1
    {
        font-size: 22px; 
    }
    .hero-wrap.style1 .hero-slide-item {
        padding-top: 52%;
    }
}


@media (max-width: 378px)
{
    .hero-wrap.style1 .hero-content h1, .hero-wrap.style2 .hero-content h1, .hero-wrap.style3 .hero-content h1
    {
        font-size: 20px; 
    }
    .header-wrap.style1 .header-bottom nav.navbar {
        margin-left: 5%;
    }
}


@media (max-width: 368px)
{
    .header-wrap.style1 .header-bottom nav.navbar {
        margin-left: 3%;
    }
    .hero-wrap.style1 .hero-content h1, .hero-wrap.style2 .hero-content h1, .hero-wrap.style3 .hero-content h1
    {
        font-size: 23px; 
    }
    .hero-wrap.style1 .hero-slide-item {
        padding-top: 55%;
    }
}

@media only screen and (max-width: 800px) and (-webkit-min-device-pixel-ratio: 2) and (orientation:portrait) {
    /* CSS */
    .header-wrap.style1 .header-bottom nav.navbar
    {
        margin-left : 10%;
    }
   
}

@media (min-width: 121px) and (max-width: 401px) and (-webkit-min-device-pixel-ratio: 2)
{
    .header-wrap.style1 .header-bottom nav.navbar
    {
        margin-left : 10px;
    }
    
    .header-wrap.style1 .header-bottom nav.navbar a.navbar-brand img
    {
         width: 157px !important; 
    }
}

 
@media only screen and (min-width: 800px)  and (max-width: 900px) and (orientation:landscape)
{
    .header-wrap.style1 .header-bottom nav.navbar a.navbar-brand img {
        width:550px;
    }
   
    .hero-wrap.style1 .hero-slide-item .hero-img-wrap .hero-shape-one {
        width: 60%;
    }
    .container, .container-md, .container-sm {
        max-width: 98%;
    }
     .hero-wrap.style1 .hero-slide-item .hero-img-wrap .hero-shape-one {
        opacity: 0.1;
        margin-top: 34%;
    }
    .bannerform .bannerformalign .col-md-2.aligncol .form-group label
    {
        font-size: 12px;
    }
}
 
@media (max-width: 321px)
{
    .header-wrap.style1 .header-bottom nav.navbar a.navbar-brand img {
        width: 157px !important; 
    }
    .hero-wrap.style1 .hero-content h1, .hero-wrap.style2 .hero-content h1, .hero-wrap.style3 .hero-content h1 {
        font-size: 15px;
    }
    .form-group label 
    {
        font-size: 12px;
    }
    .header-wrap .header-top .header-top-left .contact-info li a, .header-wrap .header-top .header-top-left .contact-info li p {
        font-size: 13px;
    }
    .hero-wrap.style1 .hero-slide-item {
        padding-top: 64%;
    }
    .demo a 
    {
        left: 34%;
    }
}

#thanks {
  background-color: #fff;
}
#thanks::after {
  content: none;
}
#thanks div {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}
#thanks h2 {
  margin-bottom: 60px;
  color: #333;
  font : normal 300 64px/1 'Josefin Sans', sans-serif;
  text-align: center;
  white-space: nowrap;
}
#thanks p {
  color: #333;
  font : normal 400 20px/1 'Josefin Sans', sans-serif;
}
#thanks p a {
  color: #333;
  text-decoration: none;
  transition: color .3s;
}
#thanks p a:hover {
  color: #888;
}
.demo a {
  position: absolute;
  bottom: -11px;
  left: 38%;
  z-index: 2;
  display: inline-block;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  color: #016296;
  font : normal 400 14px/1 'Josefin Sans', sans-serif;
  letter-spacing: .1em;
  text-decoration: none;
  transition: opacity .3s;
}
.demo a:hover {
  opacity: .5;
}



#section01 a {
  padding-top: 60px;
}
#section01 a span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 24px;
  height: 24px;
  margin-left: -12px;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  box-sizing: border-box;
}



#section02 a {
  padding-top: 60px;
}
#section02 a span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 46px;
  height: 46px;
  margin-left: -23px;
  border: 1px solid #fff;
  border-radius: 100%;
  box-sizing: border-box;
}
#section02 a span::after {
  position: absolute;
  top: 50%;
  left: 50%;
  content: '';
  width: 16px;
  height: 16px;
  margin: -12px 0 0 -8px;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  box-sizing: border-box;
}



#section03 a {
  padding-top: 12px;
}
#section03 a span {
    position: absolute;
    top: 0;
    left: 50%;
    width: 46px;
    height: 46px;
    margin-left: -23px;
    border: 1px solid #016296;
    border-radius: 100%;
    box-sizing: border-box;
    margin-top: -51%;
}
#section03 a span::after {
  position: absolute;
  top: 50%;
  left: 50%;
  content: '';
  width: 16px;
  height: 16px;
  margin: -12px 0 0 -8px;
  border-left: 1px solid #016296;
  border-bottom: 1px solid #016296;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  box-sizing: border-box;
}
#section03 a span::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  content: '';
  width: 44px;
  height: 44px;
  box-shadow: 0 0 0 0 rgba(27,114,97,.1);
  border-radius: 100%;
  opacity: 0;
  -webkit-animation: sdb03 3s infinite;
  animation: sdb03 3s infinite;
  box-sizing: border-box;
}
@-webkit-keyframes sdb03 {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  60% {
    box-shadow: 0 0 0 60px rgba(27,114,97,.1);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes sdb03 {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  60% {
    box-shadow: 0 0 0 60px rgba(27,114,97,.1);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}



#section04 a {
  padding-top: 60px;
}
#section04 a span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 24px;
  height: 24px;
  margin-left: -12px;
  border-left: 1px solid #016296;
  border-bottom: 1px solid #016296;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-animation: sdb04 2s infinite;
  animation: sdb04 2s infinite;
  box-sizing: border-box;
}
@-webkit-keyframes sdb04 {
  0% {
    -webkit-transform: rotate(-45deg) translate(0, 0);
  }
  20% {
    -webkit-transform: rotate(-45deg) translate(-10px, 10px);
  }
  40% {
    -webkit-transform: rotate(-45deg) translate(0, 0);
  }
}
@keyframes sdb04 {
  0% {
    transform: rotate(-45deg) translate(0, 0);
  }
  20% {
    transform: rotate(-45deg) translate(-10px, 10px);
  }
  40% {
    transform: rotate(-45deg) translate(0, 0);
  }
}

 
@-webkit-keyframes sdb10 {
  0% {
    -webkit-transform: translate(0, 0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    -webkit-transform: translate(0, 20px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes sdb10 {
  0% {
    transform: translate(0, 0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    transform: translate(0, 20px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}


.header-wrap .navbar .navbar-nav .nav-item.finalmenu a:hover ,
.header-wrap .navbar .navbar-nav .nav-item.finalmenu a:focus,
.header-wrap .navbar .navbar-nav .nav-item.finalmenu a:active,
.header-wrap .navbar .navbar-nav .nav-item.finalmenu a::after
{
    border: 0px;
    color: #000;
}


@media only screen and (min-width: 992px) 
{
    .header-wrap .navbar .navbar-nav .nav-item
    {
        margin-top: 5px;
    }
}


@media only screen and (min-width: 1200px) and (max-width: 1399px) 
{

    .page-wrapper .header-wrap .container
    {
        width: 100%;
        max-width: 100%;
    }
    .header-wrap.style1 .header-bottom .navbar-brand img.logo-light
    {
                width: 156px;
    }
    .header-wrap .navbar .navbar-nav .nav-item a.active  
    {
        font-size: 12px;
    }
    .header-wrap .navbar .navbar-nav .nav-item a
    {
        font-size: 11px;
    }
    .header-wrap .navbar .navbar-nav .nav-item
    {
        margin:1px;
    }
    .header-wrap .navbar .navbar-nav .nav-item.finalmenu a {
        color: #fff;
        padding: 2%;
        min-height: 33px;
        padding-top: 3px;
        font-size: 13px;
        padding-left: 9px;
        padding-right: 10px;
    }
    .navbar-nav li a::after
    {
        margin-left: 10px;
        margin-right: 17px;
    }
}

@media only screen and (min-width: 1440px) 
{
    .header-wrap.style1 .header-bottom
    {
        padding-left: 10px;
        padding-right: 0;
    }
    .header-wrap.style1 .header-bottom .navbar-brand img.logo-light
    {
        width: 90%;
    }
    .navbar-nav li a::after
    {
        margin-left: 12px;
        margin-right: 16px;
    }
    .header-wrap .navbar .navbar-nav .nav-item a
    {
        font-size: 13px;
    }
    .header-wrap .navbar .navbar-nav .nav-item.finalmenu a
    {
        margin-right: 4px;
    }
    .header-wrap .navbar .navbar-nav .nav-item.finalmenu
    {
        margin-right: 10px;
        margin-left: 0;
    }
}


/*
    @media only screen and (min-width: 780px) and (max-width: 1224px) 
    {
        .header-wrap.style1 .header-bottom .navbar-brand img.logo-light {
            width: 90%;
        }
        .header-wrap.style1 .header-bottom {
            padding-left: 10px;
            padding-right: 0;
        }
    }

*/

@media only screen and (min-width: 900px) and (max-width: 1024px) 
{
    .header-wrap.style1 .header-bottom .navbar-brand img.logo-light {
        width: 100px;
        max-width: inherit;
    }
    .header-wrap .navbar .navbar-nav .nav-item a.active
    {
         font-size: 12px;
    }
    .header-wrap .header-bottom .navbar .navbar-nav .nav-item a {
        font-size: 10px;
    }
    .navbar-nav li a::after
    {
        margin-left: 6px;
        margin-right: 12px;
    }
    .header-wrap .header-bottom .navbar .navbar-nav .nav-item
    {
                margin-top: 13px !important;
    }
    .header-wrap .navbar .navbar-nav .nav-item.finalmenu 
    {
        margin-top: 0px !important;
    }
    .header-wrap .navbar .navbar-nav .nav-item.finalmenu a
    {
        font-size: 11px;
        padding-left: 5px;
        padding-right: 15px;
    }
    .hero-wrap.style1 .hero-slide-item
    {
        padding-bottom: 0;
        padding-top: 12%;
    }
}