/* Graphic Font Family - Start */
.graphik-thin-italic {
    font-family: "Graphik Thin Italic";
}

.graphik-super-italic {
    font-family: "Graphik Super Italic";
}

.graphik-thin {
    font-family: "Graphik Thin";
}

.graphik-semibold {
    font-family: "Graphik Semibold";
}

.graphik-semibold-italic {
    font-family: "Graphik Semibold Italic";
}

.graphik-super {
    font-family: "Graphik Super";
}

.graphik-regular-italic {
    font-family: "Graphik Regular Italic";
}

.graphik-mediun-italic {
    font-family: "Graphik Mediun Italic";
}

.graphik-regular {
    font-family: "Graphik Regular";
}

.graphik-extra-light-italic {
    font-family: "Graphik Extra Light Italic";
}

.graphik-light-italic {
    font-family: "Graphik Light Italic";
}

.graphik-medium {
    font-family: "Graphik Medium";
}

.graphik-black {
    font-family: "Graphik Black";
}

.graphik-light {
    font-family: "Graphik Light";
}

.graphik-bold-italic {
    font-family: "Graphik Bold Italic";
}

.graphik-bold {
    font-family: "Graphik Bold";
}

.graphik-black-italic {
    font-family: "Graphik Black Italic";
}

.graphik-extra-light {
    font-family: "Graphik Extra Light";
}

/* Graphic Font Family - End */

/* Font Sizes - Start */

.f-14 {
    font-size: 14px;
    line-height: 18px;
}

.f-16 {
    font-size: 16px;
    line-height: 20px;
}

.f-18 {
    font-size: 18px;
    line-height: 22px;
}

.f-20 {
    font-size: 20px;
    line-height: 38px;
}

.f-23 {
    font-size: 23px;
    line-height: 27px;
}

.f-28 {
    font-size: 28px;
    line-height: 32px;
}

.f-34 {
    font-size: 34px;
    line-height: 38px;
}

.f-36 {
    font-size: 36px;
    line-height: 38px;
}

.f-48 {
    font-size: 48px;
    line-height: 52px;
}

.f-176 {
    font-size: 176px;
    line-height: 180px;
}
.f-140 {
    font-size: 140px;
    line-height: 144px;
}

/* Font Sizes - End */


/* Colours - Start */

.bg-light-grey {
    background-color: #f0f4f8;
}

.color-white {
    color: #FFF;
}
.bg-blue{
    background-color: #2487b6;
}
.bg-purple{
    background-color: #2f2f59;
}
/* Colours - End */

* {
    padding: 0;
    margin: 0;
}

html, body {
    height: 100%;
    width: 100%;
    scroll-behavior: smooth;
}

body {
    font-size: 14px;
    letter-spacing: 0.02em;
    color: #2f2f59;
    /*padding-top: 68px;*/

}

.pt-110 {
    padding-top: 110px;
}
.pt-170 {
    padding-top: 170px;
}

a {
    color: #00aeef;
}

p {
    color: #2e2e2e;
}

.text-black {
    color: #2e2e2e;
}

.text-blue{
    color: #00aeef;
}

.section-container {
    /*padding: 100px 0 0 0;*/
}

.section-header {
    margin: 0px 0px 16px 0px;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

/* width */
*::-webkit-scrollbar {
    width: 8px;
}

/* Track */
*::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 10px;
}

/* Handle */
*::-webkit-scrollbar-thumb {
    background: #00aeef;
    border-radius: 10px;
    opacity: 0.8;
}

/* Handle on hover */
*::-webkit-scrollbar-thumb:hover {
    opacity: 1;
}

.btn-primary {
  color: #fff;
  background-color: #2487b6;
  border-color: #2487b6;
  border: 0px;
  padding: 8px 16px;
  font-size: 16px;
}
.btn-primary:hover {
  color: #fff;
  background-color: #1d7098;
  border-color: #1d7098;
}
/* HEARDER - START */

.brand-logo img {
    width: 140px;
}

.c-header-btn {
    margin-left: 0rem;
    display: inline-flex;
    /*min-width: 215px;*/
    min-width: 130px;
    height: 50px;
    align-items: center;
    justify-content: center;
    background-image: linear-gradient(180deg, #4d4d81 0%, #2f2f59 100%);
    font-size: 14px;
    color: #ffffff!important;
    font-weight: bold;
    font-family: "Graphik Semibold";
    transition: 0.5s ease all;
    text-transform: uppercase;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
    outline: 2px solid #FFF;
    outline-offset: -2px;
    -webkit-transition: background 1s;
    transition: background 1s;
}

.c-header-btn:hover {
    color: #FFF!important;
/*    background-color: #FFF;*/
    outline: 2px solid #FFF;
    transform: scale(1.03);
    cursor: pointer;
    background-image: linear-gradient(180deg, #34345f 0%, #2f2f59 100%); /*linear-gradient(180deg, #208901 0%, #217a07 100%);*/ /*linear-gradient(180deg, #217a07 0%, #217a07 100%);*/
}


.c-white-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 145px;
    height: 60px;
    padding: 0 30px;
    background-color: #ffffff;
    /*border: 2px solid #00aeef;*/
    font-size: 14px;
    color: #00aeef;
    font-weight: bold;
    font-family: "Graphik Regular";
    transition: 0.5s ease all;
    text-transform: uppercase;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
    outline: 2px solid #00aeef;
    outline-offset: -8px;
    -webkit-transition: background 1s;
    transition: background 1s;
}
.c-white-btn:hover {
    background-color: #00aeef;
    outline: 2px solid #FFF;
    color: #FFF;
}
.header-wrapper {
    height: 146px;
    background-color: #FFF;
    display: block;
}

.header-menu-wrapper {
    position: fixed;
    z-index: 99;
    top: 0;
    left: 0;
    width: 100%;
    transition: top 0.3s;
    /*padding: 0px 16px;*/
    border-bottom: 1px solid 1px solid #e6e6d6;
    background: #FFF;
}
.header-menu-wrapper .navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, 1);
}

.header-menu-wrapper .navbar-light .navbar-nav .nav-link:hover {
    color: rgba(0, 0, 0, 0.7);
}
.fxPosition {
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 0px 6px 0px #ededed;
}

.snip1135 li,
.snip1135 a {
    position: relative;
}

.snip1135 li:before,
.snip1135 li:after,
.snip1135 a:before,
.snip1135 a:after {
    position: absolute;
    -webkit-transition: all 0.50s ease;
    transition: all 0.50s ease;
}

.snip1135 li:before {
    bottom: -6px;
    display: block;
    height: 3px;
    width: 0%;
    content: "";
    background-color: #2487b6;
    right: 0;
}

.snip1135 li:after {
    right: 0;
    top: 0;
    padding: 0.5em 0;
    position: absolute;
    content: attr(data-hover);
    color: #ffffff;
    white-space: nowrap;
    max-width: 0%;
    overflow: hidden;
}

.snip1135 li:hover:before,
.snip1135 .current li:before,
.snip1135 a:hover:before,
.snip1135 .current a:before {
    opacity: 1;
    width: 100%;
}

.sub-menu .snip1135 li:hover:before,
.sub-menu .snip1135 .current li:before,
.sub-menu .snip1135 a:hover:before,
.sub-menu .snip1135 .current a:before {
    opacity: 0;
    width: 100%;
}

.snip1135 li:hover:after,
.snip1135 .current li:after,
.snip1135 a:hover:after,
.snip1135 .current a:after {
    max-width: 100%;
}

.snip1135 a:before {
    bottom: 0;
    display: block;
    height: 1px;
    width: 0%;
    content: "";
    background-color: #2487b6;
    left: 0;
}
.snip1135 ul.sub-menu li.nav-item a:before {
    background-color: transparent!important;
    height: 0px!important;
}
.snip1135 a:after {
    left: 0;
    top: 0;
    padding: 0.5em 0;
    position: absolute;
    content: attr(data-hover);
    color: #ffffff;
    white-space: nowrap;
    max-width: 0%;
    overflow: hidden;
}
.product-megamenu ul.sub-menu {
  /*columns: 2;
  width: 600px !important;
  position: absolute !important;
  left: 0px !important;*/
}
.header-wrapper .primary-menu-container ul ul {
    display: none;
}
.header-wrapper .primary-menu-container ul li:hover > ul, .primary-menu-container ul li:hover ~ ul {
    display: grid; /*block;*/
}
.header-wrapper .primary-menu-container ul ul {
    display: none;
    position: absolute;
    top: 2.8em;
    left: 0;
    z-index: 99999;
    width: 200px;
    background: #fff;
    box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
    border-radius: 0px 5px 5px;
    list-style: none;
}
.header-wrapper .primary-menu-container ul ul.sub-menu li a{
    text-transform: capitalize !important;
    font-size: 14px !important;
    font-family: "Graphik Regular";
    font-weight: normal;
}
.header-wrapper .primary-menu-container ul ul.sub-menu li a:hover{
    background: #dff6fe;
    border-radius: 5px;
}
.header-wrapper .primary-menu-container ul li:hover > ul li:hover:before {
    display: none;
}
.header-wrapper .primary-menu-container ul li:hover > ul li:hover > a:hover:before {
    display: none;
}
.header-wrapper .primary-menu-container ul li.current-menu-ancestor:hover:before {
    opacity: 0;
    display: none;
}
.header-wrapper .primary-menu-container ul li.current-menu-ancestor:hover > ul li:before {
    opacity: 0;
    display: none;
}
.header-wrapper .primary-menu-container ul li.product-megamenu ul {
    z-index: 99999;
    background: #fff;
    box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.2);
    border-radius: 0px 5px 5px;
    /*display: grid;*/
    grid-template-columns: 1fr 1fr;
    gap: 0px 10px;
    list-style: none;
    padding: 10px 24px;
    margin: 0;
    white-space: nowrap;
    min-width: 560px;
}
.header-wrapper .primary-menu-container ul li.product-megamenu ul li a::before {
    content: ".";
    position: absolute;
    left: 0px;
    color: #00aeef;
    top: -13px;
    font-size: 30px;
    line-height: 45px;
}
.header-wrapper .primary-menu-container ul li.product-megamenu ul.sub-menu li a {
    padding-left: 18px;
    text-transform: capitalize !important;
    font-size: 14px;
    font-family: "Graphik Regular";
}
.header-wrapper .primary-menu-container ul li.product-megamenu ul.sub-menu li a:hover:before{
    content: ".";
    position: absolute;
    left: 5px;
    color: #00aeef;
    top: -13px;
    font-size: 30px;
    line-height: 45px;
    display: block;
    opacity: 1;
}
.header-wrapper .primary-menu-container ul li.product-megamenu ul.sub-menu li a:hover{
    background: #dff6fe;
    border-radius: 5px;
}

.header-wrapper .primary-menu-container ul ul.sub-menu li {
    width: 100%;
}

.company-registration-no {
  text-align: right;
  padding: 4px 8px;
  background: #2487b6;
  color: #FFF;
}
.company-registration-no .info-wrapper {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.company-registration-no .info-wrapper span{
    font-weight: bold;
    display: inline-block;
    margin-right: 6px;
}
.company-registration-no .info-wrapper:first-child {
  position: relative;
  margin-right: 16px;
}
.company-registration-no .info-wrapper:first-child::after {
  content: '|';
  position: absolute;
  right: -12px;
  top: -1px;
  font-weight: bold;
}
/* HEARDER - END */

/* Footer Start */
#footer{
    background-color: #f0f4f8!important;
    padding-top: 24px;
}
.footer-main li {
    font-family: "Graphik Regular" !important;
    font-size: 16px;
    line-height: 28px;
    color: #2e2e2e;
}

.footer-main p{
    font-family: "Graphik Regular";
    font-size: 16px;
}

.copyright-main {
    border-top: 1px solid #e0e0e0; /*1px solid #ecf2f6;*/
}

/* NEWS LETTER */
.tnp-subscription {
    /*font-size: 13px;*/
    display: block;
    margin: 15px auto;
    max-width: 500px;
    width: 100%;
}

/* Generic field wrapper */
.tnp-subscription div.tnp-field {
    margin-bottom: 10px;
    border: 0;
    padding: 0;
}

.tnp-subscription label {
    display: block;
    color: inherit;
    /*font-size: 14px;*/
    font-weight: 700;
    line-height: normal;
    padding: 5px;
    margin: 0;
}

.tnp-subscription input[type=text], 
.tnp-subscription input[type=email], 
.tnp-subscription input[type=submit], 
.tnp-subscription select {
    width: 100%;
    height: 50px;
    padding: 10px;
    display: block;
    border: 1px;
    border-color: #ddd;
    background-color: #f4f4f4;
    background-image: none;
    text-shadow: none;
    color: #444;
    font-size: 14px;
    line-height: 20px;
    margin: 0;
    line-height: normal;
    box-sizing: border-box;
}

.tnp-subscription input[type=checkbox], 
.tnp-widget input[type=radio] {
    max-width: 20px;
    display: inline-block;
}

/* Antireset - http://www.satollo.net/css-and-select-space-between-the-options-and-the-arrow */
.tnp-subscription select option {
    margin-right: 10px;
}

.tnp-subscription input.tnp-submit {
    background-color: #444;
    color: #fff;
    width: auto;
    height: auto;
    margin: 0;
}

@media all and (max-width: 480px) {
    .tnp-subscription input[type=submit] {
        width: 100%;
    }
}
#footer .tnp-field.tnp-field-email label {
    display: none;
}
#footer .tnp-email{
    height: 35px;
    border-bottom: 1px solid #000;
    background: #FFF;
}
#footer .tnp-subscription{
    position: relative;
}
#footer .tnp-subscription div.tnp-field .tnp-submit {
    position: absolute;
    right: 0;
    top: -10px;
    background: transparent;
    width: 35px;
    padding: 0px;
    height: 35px;
    text-indent: -99999px;
}
#footer .tnp-subscription div.tnp-field.tnp-field-button {
    margin-bottom: 0px;
    border: 0;
    padding: 0;
    position: absolute;
    top: 10px;
    right: 0px;
}
#footer .tnp-subscription div.tnp-field.tnp-field-button:after {
    content: "\f178";
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
/* Footer End */


/* Button CSS - Start */

.btn-container {
    padding: 5px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    width: 90px;
    height: 90px;
    background-color: #2487b6;
}

.white-btn .btn-container {
    background: #FFFF;
}

.white-btn .btn-container .btn.btn-outline-primary {
    background: #FFFF;
}

.white-btn .btn.btn-outline-primary {
    color: #00aeef;
}

.inside-border-blue {
    border: 1px solid #00aeef !important;
}

.inside-border-white {
    border: 1px solid white !important;
}

.btn.btn-outline-primary {
    color: #FFF;
    background-color: #2487b6;
    border-color: #2487b6;
    border-radius: 0;
    padding: 10px;
    height: 80px;
    width: 80px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 34px;
}

/* Button CSS - End */


/* Banner Wrapper - START */
.banner-main {
    background: #eeeee7; /*url(../images/banner-plain-bg.png);*/
    background-size: cover;
    background-repeat: no-repeat;
}
/*.banner-main .banner-right {
    background: url(../images/phrama-banner-1.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}*/
.banner-right{text-align: right;}
.banner-wrapper {
    max-height: 608px;
    position: relative;
    /*width: calc(100vw);*/
    /*left: -15px;*/
    height: 73%;
    overflow: hidden;
}

.banner-wrapper .banner-products {
    height: 100%;
}

.banner-wrapper .banner-bg {
    position: absolute;
    bottom: 0;
}

.banner-products {
    z-index: 99;
    position: relative;
}

@keyframes slideInFromTop {
    0% {
        transform: translateY(-100%);
    }
    100% {
        transform: translateY(0);
    }
}

@keyframes slideInFromLeft {
    0% {
        transform: translateX(-100%);
    }
    100% {
        transform: translateX(0);
    }
}

@keyframes slideInFromRight {
    0% {
        transform: translateX(100%);
    }
    100% {
        transform: translateX(0);
    }
}

#banner-pro-1 {
    margin-top: 20px;
}

.banner-pro-1 {
    animation: 1s ease-out 0s 1 slideInFromTop;
    width: 30%;
    left: 54%;
    position: relative;
    z-index: 99;
}

#banner-pro-2 {
    margin-top: 35px;
    display: inline-block;
    position: relative;
    left: 33%;
}

.banner-pro-2 {
    animation: 1s ease-out 0s 1 slideInFromLeft;
    max-width: 413px;
    position: relative;
    z-index: 99;
}

#banner-pro-3 {
    display: inline-block;
    position: relative;
    left: 41%;
}

.banner-pro-3 {
    animation: 1s ease-out 0s 1 slideInFromRight;
    max-width: 250px;
    position: relative;
    z-index: 99;
}

/* Banner Wrapper - END */
/* Benner New - Start */
.banner-inner img{ 
    display: none;
}
.banner-inner img.active{
    display: block;
    -webkit-animation: slide-down 3.3s ease-out;
    -moz-animation: slide-down 4.3s ease-out;
}
@keyframes slide-down {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}
/*@-webkit-keyframes slide-down {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-moz-keyframes slide-down {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}*/
/* Banner New - End */


/* Quote Container - Start */

.bg-man {
    background: #2487b6;
    background-repeat: no-repeat;
    background-size: cover;
}

.quote-container {
    padding: 16px;
    overflow: hidden;
    height: 100%;
    /*border-radius: 8px;*/
}
.quote-container p{
    margin-bottom: 0px;
}

.qoute-icon {
    margin-bottom: 10px;
}

.banner-bottom-blk-1 {
    min-width: 42.45%;
}

.banner-bottom-blk-2 {
    min-width: 17.6%;
}

.banner-bottom-blk-3 {
    min-width: 17.7%;
}

.banner-bottom-blk-4 {
    max-width: 22.2%;
}

/* Quote Container - End */

.bg-globe {
    background: #2487b6;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 22px;
}

.min-height {
    min-height: 220px;
}

.section-title h2 {
    font-family: Graphik Semibold;
    font-size: 25px;
    line-height: 29px;
    position: relative;
    padding-left: 100px;
    margin-bottom: 0;
    text-transform: uppercase;
}

.section-title h2:before {
    content: "";
    display: block;
    width: 80px;
    height: 3px;
    background: #2487b6;
    left: 0;
    top: 50%;
    position: absolute;
}

.section-title h2.text-right {
    padding-left: 0;
}

.section-title h2.text-right:before {
    right: 115px;
    left: auto;
}


/* Carousel CSS - Start */

.owl-carousel .owl-stage .owl-item:first-child {
    margin-left: 60px;
}

#owl-demo, #owl-pop-demo {
    max-height: 380px;
}

#owl-demo .item {
    background: #42bdc2;
    padding: 30px 0;
    margin: 10px;
    color: #FFF;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
}

.owl-item h3 a {
    color: #000;
    display: block;
    text-align: center;
}
.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    object-fit: cover;
    max-height: 250px;
    height: 100%;
}
.owl-prev,
.owl-next {
    padding: 10px 15px;
    font-size: 2rem;
    cursor: pointer;
}

.owl-prev:hover,
.owl-next:hover {
    background-color: #2487b6;
    color: #FFF;
}

.owl-prev {
    height: 30px;
    width: 30px;
    /*background-color: red;*/
}

.owl-next {
    height: 30px;
    width: 30px;
    /*background-color: red;*/
}

#category-scroll-section .owl-prev, #category-scroll-section .owl-next {
    height: 40px;
    width: 40px;
    padding: 0px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0px 2px;
}


/* Carousel CSS - End */


.fixed-content {
    max-width: 48%;
    padding: 0 15px;
}

.height-100vh {
    height: 100vh;
}

.left-blue-border, .right-blue-border {
    position: relative;
}

.right-blue-border:after {
    content: "";
    display: block;
    width: 3px;
    height: 100px;
    background: #2487b6;
    right: -16;
    top: 1%;
    position: absolute;
}

.right-blue-border:before {
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    background: #eeeeee;
    right: -15;
    top: 0;
    position: absolute;
}

.left-blue-border:after {
    content: "";
    display: block;
    width: 3px;
    height: 100px;
    background: #2487b6;
    left: -16;
    top: 1%;
    position: absolute;
}

.left-blue-border:before {
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    background: #eeeeee;
    left: -15;
    top: 0;
    position: absolute;
}
.order-1 p{ text-align:justify; }
/* mission -Start */
#mission, #vision {
    margin: 48px auto;
}
#mission p, #vision p {
  font-size: 24px;
  line-height: 32px;
  text-align: justify;
  font-weight: 500;
}
#mission .img-container img, #vision .img-container img{
    object-fit: cover;
    height: 100%;
    width: 100%;
}
/* Video Section - Start */
#distributors {
    background-image: url('../images/video-bg.png');
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position-y: 100%;
}

.video-container {
    max-width: 800px;
    margin: 0 auto;
    position: relative;
    text-align: center;
}

.play-btn-container {
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
    transform: translate(-50%, -50%);
    text-align: center;
}

/* Video Section - End */

/* Marquee Text - Start */
.marquee-wrapper {
    max-width: 100%;
    overflow: hidden;
    display: block;
    text-align: center;
}

.marquee {
    white-space: nowrap;
    overflow: hidden;
    display: inline-block;
    animation: marquee 10s linear infinite;
}

.marquee p {
    display: inline-block;
    color: #e3eaf1;
}

.marquee:hover p {
    cursor: pointer;
    color: #2487b6;
}

@keyframes marquee {
    0% {
        transform: translate3d(0, 0, 0);
    }
    100% {
        transform: translate3d(-50%, 0, 0);
    }
}

/* Marquee Text - End */
/* Footer - Start */
#footer ul {
    padding: 0;
    list-style: none;
}

#footer ul li a {
    color: #2e2e2e;
    display: block;
    margin: 5px 0;
}

#footer ul li a:hover {
    color: #00aeef;
}

.subscribe-inputbox input {
    padding: 5px 20px 5px 0;
    border-top: 0;
    border-right: 0;
    border-left: 0;
    border-bottom: 1px solid #000;
    width: 100%;
}

.subscribe-inputbox span {
    position: absolute;
    right: 0;
    top: 10px;
}


.subscribe-inputbox input:focus {
    outline: none;
}

.subscribe-inputbox input:focus, .subscribe-inputbox textarea:focus, .subscribe-inputbox keygen:focus, .subscribe-inputbox select:focus {
    outline-offset: 0;
    outline: none !important;
}

.social-icons li {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 43px;
    width: 43px;
    border-radius: 50%;
    transition: 0.5s ease all;
    border: 1px solid #2487b6;
    margin-right: 8px;
}

#footer .social-icons li > span, #footer .social-icons li > a {
    color: #2487b6;
    font-size: 18px;
}

.social-icons li:hover {
    background-color: #2487b6;
    border-radius: 50%;
    transform: translateY(-5px);
    cursor: pointer;
}

.social-icons li:hover > span, #footer .social-icons li:hover > a, .social-icons li:hover a {
    color: #FFFFFF;
}
a.icon-indiamart img {
    height: 24px;
}
/* Footer - End */


/* Banner Start */

.banner-main .banner-group-main {
    display: grid;
    grid-template-columns: repeat(auto-fill, 190px);
    grid-auto-rows: 1fr;
    justify-content: start;
}

.banner-group-main .banner-inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 190px;
    position: relative;
    /* border: 1px solid red;*/
    align-items: center;

}

.banner-group-main .banner-outer {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    position: relative;
    /*  border: 1px solid red;*/

}

.banner-2 {
    background-color: #FFF;
}

.banner-4 {
    background-image: linear-gradient(180deg, #2487b6 0%, #494983 100%); /*url('../images/blk-bg-1.png');*/
    background-size: cover;
    background-position: top center;
}

.banner-6 {
    background-image: linear-gradient(180deg, #2487b6 0%, #494983 100%); /*url('../images/blk-bg-3.png');*/
    background-size: cover;
    background-position: top center;
}

.banner-6 img {
    margin-left: -60px;
}

.banner-left h1 {
    font-size: 48px;
    line-height: 50px;
}

.banner-left p {
    font-size: 32px;
    line-height: 34px;
    color: #156d97;
}

.banner-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 180px;
    height: 46px;
    background-image: linear-gradient(180deg, #4d4d81 0%, #2f2f59 100%);
    font-size: 14px;
    color: #ffffff;
    border: none;
    font-family: "Graphik Semibold";
    letter-spacing: 0.06em;
}
.banner-btn:hover {
    background-image: linear-gradient(180deg, #34345f 0%, #2f2f59 100%);
    color: #FFF;
}
.banner-left .carousel-indicators {
    bottom: -60px;
    right: unset;
    margin-left: unset;
}

.banner-left .carousel-indicators li {
    opacity: 1;
    background-color: #FFF;

}

.banner-left .carousel-indicators li.active {
    background-color: #2487b6;
}

.banner-right img {
    max-height: 370px;
}

/******/
.carousel-fade .carousel-item {
  opacity: 0;
  transition-duration: 2.6s;
  transition-property: opacity;
}

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  opacity: 1;
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  opacity: 0;
}

.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-prev {
  transform: translateX(0);
  transform: translate3d(0, 0, 0);
}
/* Banner End */


/* Contact Curtain Form Start */
.overlay {
    height: 0%;
    width: 100%;
    position: fixed;
    z-index: 999;
    bottom: 0;
    left: 0;
    background-color: rgb(251, 251, 251);
    background-color: rgba(251, 251, 251, 1);
    overflow-y: hidden;
    transition: 0.5s;
}

.overlay-content {
    position: relative;
    min-height: 100%;
    align-items: end;
    display: flex;
}

.overlay a {
    padding: 8px;
    text-decoration: none;
    color: #000000;
    display: inline-block;
    transition: 0.3s;
    font-size: 16px;
}

.overlay a:hover, .overlay a:focus {
    color: #818181;
}

.overlay .closebtn {
    position: absolute;
    /*
    top: 20px;
    right: 45px;*/
    font-size: 60px;
    z-index: 9;
    top: -15px;
    right: 15px;
    font-family: "Graphik Light";
}


/* Contact Curtain Form End */

/*********************** About Page Start ***********************/
.about-banner-main {
    background-image: linear-gradient(to bottom right, transparent, #edf3f8 0%, #93adbe 100%);
}

.about-banner-main h2 {
    font-size: 60px;
    letter-spacing: 2px;
    color: #2e2e2e;
    margin: 0;
}

.about-content h2 {
    font-size: 38px;
    letter-spacing: 1px;
    color: #2e2e2e;
}

.about-content p {
    font-size: 16px;
    letter-spacing: 0px;
    line-height: 24px;
    color: #2e2e2e;
}

.about-instrument-main {
    background-color: #00adee;
}

.about-instrument-main h2 {
    font-size: 44px;
    letter-spacing: 1px;
    color: #ffffff;
}

.about-instrument-main p {
    font-size: 18px;
    letter-spacing: 0px;
    line-height: 24px;
    color: #ffffff;
}

.success-content-main p {
    font-size: 44px;
    line-height: 52px;
    letter-spacing: 1px;
    color: #2e2e2e;
    text-align: center;
}

.core-value-main {
    background-color: #f2f6f7;
}

.core-value-block h4 {
    font-size: 23px;
    color: #2e2e2e;
}

.core-value-block p {
    font-size: 20px;
    line-height: 28px;
    color: #2e2e2e;
}

.core-block-group {
    display: grid;
    grid-template-columns: repeat(auto-fill, 300px);
    grid-gap: 20px 0;
    grid-auto-rows: 1fr;
    transition: 0.5s ease all;
    justify-content: space-between;
}

.core-block-inner {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    text-align: center;
    align-items: center;
}

.core-block-inner h4 {
    font-size: 22px;
    line-height: 24px;
}

.core-block-inner p {
    font-size: 18px;
    line-height: 20px;
}

.core-block-inner .core-img-container {
    height: 150px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

/*********************** About Page End ***********************/

/*********************** Contact Page Start ***********************/
.form-container-main a, .form-container-main a:hover {
    color: #2487b6;
}

.text-decoration {
    text-decoration: underline !important;
}

.contact-left-section {
    background-color: #f0f4f8;
}

.contact-left-section h3 {
    font-size: 20px;
    line-height: 26px;
    letter-spacing: 1px;
    color: #2e2e2e;
}
.contact-left-section h3 a{
padding: 0px 0px;
font-size: 24px;
font-family: "Graphik Medium";
}
.contact-left-section h5 {
    font-size: 23px;
    letter-spacing: 0;
    color: #2e2e2e;
}

.contact-left-section .contact-detail-content {
    font-size: 16px;
    letter-spacing: 0px;
    line-height: 24px;
    color: #2e2e2e;
}

.contact-right-section h2 {
  font-size: 32px;
  letter-spacing: 0em;
  color: #2e2e2e;
  margin-bottom: 16px;
  line-height: 38px;
}

.contact-right-section p {
    font-size: 18px;
    color: #2e2e2e;
    font-weight: 500;
}

.c-input {
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid #000000;
  height: 42px;
  align-items: center;
  display: inline-flex;
  width: 100%;
  padding: 5px;
  margin-bottom: 12px;
  background: transparent;
}

.c-textarea {
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid #000000;
    display: inline-flex;
    width: 100%;
    padding-bottom: 10px;
    background: transparent;
}

.c-input:focus, .c-textarea:focus {
    outline: none;
}

.c-input::placeholder, .c-textarea::placeholder {
    color: #000000;
    font-family: "Graphik Regular";
    font-size: 14px;
}

.country-slider-main {
    background-image: url('../images/contactus-blue-map.png');
    background-size: cover;
    background-position: top center;
}


.country-slider-main .section-title h2 {
    font-family: Graphik Semibold;
    font-size: 25px;
    line-height: 29px;
    position: relative;
    padding-left: 100px;
    margin-bottom: 0;
    color: #FFFFFF;
}

.country-slider-main .section-title h2:before {
    content: "";
    display: block;
    width: 80px;
    height: 3px;
    background: #FFFFFF;
    left: 0;
    top: 50%;
    position: absolute;
}

.country-slider-main span {
    font-size: 96px;
}

textarea {
    resize: none;
}

/*********************** Contact Page End ***********************/


/*********************** Distributor Page Start ***********************/
.distributor-banner-content h2 {
    font-size: 48px;
    letter-spacing: 1px;
    color: #2e2e2e;
    font-weight: 500;
}

.distributor-banner-content p {
    font-size: 20px;
    line-height: 28px;
    color: #2e2e2e;
}

.distributor-block-group {
    display: grid;
    grid-template-columns: repeat(auto-fill, 350px);
    grid-gap: 20px 0;
    grid-auto-rows: 1fr;
    transition: 0.5s ease all;
}

.distributor-block-inner {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    height: 100%;
    text-align: center;
    align-items: center;
    background-color: #ffffff;
    border: 1px solid #dbeff9;
}

.distributor-block-inner img {
    width: 80px;
    margin: 0 auto;
}

.distributor-block-inner p {
    font-size: 20px;
    color: #2e2e2e;
    font-weight: 500;
    margin-top: 15px;
}

.contact-information-main {
    background-color: #f3f7fa;
}

/*********************** Distributor Page End ***********************/

/*********************** Infrastructure Page Start ***********************/
.infra-banner-content-main .banner-content h2 {
}

.infra-banner-content-main .banner-content p {
}

.only-india-main {
    background-color: #e3eaf1;
}


.served-block-group {
    display: grid;
    grid-template-columns: repeat(auto-fill, 270px);
    grid-gap: 2px;
    grid-auto-rows: 1fr;
    transition: 0.5s ease all;
    justify-content: start;
}
.served-block-group .col-12{
    background-color: #FFF;
}
.served-block-inner {
    display: flex;
    flex-direction: column;
    height: 100%;
    text-align: left;
    background: #FFFFFF;
}

.served-block-inner h4 {
    font-size: 40px;
    letter-spacing: 1px;
    color: #00aeef;
    font-weight: 500;
}

.served-block-inner p {
    font-size: 18px;
    letter-spacing: 0px;
    color: #2e2e2e;
    font-weight: 500;
    margin: 0;
    font-family: "Graphik Medium";
}

.served-left-block {
    background-image: url('../images/infrastructure/only-in-india.png');
    background-size: cover;
}

.served-left-block {
    display: flex;
    align-items: end;
}

.served-left-block h5 {
    font-size: 40px;
    margin: 0;
    letter-spacing: 1px;
    color: #ffffff;
    font-family: "Graphik Semibold";
}

.inside-panam-main .served-block-group {
    display: grid;
    grid-template-columns: repeat(auto-fill, 399px);
    grid-gap: 20px;
    grid-auto-rows: 1fr;
    transition: 0.5s ease all;
    justify-content: space-between;
}

.inside-panam-main .served-block-inner {
    display: flex;
    flex-direction: column;
    height: 335px;
    text-align: left;
    background: #e3eaf1;
}

.testing-standard .test-items span {
    height: 33px;
    width: 33px;
    border-radius: 50%;
    background-color: #04afef;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    margin-right: 15px;
}
.testing-standard h3{
    line-height: 36px;
}
.testing-standard p{
    font-size: 14px;
    line-height: 18px;
}
.testing-standard li{
    font-family: "Graphik Regular";
}
.industries-serve-main .industry-block {
    overflow: hidden;
    position: relative;
}

.industries-serve-main .industry-block img {
    transition: 0.5s ease all;
    width: 100%;
}

.industries-serve-main .industry-block:hover > img {
    transform: scale(1.2);
}

.industries-serve-main .industry-title {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 43px;
    display: inline-flex;
    align-items: center;
    justify-content: center;

    background-color: #04afef;
}

.industries-serve-main .industry-title p {
    margin: 0;
    color: #FFFFFF;
}

/*********************** Infrastructure Page End ***********************/

/*********************** Certificates Page Start ***********************/
.certificate-tab {
    background-color: #2b2b2b;
}

.certificate-tab li a {
    color: #FFFFFF;
    padding: 15px 30px;
}

.certificate-tab .active {
    background-color: #00aeef !important;
    border-radius: 0;
    position: relative;
}

.certificate-tab .active:after {
    content: '';
    position: absolute;
    bottom: -10px;
    right: 0;
    left: 0;
    margin: 0 auto;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 10px solid #00aeef !important;
}

.media-29101 img {
    transition: 0.5s ease all;
}

.media-29101 img:hover {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1) !important;

}

.certificate-slide .click-to-zoom {
    transition: 0.3s ease all;
    display: none;
}

.certificate-slide:hover .click-to-zoom {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: inline-block;
}
/*********************** Certificates Page End ***********************/

/*********************** Product Category Page Start ***********************/

.card-header[aria-expanded="true"] {
    color: #00aeef;
    background-image: url("../images/product-category/down-arrow.png");
    background-repeat: no-repeat;
    background-position: 95%;
}

.card-header[aria-expanded="false"] {
    background-color: transparent;
    color: #2e2e2e;
    background-image: url("../images/product-category/right-arrow.png");
    background-repeat: no-repeat;
    background-position: 95%;
}

.product-category-main .card {
    border-bottom: 1px solid #ccc;
    border-top: none;
    border-right: none;
    border-left: none;
    background-color: #FFFFFF;
    border-radius: 0;
    font-size: 18px;
    line-height: 20px;
    cursor: pointer;
}

.product-category-main .category-list li {
    position: relative;
    color: #2e2e2e;
    transition: 0.5s ease all;
    margin: 15px 0;
    font-size: 16px;
    line-height: 18px;
    font-family: "Graphik Regular";
}

.product-category-main .category-list li:hover {
    padding-left: 30px;
    cursor: pointer;
    color: #00aeef;
}

.product-category-main .category-list li:hover::after {
    content: '';
    position: absolute;
    left: 0;
    top: 8px;
    width: 20px;
    height: 2px;
    background-color: #00aeef;
}

.product-category-main .category-list li.active {
    color: #00aeef;
    padding-left: 30px;
}

.product-category-main .category-list li.active::after {
    content: '';
    position: absolute;
    left: 0;
    top: 8px;
    width: 20px;
    height: 2px;
    background-color: #00aeef;
}

.product-category-main .product-category-block-inner {
    display: flex;
    flex-direction: column;
    height: 360px;
    text-align: left;
    background: #FFFFFF;
    border: 1px solid #ececec;
    align-items: center;
    justify-content: center;
    transition: 0.5s ease all;
}

.product-category-block-group:hover p {
    color: #00aeef;
}

.product-category-main .product-category-block-inner:hover {
    border: 1px solid #00aeef;
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1);
}

/*********************** Product Category Page End ***********************/

/*********************** Product Detail Page End ***********************/

.product-detail-left {
    height: 100%;

}

.product-detail-right {
    font-size: 16px;
    line-height: 24px;
    color: #2e2e2e;
    font-family: "Graphik Regular";
}

.product-detail-right li {
}

.product-trademark img {
    width: 40px;
    height: 40px;
}

.download-btn {
    width: 265px;
    height: 70px;
    background-color: #f3f7fa;
    font-size: 14px;
    color: #00aeef;
    font-weight: bold;
}
.download-icon{
    font-size: 72px;
    margin-right: 16px;
}
.enquire-btn {
    width: 249px;
    height: 70px;
    background-color: #00aeef;
    font-size: 14px;
    color: #ffffff;
    font-weight: bold;
}

.other-fittings-main {
    background-color: #f3f7fa;
}

.other-fittings-main .fitting-block-group p {
    font-size: 15px;
    color: #2e2e2e;
    font-family: "Graphik Regular";
}

.other-fittings-main .fitting-block-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 200px;
    width: 200px;
    text-align: center;
    background: #FFFFFF;
    border: 1px solid #ececec;
    padding: 30px;
}

.product-list .dot{
    display: inline-block;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    background-color: #00aeef;
}

.product-list li{
    font-size: 15px;
    line-height: 23px;
    color: #2e2e2e;
    font-family: "Graphik Regular";
}

/*********************** Product Detail Page End ***********************/


/*Media Query Start*/

.modal-body .media-29101 a {
    display: block;
}

.modal-body .media-29101 .certificate {
    width: 300px !important;
    height: 350px !important;
    margin: 0 auto;
}


.modal-body .owl-item {
    width: 300px !important;
    height: 350px !important;
    margin: 0 auto;
}

.owl-prev {
    height: 30px;
    width: 30px;
    /*background-color: red;*/
}

.owl-next {
    height: 30px;
    width: 30px;
    /*background-color: red;*/
}

.gallery-thumbs .swiper-slide{
    background-color: #f3f7fa;
    border: 1px solid #ececec;
}

.gallery-thumbs .swiper-slide-active{
    border: 1px solid #00aeef !important;
}
.gallery-thumbs .swiper-slide:hover{
    border: 1px solid #00aeef !important;
}

.gallery-thumbs .swiper-slide img{
    width: 50px;
}
.gallery-top .swiper-slide{
    border: 1px solid #ececec !important;
}

.product-tbl-container table {
  border-collapse: collapse;
  width: 100%;
}
.product-tbl-container table th, .product-tbl-container table td {
  padding: 8px;
}
.product-tbl-container table th {
  background-color: #2487b6;
  color: #FFF;
}
.product-tbl-container table td:first-child {
    width: 6%;
}
.product-tbl-container table td:nth-child(2) {
  width: 20%;
  font-family: "Graphik Medium";
}
.product-tbl-container table td:nth-child(3) {
  width: 35%;
}
.product-tbl-container table td:nth-child(4) {
  width: 15%;
}
.product-tbl-container table td ul {
  padding: 0px;
  list-style: none;
  margin-bottom: 0px;
}
.product-tbl-container table td ul li {
  margin: 4px 0px;
}
@media screen and (max-height: 450px) {
    .overlay {
        overflow-y: auto;
    }

    .overlay a {
        font-size: 20px
    }

    .overlay .closebtn {
        font-size: 40px;
        top: 15px;
        right: 35px;
    }
}

@media screen and (max-width: 767px) {

    .height-100vh {
        height: auto !important;
    }

    .f-36 {
        font-size: 26px;
        line-height: 30px;
    }

    .served-block-group {
        justify-content: center;
        grid-template-columns: repeat(auto-fill, 100%);
    }

    .inside-panam-main .served-block-group {
        grid-template-columns: repeat(auto-fill, 100%);
        justify-content: center;
    }

    .distributor-banner-content h2 {
        font-size: 30px;
    }

    .distributor-banner-content p {
        font-size: 16px;
        line-height: 22px;
    }

    .overlay .closebtn {
        top: 0;
        right: 15px;
        padding: 0;
    }

    .overlay-content .form-container-main {
        height: 100vh;
        overflow-y: scroll;
        padding-top: 50px;
    }

    .contact-left-section h3, .contact-right-section h2 {
        font-size: 30px;
    }

    .about-content h2 {
        font-size: 22px !important;
        line-height: 24px;
    }

    .about-banner-main h2 {
        font-size: 36px !important;
    }

    .about-instrument-main h2 {
        font-size: 24px !important;
        line-height: 26px;
    }

    .success-content-main p {
        font-size: 24px !important;
        line-height: 30px;
    }

    .brand-logo img {
        width: 50%
    }

    .banner-group-main {
        display: none !important;
    }

    .banner-left h1 {
        font-size: 28px;
        line-height: 32px;
    }

    .banner-left p {
        font-size: 22px;
        line-height: 24px;
    }

    .banner-left .banner-btn {
        min-width: 150px;
        height: 45px;
    }

    .banner-left .carousel-indicators {
        bottom: -50px;
    }

    .section-title h2 {
        font-size: 18px;
        line-height: 22px;
        padding-left: 70px;
    }

    .section-title h2:before {
        width: 50px;
    }

    .section-header {
        padding: 15px 0;
    }

    .certificate-tab {
        white-space: nowrap;
        overflow: auto;
        flex-wrap: unset !important;
        background-color: transparent !important;
    }

    .certificate-tab li {
        background-color: #2b2b2b;
    }

    .certificate-tab .active:after {
        display: none !important;
    }

    .certificate-tab::-webkit-scrollbar {
        height: 8px;
        margin-top: 5px;
    }

    /* Track */
    .certificate-tab::-webkit-scrollbar-track {
        box-shadow: inset 0 0 5px grey;
        border-radius: 10px;
        margin-top: 5px;
    }

    /* Handle */
    .certificate-tab::-webkit-scrollbar-thumb {
        background: #00aeef;
        margin-top: 5px;
        border-radius: 10px;
    }
}

@media screen and (max-width: 1024px) {


    .other-fittings-main .fitting-block-inner{
        height: 150px;
        width: 150px;
    }

    .pt-110 {
        padding-top: 68px;
    }

    .snip1135 li a {
        font-size: 10px !important;
    }

}

@media screen and (min-width: 768px) {

    .content {
        padding: 7rem 0;
    }

    .product-detail-left{
        position: sticky;
        min-height: 400px;
        top: 110px;
    }

    .gallery-thumbs, .gallery-top{
        min-height: 400px;
    }


    .served-block-inner-a:after {
        content: '';
        position: absolute;
        right: -4px;
        bottom: -4px;
        height: 6px;
        width: 6px;
        background-color: #00aeef;
        z-index: 9;
    }

    .served-block-inner-b:after {
        content: '';
        position: absolute;
        right: -4px;
        bottom: -4px;
        height: 6px;
        width: 6px;
        background-color: #00aeef;
        z-index: 9;
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .distributor-block-group {
        grid-template-columns: repeat(auto-fill, 240px);
        grid-gap: 0;
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {

    .served-block-group {
        justify-content: center;
        grid-template-columns: repeat(auto-fill, 152px);
    }

    .served-block-inner h4 {
        font-size: 26px;
    }

    .served-block-inner p {
        font-size: 14px;
    }

    .served-left-block h5 {
        font-size: 28px;
    }

    .inside-panam-main .served-block-group {
        grid-template-columns: repeat(auto-fill, 150px);
        justify-content: center;
    }

    .inside-panam-main .served-block-inner {
        height: 150px;
    }

    .social-icons li {
        height: 32px;
        width: 32px;
    }

    .contact-left-section h3, .contact-right-section h2 {
        font-size: 18px;
    }

    .contact-right-section p, .contact-left-section h5 {
        font-size: 14px;
    }

    .contact-left-section .contact-detail-content {
        font-size: 12px;
        line-height: 18px;
    }

    .about-content h2 {
        font-size: 22px !important;
        line-height: 24px;
    }

    .about-content p {
        font-size: 14px !important;
        line-height: 18px;
    }

    .about-banner-main h2 {
        font-size: 52px !important;
    }

    .about-instrument-main h2 {
        font-size: 22px !important;
        line-height: 24px;
    }

    .about-instrument-main p {
        font-size: 14px !important;
        line-height: 18px;
    }

    .success-content-main p {
        font-size: 24px !important;
        line-height: 36px;
    }

    .banner-main {
        min-height: 240px;
    }

    .banner-main .banner-group-main {
        grid-template-columns: repeat(auto-fill, 120px);
    }

    .banner-group-main, .banner-inner {
        height: 120px !important;
    }

    .banner-group-main, .banner-outer {
        height: 120px !important;
    }

    .banner-left h1 {
        font-size: 28px;
        line-height: 30px;
    }

    .banner-left p {
        font-size: 14px;
        line-height: 16px;
    }

    .banner-left .banner-btn {
        min-width: 150px;
        height: 40px;
        font-size: 12px;
    }

    .product-category-main .product-category-block-inner {
        height: auto !important;
        padding: 30px;
    }

}
@media screen and (min-width: 1024px) and (max-width: 1280px) {
    .served-block-group {
        justify-content: center;
        grid-template-columns: repeat(auto-fill, 205px);
    }

    .inside-panam-main .served-block-group {
        grid-template-columns: repeat(auto-fill, 205px);
        justify-content: center;
    }

    .inside-panam-main .served-block-inner {
        height: 205px;
    }
}
@media screen and (min-width: 1025px) and (max-width: 1280px) {
    .header-menu-wrapper .navbar-light .navbar-nav .nav-link{
        font-size: 16px;
        padding: 8px 16px;
    }
    .distributor-block-group{
        grid-template-columns: repeat(auto-fill, 327px);
    }
    .distributor-block-inner p{
        font-size: 18px;
    }
    .served-block-group{
        grid-template-columns: repeat(auto-fill, 254px);
    }
    .inside-panam-main .served-block-group{
        grid-template-columns: repeat(auto-fill, 370px);
    }
    .core-block-group{
        grid-template-columns: repeat(auto-fill, 280px);
    }
    .banner-group-main .banner-outer{
        min-height: 220px;
    }
}
@media screen and (min-width: 1024px) and (max-width: 1199px) {
    .distributor-block-group {
        display: grid;
        grid-template-columns: repeat(auto-fill, 300px);
        grid-gap: 20px 0;
        grid-auto-rows: 1fr;
        transition: 0.5s ease all;
    }

    .core-block-group {
        grid-template-columns: repeat(auto-fill, 220px);
    }

    .core-block-inner h4 {
        font-size: 16px;
        line-height: 20px;
    }

    .core-block-inner p {
        font-size: 14px;
        line-height: 16px;
    }

    .about-banner-main h2 {
        font-size: 92px;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1440px;
        padding: 0 60px;
    }

    .header-main {
        padding: 10px 60px;
    }

    .snip1135 li {
        margin-right: 6px;
    }
}


/*Media Query End*/


/*@media screen and (max-width: 1023px){
    .side-thumbs{
        position: relative;
        overflow: hidden;
    }
}

@media screen and (min-width: 1024px){
    .side-thumbs {
        position: absolute;
        top: 40%;
        left: -32%;
        overflow: hidden;
        height: 80px;
        min-height: 80px;
        transform: rotate(90deg) !important;
    }
    .side-thumbs-img{
        transform: rotate(-90deg) !important;
    }
}

.swiper-button-white:after{
    display: none;
}*/

.gallery-thumbs {
    float: left;
    width: calc(16% - 20px);
    height: 280px;
    margin-right: 20px;
}

.gallery-thumbs .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    cursor: pointer;
}

.gallery-thumbs .swiper-slide-active {
    border: 1px solid grey;
}

.gallery-thumbs .swiper-slide:hover {
    border: 1px solid grey;
}

.gallery-top {
    float: right;
    width: 84%;
    height: 280px;
}

.gallery-top .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    border: 1px solid grey;
}
.counts-blk{
    border-top: 1px solid #e6e6d6;
}
.count-box {
    border-right: 1px solid #82b9d0;
}
.count-box:last-child {
    border-right: 0px;
}
#count-container{
    height: 100%;
    /*border-right: 1px solid #c1c1c1;
    padding-left: 16px;*/
}
#count-container span:first-child
 {
    color: rgb(36, 135, 182);
    font-size: 28px;
    line-height: 100%;
}
.download-text{
    height: 100%;
    /*border: 1px solid #f0f4f8;*/
    text-align: right;
    display: flex;
    align-items: center;
    padding: 24px;
    justify-content: center;
    /*background: #f0f4f8;*/
}
#count-container.bg-blue, #count-container.bg-purple, .download-text.bg-purple{
    padding: 16px;
    color: #FFF;
    /*border-radius: 8px;*/
}
.mx-width-box {
  max-width: 170px;
}