.itopplus-background {

}
body {
  font-size: 16px;
  overflow-x: hidden;
  color: #181818;
  font-family: "LINE Seed Sans TH";
}
a {
    color: #181818;
}
a:hover {
    color: #4990e2;
}
b, strong {
    font-weight: 600;
}
.itopplus-bg {
    background-image: url("https://itp1.itopfile.com/ImageServer/z_itp_05012024k6y9/0/0/1z-z1602176056344.webp");
    background-attachment: fixed;
    background-size: cover;
    background-position: bottom;
}

.itopplus-bg2 {
  background-image: url("https://itp1.itopfile.com/ImageServer/z_itp_05012024k6y9/0/0/2z-z366526085964.webp");
}

.itopplus-bg3 {
  background-image: url("https://itp1.itopfile.com/ImageServer/z_itp_05012024k6y9/0/0/3z-z1727274936588.webp");
}

.navbar-default .navbar-nav > li > a {
  font-size: 1em;
  color: #181818;
  margin: 0 0px;
  padding: 8px 15px;
  border-radius: none;
}

.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:active,
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:hover {
  color: #35b9e9 !important;
  box-shadow: none;
  border-color: transparent;
  background: transparent;
  background-color: transparent;
}

.dropdown-menu > li > a {
  font-size: 1.2em;
  color: #181818;
  padding: 8px 15px;
}

.no-js .dropdown-menu > li > a:focus,
.no-js .dropdown-menu > li > a:hover {
  color: #fff;
  background: #35b9e9;
}

@media screen and (max-width: 992px) {
  #controlBanner img {
    position: fixed;
    top: 10px;
    left: 10px;
    width: 45px !important;
    z-index: 10000;
  }

  #nav-menu,
  #ItopplusMainSidebar > div {
    background: #fff !important;
  }

  #itpMenuSideBar span {
    background-color: #181818 !important;
  }

  #controlMenu * {
    color: #181818 !important;
    border: none;
  }
}

@media screen and (min-width: 1024px) {
  .itopplus-banner .container {
    display: grid;
    grid-template-columns: 20% auto;
    align-items: center;
  }

  .no-js .itopplus-banner {
    position: sticky;
    top: 0;
    z-index: 110;
  }

  .itopplus-banner {
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    transition: 0.3s;
  }

  .itopplus-sticky {
    background: #fff !important;
  }
    #controlBanner {
        object-fit: contain;
        padding: 15px 0;
        width: 45%;
        margin: 0 auto;
    }

  #nav-menu {
    display: grid;
    justify-content: end;
    background: transparent;
    min-height: auto;
  }

  .itp-block {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: space-evenly;
    height: 100%;
  }

  .itopplus-search {
    text-align: right;
    color: #181818;
    width: 20vw;
  }
}





/**/
.h1, h1 {
    font-size: 2.8em;
    font-weight: 600;
}
.h2, h2 {
    font-size: 2.45em;
    font-weight: 600;
}
.h3, h3 {
    font-size: 1.85em;
    font-weight: 600;
}
.h4, h4 {
    font-size: 1.2em;
    font-weight: 600;
}
.h5, h5 {
    font-size: 1.1em;
}
.boderedlayoutClient {
    border-top: 0px dashed transparent;
    border-left: 0px dashed transparent;
    border-right: 0px dashed transparent;
    border-bottom: 0px dashed transparent;
}
ol, ul {
    margin-top: 10px;
    margin-bottom: 10px;
}
/**/




/*header*/
.header-block {
    display: grid;
    grid-template-columns: 32% auto;
    align-items: center;
    gap: 10px;
}
.header-icon {
    display: flex;
    gap: 10px;
}
.tel-contact {
    display: grid;
    grid-template-columns: 35px auto;
    justify-content: start;
    gap: 7px;
    align-items: center;
    border: 1px solid;
    border-radius: 50px;
    padding: 3px;
    font-size: 0.9em;
    background: transparent;
    color: #181818;
    transition: 0.5s;
}
.tel-contact:hover {
    background: #ffd54f;
}
/*header*/



/*footer*/
.itopplus-footer {
    font-size: 14px;
}
.itopplus-footer h4 {
    margin: 0px 0 15px;
    font-weight: 600;
    font-size: 1.1em;
}
.itopplus-footer h3 {
    font-weight: 400;
    margin: 0;
}
.itopplus-footer a {
    color: #fff;
}
.itopplus-footer a:hover {
    color: #ffd54f;
}
.footer-pd1 {
    padding: 0 0 0 10%;
}
.footer-contact {
    display: grid;
    gap: 10px;
    grid-template-columns: 30px auto;
    align-items: center;
    margin-bottom: 10px;
}
.qr-code {
    width: 40%;
    margin: 0 auto;
}
.icon-img {
    transition: 0.5s;
}
.icon-img:hover {
    transform: scale(1.1);
}
.copy-right {
    font-size: 0.9em;
    text-align: center;
    padding: 5px 0;
}
.ITPcookiebar {
    width: 100% !important;
}
.buttonExampleSite {
    border: 1px solid #4990e2 !important;
    color: #4990e2 !important;
    font-family: "LINE Seed Sans TH" !important;
}
.buttonExampleSite:hover {
    background: #4990e2 !important;
    color: #ffffff !important;
}
.ITP-pdpa-template-titleFont {
    font-size: 1.2em !important;
    padding-bottom: 0rem !important;
    font-weight: 600 !important;
}
.ITP-pdpa-template-contentFont {
    font-size: 1em !important;
}
.itpPDPALandingPage {
    padding: 6% 2% 2%;
}
/*footer*/



/*หน้าแรก*/
.padding-pd {
    padding: 2%;
}
.about-us {
    padding: 5% 0;
}
.about-us h2 {
    color: #454545;
    margin: 0;
}
.about-us h3 {
    color: #454545;
    font-weight: 400;
    margin: 10px 0 40px;
}
.about-us h4 {
    color: #9b9b9b;
    font-family: "Bebas Neue", serif;
    margin: 30px 0 0;
}
.about-us h1 {
    color: #4990e2;
    margin: 15px 0 20px;
}
figure.effect-selena {
    background: transparent;
}
.menu-align {
    padding: 5% 0 2%;
}
.menu-align2 {
    padding: 5% 0 2%;
    text-align: center;
}
.menu-align h1 , .menu-align2 h1 {
    color: #4990e2;
    margin: 15px 0 0;
}
.menu-align h4 , .menu-align2 h4 {
    font-family: "Bebas Neue", serif;
    color: #9b9b9b;
    font-weight: 400;
    margin: 0;
}
.service-name {
    white-space: pre-line;
    text-align: center;
    padding: 5% 0;
}
.thumbs .imageWidth.imageGallery {
    transform: scale(1.0);
    transition: 0.5s;
}
.thumbs .imageWidth.imageGallery:hover {
    transform: scale(1.1);
}
.thumbs .imgLightbox {
    border-radius: 20px;
    position: relative!important;
    overflow: hidden!important;
    width: 100%!important;
}
.quote-bg {
    white-space: pre-line;
    background: rgba(53, 185, 233, .9);
    color: #fff;
    width: 40%;
    float: right;
    padding: 5%;
    font-size: 1.3em;
    line-height: 1.5;
    text-align: center;
}
.symbol1 {
    margin-bottom: -20px;
}
.symbol2 {
    margin-top: 20px;
    margin-bottom: -40px;
}
.symbol1 h1 , .symbol2 h1 {
    font-family: "Archivo", serif;
    text-shadow: 1px 1px 1px #ffffff, -1px -1px 0 #ffffff, 1px -1px 0 #ffffff, -1px 1px 0 #ffffff, 0px 0px 0 #ffffff;
    color: rgba(53, 185, 233, .9);
    font-size: 5em;
}
.product-name {
    display: grid;
    grid-template-columns: auto 23%;
    align-items: center;
    padding: 7% 0;
}
.product-text {
    padding: 0 20% 0 1%;
}
.btn-view {
    background: transparent;
    color: #181818;
    border: 1px solid #35b9e9;
    border-radius: 50px;
    padding: 5px 15px;
    font-size: 0.9em;
    width: 100%;
    transition: 0.5s;
}
.btn-view:hover , .thumbs:hover .btn-view{
    background: #35b9e9;
    color: #fff;
    border: 1px solid #35b9e9;
}
.step-block {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.step-block-img1 , .step-block-img2 {
    display: grid;
    gap: 10px;
    text-align: center;
}
.step-block-img1 {
    grid-template-columns: repeat(6, 1fr);
}
.step-block-img2 {
    width: 83%;
    grid-template-columns: repeat(5, 1fr);
}
.step-icon {
    white-space: pre-line;
    font-size: 0.9em;
    padding: 0 0 30%;
    transition: 0.5s;
}
.step-icon:hover {
    transform: scale(1.1);
}
.step-icon img {
    width: 80% !important;
    margin: 0 auto 30px;
}
.cer-header h1 {
    color: #4990e2;
    margin: 0;
}
.cer-header h3 {
    font-weight: 400;
    margin: 5px 0 0;
    font-size: 2.2em;
}
#slider67b57a23f399d90013b0a981 {
    width: 90%;
    float: right;
}
/*หน้าแรก*/



/*บทความ*/
.col-section {

}
article.col-md-6.item.-micro {
    width: 25%;
}
.Contentmanager .site .col-section .item.-micro {
    padding: 10px 10px 10px;
}
.Contentmanager .site .col-section .item.-micro:nth-child(odd) {
    border-right: solid 0px #e8e6e8;
    border-bottom: solid 0px #e8e6e8;
}
.Contentmanager .site .col-section .item.-micro:nth-child(even) {
    border-bottom: solid 0px #e8e6e8;
}
.Contentmanager .site .col-section .item.-micro a .image {
    width: 100%;
    border: 0px solid #eee;
    border-radius: 20px 20px 0 0;
}
.Contentmanager .site .col-section .item.-micro a .caption {
    width: 100%;
    padding-left: 0;
    padding: 7%;
    background: #35b9e9;
    border-radius: 0 0 20px 20px;
    transition: 0.5s;
}
.Contentmanager .site .col-section .item.-micro:hover .caption {
    background: #181818;
}
.Contentmanager .site .col-section .item.-micro a .caption .title {
    font-size: 1em;
    font-weight: 400;
    color: #ffffff;
    padding: 0% 0%;
    text-align: center;
    height: 40px;
    margin-bottom: 0;
}
.Contentmanager .site .col-section .item.-micro a:hover .caption .title {
    color: #fff;
}
.Contentmanager .site .col-section .item.-micro a .post {
    display: none;
}
.Contentmanager .site .col-section .item.-micro a .caption .time {
    text-align: center;
    display: none;
}
h3.managerHeader {
    font-size: 2em;
    font-weight: 600;
    color: #0a0a0a;
    text-align: center;
}
#Contentmanager .post-time {
    display: none;
}
.page-header {
    border-bottom: 0px solid #eee;
}
.col-md-6.pull-left {
    padding: 0;
    width: 50%;
    margin: 0 4% 0 0;
}
.col-md-6.pull-right {
    padding: 0;
    width: 50%;
    margin: 0 0 0 4%;
}
.Textmanager.font-inherit {
    text-align: left;
    display: flow-root;
}
.Textmanager.font-inherit h4 {
    font-weight: 600;
    margin: 25px 0 5px;
    line-height: 1.3;
}
.Textmanager.font-inherit h3 {
    font-weight: 600;
    margin: 10px 0 10px;
    font-size: 1.4em;
    color: #282828;
}
.Textmanager.font-inherit p {
    margin: 0 0 0px;
}
.Textmanager.font-inherit strong {
    font-weight: 600;
}
.contenemanager-gallery .col-xs-12.col-md-3, .Contenemanager-gallery .col-xs-6.col-md-3 {
    padding: 0px 10px;
}
.contenemanager-gallery .thumbnail, .Contenemanager-gallery .thumbnail {
    padding: 0px;
    border: 0px solid #eee;
    border-radius: 20px;
    transition: 0.3s;
}
.Contenemanager-gallery .thumbnail:hover, .contenemanager-gallery .thumbnail:hover {
    transition: 0.3s;
}
.Contenemanager-gallery .thumbnail, .img-thumbnail, .contenemanager-gallery .thumbnail, .img-thumbnail {
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .075);
    box-shadow: 0 0 0 rgba(0, 0, 0, .075);
    border-radius: 20px;
    transform: scale(1.0) !important;
}
#Contentmanager img.img-responsive {
    border-radius: 20px;
    position: relative !important;
    overflow: hidden !important;
    width: 100% !important;
    transition: 0.5s;
}
#Contentmanager img.img-responsive:hover {
    transform: scale(1.1);
}
a.thumbnail:hover,a.thumbnail:focus,a.thumbnail.active {
    border-color: transparent;
}
#Contentmanager .thumbnail {
    background-color: #fff;
    position: relative !important;
    overflow: hidden !important;
    border: 1px solid #eee;
    padding: 0px !important;
    box-shadow: none !important;
    border-radius: 20px;
}
.img-thumbnail {
    padding: 0px;
    border: 0px solid #ddd;
    border-radius: 0px;
}
.social-icon {
    border-radius: 5px;
}
.social-share {
    top: 15px;
}
.landingpagemanager {
    display: none;
}
/*บทความ*/



/*เกี่ยวกับเรา*/
figure.effect-jazz {
    background: transparent;
    border-radius: 20px;
}
figure.effect-jazz img {
    opacity: 1;
    transition: 0.5s;
}
figure.effect-jazz:hover img {
    transform: scale(1.1) !important;
}
figure.effect-jazz figcaption::after {
    border-top: 0px solid #fff;
    border-bottom: 0px solid #fff;
}
.about-icon-block {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    padding: 0 0 5%;
}
.about-icon {
    white-space: pre-line;
    text-align: center;
    padding: 4% 7%;
    transition: 0.5s;
}
.about-icon:hover {
    transform: translateY(-10px);
}
.about-icon img {
    width: 45% !important;
    margin: 0 auto 10px;
}
.about-icon h4 {
    margin: 10px 0 5px;
}
.about-us2 {
    text-align: center;
    padding: 5% 0;
}
.about-us2 h3 {
    font-weight: 400;
    margin: 5px 0 0;
}
.about-sub {
    padding: 1% 5% 0 0;
}
.rslides_tabs {
    list-style: none;
    padding: 0;
    justify-content: center;
    list-style: gujarati;
    padding: 10px 0;
    text-align: center;
    width: 100%;
    display: flex;
    overflow-x: auto;
}
.rslides_tabs li {
    margin-right: 2px;
}
.ef {
    -webkit-transform: scale(1);
    transform: scale(1);
    transition: transform .25s;
}
.ef li:hover {
    opacity: 0.5;
    transition: 0.32s;
}
/* width */
::-webkit-scrollbar{
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track{
  background: #f1f1f1; 
}
 
/* Handle */
::-webkit-scrollbar-thumb{
  background: #888; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover{
  background: #4990e2; 
}
/*เกี่ยวกับเรา*/



/*บริการ*/
.service-sub {
    text-align: center;
    padding: 5% 4%;
    background: rgba(53, 185, 233, 7);
    color: #fff;
    border-radius: 20px;
    margin: 10px;
}
.effect-sadie {
    border-radius: 20px;
}
figure.effect-sadie figcaption::before {
    background: linear-gradient(to bottom, rgba(72, 76, 97, 0) 0, rgb(84, 182, 231, .8) 75%);
}
/*บริการ*/


/*สินค้า*/
figure.effect-apollo {
    background: transparent;
    border-radius: 20px;
}
figure.effect-apollo img {
    opacity: 1;
    transform: scale3d(1, 1, 1) !important;
}
figure.effect-apollo:hover img {
    opacity: 1;
    transform: scale3d(1.1, 1.1, 1.1) !important;
}
.product-sub {
    padding: 8%;
}
.product-sub h3 {
    margin: 0 0 15px;
    line-height: 1.2;
}
.product-sub-ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}
.product-ul {
    font-weight: 400;
    text-align: left;
    list-style: none;
    padding: 0%;
    margin: 0 0;
}
.product-ul li {
    display: flex;
}
.product-ul li::before {
    content: '✦';
    padding-right: 10px;
    color: #ffd54f;
    font-weight: 600;
}
figure.effect-oscar {
    background: transparent;
    border-radius: 20px 0 0 20px;
}
figure.effect-oscar figcaption::before {
    border: 0px solid #fff;
}
/*สินค้า*/


/*ติดต่อเรา*/
.contact-sub {
    text-align: center;
}
.contact-sub h2 {
    margin: 0 0 20px;
}
.contact-sub h3 {
    line-height: 1.2;
    margin: 0 0 15px;
}
.contact-us {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    margin-bottom: 15px
}
.contact-block {
    display: grid;
    grid-template-columns: 45px auto;
    gap: 5px;
    align-items: center;
    line-height: 1.2;
    background: #fff;
    border-radius: 50px;
    padding: 5px;
    text-align: left;
    transition: 0.5s;
}
.contact-block:hover {
    background: #4990e2;
    color: #fff;
}
.contact-block:hover a {
    color: #fff;
}
.contact-img {
    margin: 20px 0;
}
.contact-img img {
    border-radius: 20px;
}
/*form Contact*/
.no-js #Component67b5ad74f2d3620013decf11 label {
  display: none !important;
}
.no-js #Component67b5ad74f2d3620013decf11 .col-md-6 {
  width: 100%;
  margin-left: auto;
  display: block;
  margin-right: auto;
  float: initial;
}
.no-js #Component67b5ad74f2d3620013decf11 .form-control {
    border: 1px solid #eee;
    border-radius: 10px !important;
    -webkit-box-shadow: inset 0 0px 0px rgb(0 0 0 / 8%);
    box-shadow: inset 0 0px 0px rgb(0 0 0 / 8%);
    font-size: 1em !important;
    padding: 28px 20px;
    font-weight: 400;
    line-height: 1.5;
    background: #fff;
    color: #000 !important;
}
.no-js #Component67b5ad74f2d3620013decf11 .form-control:hover {
  border: 1px solid #4990e2;
}
.no-js #Component67b5ad74f2d3620013decf11 .form-control::placeholder {
    color: #000 !important;
}
.no-js #Component67b5ad74f2d3620013decf11 .form-control:focus {
  border: 1px solid #4990e2;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
  box-shadow: inset 0 0px 0px rgba(0, 0, 0, .075), 0 0 0px rgba(102, 175, 233, 0);
  color: #000 !important;
}
.no-js #Component67b5ad74f2d3620013decf11 .btn {
  background-image: -webkit-linear-gradient(top, #111f39 0, #111f39 100%);
  background-image: -o-linear-gradient(top, #f9a71f 0, #f9a71f 100%);
  background: #4990e2;
  color: #fff;
  text-shadow: 0 0px 0 #3173ed;
  background-repeat: repeat-x;
  border-color: #6c5336;
  border-radius: 50px;
  padding: 10px 25px;
  font-size: 1em;
  font-weight: 400;
  border: 0px solid transparent;
}
.no-js #Component67b5ad74f2d3620013decf11 .btn-default:active {
  background: #4990e2;
  color: #fff;
}
.no-js #Component67b5ad74f2d3620013decf11 .btn-default:hover,.no-js #Component67b5ad74f2d3620013decf11 .btn-default:focus {
  background-position: 0 0px;
   background: #4990e2;
  color: #fff;
}
.no-js #Component67b5ad74f2d3620013decf11 .col-xs-12.col-sm-5.col-md-5.padding {
  width: 100%;
}
.no-js #Component67b5ad74f2d3620013decf11 span.label {
  font-size: 0.85em;
  font-weight: 400;
}
.no-js #Component67b5ad74f2d3620013decf11 .ITPcheckboxAuthen {
  font-size: 0.9em;
  padding: 0 0 0 0%;
  margin-left: -2%;
}
span#contactUsAcceptPolicyText2 {
    display: block;
}
#iframe67b5b641f2d3620013ded0df iframe {
    height: 340px;
    border-radius: 15px;
}
/*ติดต่อเรา*/



/*pagination*/
.pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus {
    background-color: #4990e2;
    border-color: #4990e2;
}
.pagination>li>a, .pagination>li>span {
    color: #4990e2;
}
.pagination>li>a:hover, .pagination>li>span:hover, .pagination>li>a:focus, .pagination>li>span:focus {
    color: #4990e2;
    background-color: #f7f7f7;
}
/*pagination*/


/* Large Devices, Wide Screens */
@media only screen and (min-width : 1900px) {
body {
    font-size: 20px;
}
  .dropdown-menu > li > a {
    font-size: 1.4em;
}
      .container {
        width: 1440px;
    }
  .tel-contact {
    grid-template-columns: 40px auto;
}
  .header-block {
    grid-template-columns: 29% auto;
    width: 90%;
    float: right;
}
  .Contentmanager .site .col-section .item.-micro a .caption .title {
    height: 50px;
}
  .itopplus-footer {
    font-size: 17px;
}
  .ITPcookiebar , .buttonExampleSite {
    font-size: 16px !important;
}
  #iframe67b5b641f2d3620013ded0df iframe {
    height: 365px;
}
}



/* Large Devices, Wide Screens */
@media only screen and (max-width:1191px) {
    .itopplus-search {
        width: 27vw;
  }
  #Component67b4632fc6f5be0013eb31b5 {
    display: none;
}
  .about-us h1 {
    font-size: 2.3em;
}
  .about-us h3 {
    font-size: 1.5em;
}
  .about-us h2 {
    font-size: 2em;
}
  .quote-bg {
    white-space: inherit;
}
  .product-name {
    grid-template-columns: auto 26%;
}
  .product-text {
    padding: 0 10% 0 1%;
}
  .step-icon {
    white-space: inherit;
}
  .itopplus-bg3 {
    background-size: cover;
}
  .cer-header {
    font-size: 0.8em;
}
  .Contentmanager .site .col-section .item.-micro a .caption {
    padding: 7% 3%;
}
  .itopplus-footer {
    font-size: 12px;
}
  .about-icon {
    white-space: inherit;
    padding: 4% 4%;
}
  .product-sub {
    padding: 7%;
}
  .contact-block {
    font-size: 0.85em;
    grid-template-columns: 30px auto;
}
  .no-js #Component67b5ad74f2d3620013decf11 .form-control {
    padding: 25px 20px;
}
  span#contactUsAcceptPolicyText2 {
    display: inline;
}
}






/* Large Devices, Wide Screens */
@media only screen and (max-width:900px) {
  #Component67b4632fc6f5be0013eb31b5 {
    display: block;
}
       .about-us h1 {
        font-size: 1.8em;
    }
      .about-us h3 {
        font-size: 1.2em;
    }
      .about-us h2 {
        font-size: 1.55em;
    }
  .quote-bg {
    font-size: 1em;
}
      .product-name {
        grid-template-columns: auto 34%;
    }
      .product-text {
        padding: 0 8% 0 1%;
    }
      .cer-header {
        font-size: 0.65em;
    }
  .Contentmanager .site .col-section .item.-micro a .caption .title {
    height: 60px;
}
 div#background67b54a7995f6000013ab8508 .col-md-3.col-sm-6.col-xs-12.padding {
    width: 25%;
}
  .footer-contact {
    grid-template-columns: 20px auto;
}
      .itopplus-footer {
        font-size: 10px;
    }
      .row-fluid [class*=col-sm-5fix], .uneditable-input[class*=col-sm-5fix], [class*=col-sm-5fix] {
        float: left;
        width: 20%;
    }
      .product-sub {
        padding: 5%;
    }
  .product-sub h3 {
    font-size: 1.4em;
}
  .contact-us {
    grid-template-columns: repeat(1, 1fr);
    margin-bottom: 10px;
}
      .contact-block {
        font-size: 1em;
        grid-template-columns: 35px auto;
    }
  #iframe67b5b641f2d3620013ded0df iframe {
    height: 230px;
}
}


/* Large Devices, Wide Screens */
@media only screen and (max-width:480px) {
#imagesControl67b4632fc6f5be0013eb31b5 {
    padding: 0 !IMPORTANT;
}
.menu-align h1, .menu-align2 h1 {
    font-size: 2.2em;
}
      .about-us h2 {
        font-size: 1.35em;
    }
  .about-us h3 {
        font-size: 1.05em;
    }
      .about-us h1 {
        font-size: 1.55em;
    }
  .menu-align {
    padding: 5% 3% 2%;
}
  .itopplus-bg {
    background-attachment: inherit;
}
    .quote-bg {
        font-size: 1em;
        width: 90%;
        margin: 20px;
        float: right;
    }
  .step-block-img1 , .step-block-img2 {
    grid-template-columns: repeat(2, 1fr);
}
  .step-block-img2 {
    width: 100%;
}
  .step-icon img {
    width: 50% !important;
}
  .step-icon {
    padding: 0 0 15%;
}
  
      .cer-header {
        font-size: 0.7em;
        text-align: center;
    }
  article.col-md-6.item.-micro {
    width: 50%;
}
      .Contentmanager .site .col-section .item.-micro a .caption .title {
        height: 70px;
    }
      .itopplus-footer {
        font-size: 14px;
    }
  div#background67b54a7995f6000013ab8508 .col-md-3.col-sm-6.col-xs-12.padding {
        width: 100%;
    }
  .footer-address {
    text-align: center;
}
  .footer-pd1 {
    padding: 0 0 0 0%;
}
  .about-icon-block {
    grid-template-columns: repeat(2, 1fr);
}
  .about-us2 {
    font-size: 0.58em;
}
  .about-sub {
    padding: 1% 0% 0 0;
}
  .about-sub .cer-header {
    text-align: left;
    font-size: 0.67em;
}
  figure.effect-oscar {
    border-radius: 20px 20px 0 0px;
}
      .product-sub {
        padding: 0% 1% 5%;
    }
  .col-md-6.pull-left ,  .col-md-6.pull-right {
    width: 100%;
    margin: 0 0% 0 0;
}
  .Textmanager.font-inherit {
    display: block;
}
  .contact-sub h3 {
    font-size: 1.5em;
}
  .no-js #Component67b5ad74f2d3620013decf11 .col-md-6 {
    padding: 0 15px;
}
      .footer-contact {
        grid-template-columns: 25px auto;
    }
}

