.itopplus-background {

}
/*--------------------------------------*/
/*เมนูหลักทั้งหมด*/
.head-text {
  text-align: center;
  font-size: 2.586em;
  padding: 4% 0px 2%;
  color: #000099;
}
.head-text2 {
  text-align: center;
  font-size: 2.057em;
  padding: 4% 0px 2%;
  color: #000099;
}

.text-about {
  font-size: 16px;
  padding: 0px 0px 4%;
}

/* timeline */
.main-timeline {
  overflow: auto;
}
.main-timeline .timeline {
  padding: 0;
  text-align: center;
  overflow: hidden;
}
.main-timeline .timeline-icon {
  padding-bottom: 20px;
  margin-bottom: 30px;
  font-size: 65px;
  color: #727cb6;
  border-bottom: 4px solid #ccc;
  position: relative;
}
.main-timeline .timeline-icon:before {
  content: "";
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #ff0009;
  margin: 0 auto;
  position: absolute;
  bottom: -9.5px;
  left: 0;
  right: 0;
}
.main-timeline .year {
  display: block;
  width: 100%;
  height: 100px;
  line-height: 100px;
  border-radius: 50%;
  background: #727cb6;
  font-size: 30px;
  color: #fff;
  margin-bottom: 30px;
  z-index: 1;
  position: relative;
}
.main-timeline .year:before {
  content: "";
  display: block;
  width: 70px;
  height: 80%;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  top: 10px;
  left: -37px;
}
.main-timeline .timeline-content {
  padding: 20px 10px 30%;
  display: inline-flex;
}
.main-timeline .post {
  font-size: 20px;
  color: #727cb6;
  margin: 0 0 20px 0;
}
.main-timeline .description {
  font-size: 16px;
  color: #3b3b3b;
  font-weight: 500;
  text-align: center;
}
.timeline-image-sapce {
  height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.main-timeline .timeline:nth-child(1) .timeline-icon {
  margin-left: 50%;
}

.main-timeline .timeline:nth-child(1) .timeline-icon:before {
  left: -85px;
}

/* end timeline profie */
.comany-profile-dl {
  padding-bottom: 4%;
}

.our-strength-text {
  font-size: 16px;
  font-weight: 500;
  padding-top: 40px;
  text-align: center;
}

span.circle-with-text {
  background-color: #053886;
  color: #fff;
  padding: 15px 35px;
  border-radius: 62px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.our-stregth-discription {
  padding-top: 100px;
}

.our-stregth-discription:nth-child(1) .circle-with-text {
  padding: 15px 40px;
}
.insurance-by {
  font-size: 20px;
  font-weight: 500;
  padding: 15px;
  text-align: center;
}
.company-name {
  font-size: 22px;
  font-weight: 500;
  padding: 10px;
  text-align: center;
}

.insurance-logo {
  padding: 25px;
}

.center {
  display: flex;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
  justify-content: center;
}
.company-address {
  font-size: 16px;
  font-weight: 400;
  text-align: center;
}
.contact-us-info {
  width: 100%;
  background-color: #1111;
  padding: 25px;
  display: inline-block;
  margin-top: 3%;
  margin-bottom: 10%;
}

.contact-us-disc {
  width: 100%;
  align-items: center;
  padding-left: 0px;
  display: inline-grid;
  text-align: center;
}
.contact-us-disc-headline {
  font-size: 20px;
  font-weight: 500;
}
.contact-us-disc-discline {
  font-size: 16px;
}

.footer-sub-disc {
  font-size: 1.143em;
}
.footer-head-disc {
  font-size: 1.143em;
  padding-bottom: 5px;
}
.email {
  margin-top: 10px;
  display: inline-block;
}

.contact-us-icon {
  padding: 10px 0px 10px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
}

/* button class */
.btnp-hover {
  width: 160px;
  font-size: 16px;
  font-weight: 300;
  color: #fff;
  cursor: pointer;
  margin: 0 auto;
  /* height: inherit; */
  padding: 10px 5px;
  text-align: center;
  border: 0px solid #fff;
  background-size: 300% 100%;
  border-radius: 50px;
  box-shadow: 1px 1px 5px gainsboro;
  moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.btnp-hover.color-1 {
  background-image: linear-gradient(to right, #004fa1, #257cd6, #257cd6, #004fa1);
}

@media (max-width: 768px) {
  .navbar-default {
    background: #053886;
  }
  .text-bar {
    color: #fff !important;
  }
  .itopplus-sidebar-menu-single a:link {
    color: #fff !important;
  }
  .itopplus-sidebar-menu-single a:active {
    background-color: transparent;
    color: #fff !important;
  }
  .itopplus-sidebar-menu-single {
    border-bottom: transparent;
  }
  .itopplus-sidebar-menu-parent a {
    color: #fff !important;
  }
  .itopplus-sidebar-menu-parent a:active {
    background-color: transparent;
    color: #fff !important;
  }
  .navbar-default .navbar-toggle:focus,
  .navbar-default .navbar-toggle:hover {
    background-color: transparent;
  }
  .itopplus-bgmain {
    background-size: cover;
  }
  .main-timeline .timeline-icon {
    margin-left: -80%;
    transform: rotate(90deg);
  }
  .main-timeline .timeline-content {
    display: flex;
    justify-content: start;
    margin-left: 20%;
  }
  .main-timeline .timeline-icon:before {
    --left: 170px;
  }

  .timeline-image-sapce {
    margin-left: 22%;
    justify-content: start;
  }
  .main-timeline .timeline:nth-child(1) .timeline-icon {
    margin-left: -80%;
  }
  .main-timeline .timeline:nth-child(1) .timeline-icon:before {
    left: -8px;
  }
  .main-timeline .description {
    text-align: left;
  }
  .main-timeline .timeline-content {
    padding: 10px 10px 10%;
  }
  .our-stregth-discription {
    padding-top: 50px;
  }
}

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



  /* out of system code */
  .main-timeline .timeline-icon {
    margin-left: -80%;
    transform: rotate(90deg);
  }
  .main-timeline .timeline-content {
    display: flex;
    justify-content: start;
    margin-left: 20%;
  }
  .main-timeline .timeline-icon:before {
    --left: 170px;
  }

  .timeline-image-sapce {
    margin-left: 22%;
    justify-content: start;
  }
  .main-timeline .timeline:nth-child(1) .timeline-icon {
    margin-left: -80%;
  }
  .main-timeline .timeline:nth-child(1) .timeline-icon:before {
    left: -8px;
  }
  .main-timeline .description {
    text-align: left;
  }
  .main-timeline .timeline-content {
    padding: 10px 10px 10%;
  }
  .contact-us-info {
    background-color: #1111;
    padding: 25px;
    display: flex;
    margin-top: 3%;
    margin-bottom: 10%;
  }

  .email {
    display: flex;
  }
  .footer-head-disc {
    padding-bottom: 10px;
  }
  .contact-us-icon {
    padding: 0px 0px 0px;
  }
  .contact-us-disc {
    padding-left: 30px;
    text-align: left;
  }
  .head-text2 {
    font-size: 2.857em;
  }
  .head-text {
    font-size: 3.286em;
  }
}



/*เมนูกึ่งกลาง*/
/* Medium Devices, Desktops */
@media only screen and (min-width: 1024px) {
  h1,
  .h1 {
    font-size: 2.25em;
  }
  h2,
  .h2 {
    font-size: 1.875em;
  }
  h3,
  .h3 {
    font-size: 1.5em;
  }
  h4,
  .h4 {
    font-size: 1.125em;
  }
  h5,
  .h5 {
    font-size: 0.875em;
  }
  h6,
  .h6 {
    font-size: 0.75em;
  }
  p {
    margin: 0 0 10px;
  }

  /* out of system code */
  .main-timeline .timeline-icon {
    margin-left: 0%;
    transform: rotate(0deg);
  }
  .main-timeline .timeline:nth-child(1) .timeline-icon {
    margin-left: 50%;
  }

  .main-timeline .timeline:nth-child(1) .timeline-icon:before {
    left: -85px;
  }
  .main-timeline .timeline-icon:before {
    left: 0;
  }
  .main-timeline .description {
    text-align: center;
  }
  .timeline-image-sapce {
    margin-left: 0%;
    justify-content: center;
  }
  .main-timeline .timeline-content {
    margin-left: 0%;
  }
}

/* Large Devices, Wide Screens */
@media only screen and (min-width: 1366px) {
  h1,
  .h1 {
    font-size: 2.25em;
  }
  h2,
  .h2 {
    font-size: 1.875em;
  }
  h3,
  .h3 {
    font-size: 1.5em;
  }
  h4,
  .h4 {
    font-size: 1.125em;
  }
  h5,
  .h5 {
    font-size: 0.875em;
  }
  h6,
  .h6 {
    font-size: 0.75em;
  }
  p {
    margin: 0 0 10px;
  }
}

/* Large Devices, Wide Screens */
@media only screen and (min-width: 1900px) {
  h1,
  .h1 {
    font-size: 2.25em;
  }
  h2,
  .h2 {
    font-size: 1.875em;
  }
  h3,
  .h3 {
    font-size: 1.5em;
  }
  h4,
  .h4 {
    font-size: 1.125em;
  }
  h5,
  .h5 {
    font-size: 0.875em;
  }
  h6,
  .h6 {
    font-size: 0.75em;
  }
  p {
    margin: 0 0 10px;
  }
}

/* out of system code */
.our-service-text {
  height: 50px;
  font-size: 16px;
  text-align: center;
  margin-top: 10px;
  padding: 0px 10px 10px 10px;
}

.Contentmanager .caption {
  font-size: 16px;
  line-height: 3.5;
  padding: 10px 10px 50px 10px;
}
/*--------------------------------------*/







/**/
body {
    font-size: 15px;
    overflow-x: hidden;
    color: #444;
    font-family: "Montserrat", "LINE Seed Sans TH";
}
.itopplus-bg2 {
    background-image: url(http://itp1.itopfile.com/ImageServer/z_itp_17082021qvvp/0/0/bg5z-z151270960645.jpg);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
}
.itopplus-bg3 {
    background-color: #f37124;
    color: white;
}
.itopplus-footer {
  background-color: #063781;
  color: #fff;
}
.navbar-default .navbar-nav > li > a {
    font-size: 1em;
    color: #444;
    margin: 0 5px;
    padding: 7px 15px;
    border-radius: 30px;
}

.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: #fff;
  box-shadow: none;
  border-color: transparent;
  background: transparent;
  background-color: #f37021;
}

.no-js .dropdown-menu > li > a {
  color: #444;
}

.no-js .dropdown-menu > li > a:focus,
.no-js .dropdown-menu > li > a:hover {
  color: #444;
  background: transparent;
}

@media screen and (min-width: 1200px) {
  .container {
    width: 86vw;
  }
}

@media screen and (min-width: 1024px) {
  .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;
  }

  .itopplus-banner > .container {
    display: grid;
    grid-template-columns: auto 30%;
    align-items: center;
  }

  .itopplus-banner > .container::before,
  .itopplus-banner > .container::after {
    display: none;
  }

    #itopplus-nav-bar {
        display: flex;
        width: 100%;
        justify-content: center;
        padding: 2% 0;
    }

  #controlBanner {
    object-fit: contain;
    padding: 15px;
    width: clamp(140px, 100%, 20vw);
    margin: 0 auto;
  }

  .itopplus-logo {
    display: none;
  }
  
  .itopplus-menu {
    margin: 0;
}
  
  #itopplus-nav-bar > li {
  display: flex;
  align-items: center;
    justify-content: space-around;
   /* width: 100%;*/
    padding: 0;
}

#itopplus-nav-bar li:not(:last-of-type):not(.itopplus-sidebar-menu-parent):not(.dropdown-submenu):after {
  content: "";
  display: grid;
  place-content: center;
  background: #444;
  width: 1px;
  height: 40%;
}
}

@media screen and (max-width: 1023px) {
  #controlBanner img {
    position: fixed !important;
    top: 10px;
    left: 10px;
    width: auto !important;
    height: 30px;
    z-index: 10000;
    object-fit: contain;
  }

  #nav-menu {
    background: #eeeeee !important;
  }

  .navbar-collapse,
  #ItopplusMainSidebar {
    background: #fff !important;
  }

  #ItopplusMainSidebar *:is(li, a) {
    color: #444 !important;
    border: none;
  }

  #nav-menu .icon-bar {
    background: #444 !important;
  }

  .navbar-header a.visible-xs {
    flex: 0 1 30px;
    background-color: #f37021 !important;
    border-radius: 50%;
  }

  #itpphonemobile {
    background-image: url(http://itp1.itopfile.com/ImageServer/z_itp_26012025ka3n/0/0/telz-z555807927326.png) !important;
  }

  #itpsearchmobile {
    background-image: url(http://itp1.itopfile.com/ImageServer/z_itp_26012025ka3n/0/0/searchz-z1550057493030.png) !important;
  }

  .old-image-icon-facebook {
    background-image: url(http://itp1.itopfile.com/ImageServer/z_itp_26012025ka3n/0/0/fbz-z1306469976463.png) !important;
  }

  .old-image-icon-line {
    background-image: url(http://itp1.itopfile.com/ImageServer/z_itp_26012025ka3n/0/0/linez-z468194837558.png) !important;
  }

  .old-image-icon-instragram {
    background-image: url(http://itp1.itopfile.com/ImageServer/z_itp_26012025ka3n/0/0/igz-z261562755399.png) !important;
  }

  .old-image-icon-youtube {
    background-image: url(https://itp1.itopfile.com/ImageServer/z_itp_26012025ka3n/0/0/ytz-z1709509823553.png) !important;
  }

  .new-image-icon-twitter {
    background-image: url(http://itp1.itopfile.com/ImageServer/z_itp_26012025ka3n/0/0/twz-z1451700767745.png) !important;
  }
  
  
}


@font-face {
  font-family: "LINE Seed Sans TH";
  font-weight: 100;
  src: url(https://itp1.itopfile.com/ContentImage/z_itp_130820236l5w/fonts/LINESeedSansTH/LINESeedSansTH_Th.otf) format("opentype");
}

@font-face {
  font-family: "LINE Seed Sans TH";
  font-weight: 400;
  src: url(https://itp1.itopfile.com/ContentImage/z_itp_130820236l5w/fonts/LINESeedSansTH/LINESeedSansTH_Rg.otf) format("opentype");
}

@font-face {
  font-family: "LINE Seed Sans TH";
  font-weight: 600;
  src: url(https://itp1.itopfile.com/ContentImage/z_itp_130820236l5w/fonts/LINESeedSansTH/LINESeedSansTH_Bd.otf) format("opentype");
}

@font-face {
  font-family: "LINE Seed Sans TH";
  font-weight: 800;
  src: url(https://itp1.itopfile.com/ContentImage/z_itp_130820236l5w/fonts/LINESeedSansTH/LINESeedSansTH_XBd.otf) format("opentype");
}

@font-face {
  font-family: "LINE Seed Sans TH";
  font-weight: 900;
  src: url(https://itp1.itopfile.com/ContentImage/z_itp_130820236l5w/fonts/LINESeedSansTH/LINESeedSansTH_He.otf) format("opentype");
}

body {
  box-sizing: border-box;
}

.margin {
  margin: 0 !important;
}

.padding {
  padding: 0 !important;
}

.container::after,
.container::before {
  display: none;
}

#itopplus-nav-bar::after,
#itopplus-nav-bar::before {
  display: none;
}

#nav-menu {
  background: 0 0;
  min-height: auto;
}

@media screen and (max-width: 1023px) {
  #nav-menu {
    display: block;
    place-content: center;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
  }

  .navbar-header,
  .navbar-header .pull-right {
    position: relative;
    display: flex !important;
    flex-direction: row-reverse;
    align-items: center;
    gap: 5px;
    width: 100%;
    height: 50px;
  }

  #main-navbar-collapse,
  .navbar-header a :is(i, span, .social-icon, .sr-only),
  .navbar-header a:not(a.visible-xs),
  .navbar-header button > div:last-child,
  .navbar-header:after,
  .navbar-header:before {
    display: none !important;
  }

  .navbar-header :is(button, a.visible-xs) {
    position: relative;
    flex: 0 1 30px;
    height: auto !important;
    aspect-ratio: 1;
    margin: 0 !important;
    padding: 0 !important;
    border: unset !important;
    background-size: 100%;
    background-repeat: no-repeat;
    place-content: center;
  }

  #itpMenuSideBar {
    display: grid;
    place-content: center;
    background-color: transparent !important;
    padding-right: 10px !important;
    padding-left: 5px !important;
  }

  .navbar-header button span {
    width: 25px !important;
    height: 3px !important;
    margin: 4px 0 !important;
  }

  #languagemobile {
    order: 10;
  }

  #main-navbar-flag {
    position: absolute;
    top: 50px;
    left: 0;
    right: 0;
    width: 100%;
  }

  #language_member_bar,
  #main-navbar-flag a .row::after,
  #main-navbar-flag a .row::before {
    display: none !important;
  }

  #main-navbar-flag .row {
    display: grid;
    grid-template-columns: 0 auto;
    white-space: nowrap;
  }

  #main-navbar-flag * {
    margin: 0 !important;
    padding: 0 !important;
    color: #444;
  }

  #main-navbar-flag ul {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1200px) {
  .itopplus-banner > .container {
    width: 100%;
  }
}


/*----------------------------------------------*/


/**/
.h1, h1 {
    font-size: 4em;
}
.h2, h2 {
    font-size: 2.6em;
}
.h3, h3 {
    font-size: 2em;
}
.h4, h4 {
    font-size: 1.5em;
}
.h5, h5 {
    font-size: 1.3em;
}
.h6, h6 {
    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;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-top: 0px;
    margin-bottom: 0px;
    line-height: 1.2;
    font-weight: bold;
}
/**/






/*header*/
.itopplus-search {
    position: relative;
    top: 0;
    margin-left: 0px;
}
.btn-tel {
    background: #243d80;
    color: white;
    border: none;
    padding: 8px 15px;
    display: grid;
    grid-template-columns: 18px auto;
    gap: 5px;
    border-radius: 50px;
    font-weight: 600;
    align-items: center;
    margin: 0 0 0 auto;
    transition: 0.5s;
}
.btn-tel:hover {
    background: #f36f21;
    color: white;
}
.btn-tel a {
    color: white;
}
/*header*/





/*footer*/
.itopplus-footer {
    font-size: 14px;
    line-height: 1.6;
}
.itopplus-footer a {
    color: #ffffff;
}
.itopplus-footer a:hover {
    color: #2fb2e7;
}
.itopplus-footer h6 {
    line-height: 1.2;
    margin: 0 0 10px;
    text-transform: uppercase;
}
.footer-logo {
    width: 90%;
}
.footer-address {
    padding: 0 10%;
}
.footer-contact {
    padding: 0 0 0 5%;
}
.tel-mail {
    display: grid;
    grid-template-columns: 20px auto;
    gap: 15px;
    margin-bottom: 10px;
}
.footer-icon-img {
    width: 30%;
    display: flex;
    gap: 10px;
    margin: 15px 0 0;
}
.icon-img {
    transition: 0.5s;
}
.icon-img:hover {
    transform: scale(1.1);
}
.copy-right {
    font-size: 0.9em;
    padding: 25px 0 0;
}
.ITPcookiebar {
    width: 100% !important;
}
.buttonExampleSite {
    border: 1px solid #2fb2e7 !important;
    color: #2fb2e7 !important;
    font-family: "Montserrat", sans-serif !important;
}
.buttonExampleSite:hover {
    background: #2fb2e7 !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: 5% 2%;
}
/*footer*/




/*Home*/
figure.effect-jazz {
    background: transparent;
    border-radius: 20px;
}
figure.effect-jazz figcaption::after {
    border-top: 0px solid #fff;
    border-bottom: 0px solid #fff;
}
.padding-pd {
    padding: 1.5%;
}
.padding-pd2 {
    padding: 5%;
}
.about-us {
    padding: 0 3% 0 0;
}
.about-us h2 {
    text-transform: uppercase;
    color: #243d80;
    margin: 0 0 10px;
}
.about-us img {
    width: 60% !important;
}
.about-us h3 {
    font-size: 2.4em;
    color: #f36f21;
    margin: 20px 0 0;
    font-style: italic;
}
.menu-align {
    text-align: center;
    padding: 7% 0 2%;
}
.menu-align h1 {
    color: #000000;
}
.effect-sadie {
    border-radius: 20px;
}
figure.effect-sadie p {
    padding: 15px 0 15px 15px !important;
    opacity: 1;
    -webkit-transform: translate3d(0, 0px, 0);
    transform: translate3d(0, 0px, 0);
    text-align: left;
    text-transform: none;
    background: rgba(36, 61, 128, .9);
}
.grid figure p {
    letter-spacing: 0px;
    font-size: 0.75em;
}
figure.effect-sadie figcaption::before {
    z-index: 0;
    background: -webkit-linear-gradient(top, rgba(72, 76, 97, 0) 0, rgba(0, 0, 0, .0) 100%);
    background: linear-gradient(to bottom, rgba(72, 76, 97, 0) 0, rgba(0, 0, 0, .0) 100%);
    opacity: 1;
}
.grid figure img {
    opacity: 1;
}
.effect-sadie img {
    transition: 0.5s;
}
.effect-sadie:hover img {
    transform: scale(1.1);
}
.btn-more {
    background: #f36f21;
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 50px;
    transition: 0.5s;
}
.btn-more:hover {
    background: #063781;
    color: white;
}
.btn-align {
    text-align: center;
    padding: 0 0 5%;
}
.why-group {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    margin: 0 0 5%;
}
.why-icon {
    display: grid;
    grid-template-columns: 20% auto;
    align-items: center;
    gap: 20px;
}
.why-icon-img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7500%) hue-rotate(314deg) brightness(103%) contrast(102%);
}
/*Home*/




/*About Us*/
.about-sub {
    text-align: center;
    font-size: 1.15em;
}
.about-sub2 {
    padding: 0 5% 0 0;
}
.about-sub3 {
    padding: 3% 0 0 5%;
}
.about-sub2 h6 , .about-sub3 h6 {
    color: #f37124;
}
.cer-img-group2 {
    width: 50%;
    margin: 20px 0 0;
}
.cer-img-group {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 30px;
    margin: 10px 0 0;
}
.text-about h5 {
    margin: 20px 0 0;
}
.cer-img-group2 {
    width: 50%;
    margin: 20px 0 0;
}
/*About Us*/




/*Our Strengths*/
.strengths-group {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-bottom: 5%;
}
.strengths-icon-bg1 {
    background: #e4e4e4;
}
.strengths-icon-bg2 {
    background: #f36f21;
    color: white;
}
.strengths-icon-bg1 , .strengths-icon-bg2 {
    padding: 15%;
}
.strengths-icon-img {
    width: 30%;
    margin: 0 0 20px;
}
.strengths-icon-bg2 .strengths-icon-img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7500%) hue-rotate(314deg) brightness(103%) contrast(102%);
}
/*Our Strengths*/




/*Articles*/
.nav-template li {
    display: inline-table;
}
.nav-template li:hover {
    background-color: transparent;
}
.nav-template strong {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.3;
}
.nav-template p {
    font-size: 14px;
    text-align: left;
}
.nav-template .col-md-12.padding-col .img-container {
    padding-bottom: 76%;
    margin-bottom: 15px;
}
.nav-template .col-md-4.col-sm-4.col-xs-4.padding-col {
    width: 46%;
}
.nav-template .col-md-8.col-sm-8.col-xs-8.padding-col {
    width: 54%;
    padding: 0 0% 0 2%!important;
}
.nav-template .col-md-4.col-sm-4.col-xs-4.padding-col .img-container {
    padding-bottom: 81%;
}
.nav-template li.col-md-6.col-sm-4.col-xs-12.maxHeight-TP4 {
    height: inherit;
    margin: 0 auto 7px;
    display: inline-table;
}
.Text_seller2 {
    display: none;
}
.img-container .img {
    border-radius: 20px;
}
.managerHeader {
    font-size: 1.8em;
    font-weight: 600;
}
.landingpagemanager .img-container {
    padding-bottom: 81%;
}
.Contenemanager-gallery .col-xs-6.col-md-3 {
    display: flex;
    align-self: flex-start;
}
.contenemanager-gallery .col-xs-12.col-md-3, .Contenemanager-gallery .col-xs-6.col-md-3 {
    width: 25%;
    padding: 0px 10px;
}
/*
.row.Contenemanager-gallery , .row.contenemanager-gallery {
    column-count: 3;
    --webkit-column-count: 3;
    --moz-column-count: 3;
    gap: 10px;
    padding: 0 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;
    box-shadow: none;
    position: relative !important;
    overflow: hidden !important;
    border: 0px solid #eee;
    padding: 0px !important;
    border-radius: 20px;
    margin-bottom: 20px;
}
.img-thumbnail {
    padding: 0px;
    border: 0px solid #ddd;
    border-radius: 20px;
}
.newShareContainer {
    justify-content: flex-end !important;
}
.itp-newshare-button:hover {
    background-color: #243d80;
    border-color: #243d80 !important;
    color: #ffffff!important;
}
.col-md-12.text-justify {
    padding: 0 10px;
}
.itp-newshare-button {
    font-size: 0.9em !important;
    color: #1b1b1b !important;
    border-color: #1b1b1b !important;
    border-radius: 5px !important;
}
/*Articles*/




/*Contact us*/
.get-block {
    text-align: center;
}
.get-block h3 {
    margin: 0 0 10px;
    padding: 0px 0;
    color: #243d80;
}
.get-contact {
    display: grid;
    grid-template-columns: 30px auto;
    margin: 0 0 5px;
    gap: 20px;
    justify-content: center;
}
.get-border-group {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    text-align: left;
    margin: 20px 0;
}
.get-border {
    padding: 15px 0;
    border-right: 1px solid #aaaaaa;
}
.get-contact-text h6 {
    font-weight: 600;
    color: black;
}
a {
    color: #444;
}
.TabItpContentLandingPage6 {
    background-color: transparent;
    padding: 0;
}
.TabItpContentLandingPage6>ul {
    width: 100%;
    background-color: #eee;
    border-radius: 50px;
}
.TabItpContentLandingPage6>ul>li>a {
    background-color: #eee !important;
    border-radius: 50px;
    margin-right: 5px;
    padding: 15px !important;
}
.TabItpContentLandingPage6>ul>li.active>a , .TabItpContentLandingPage6>ul>li>a:hover {
    background-color: #f36f21!important;
}
.tab-itp-background {
    background-color: inherit;
    padding: 0% !important;
    margin-top: 2%;
    margin-bottom: 2%;
}
.TabItpContentLandingPage6>ul>li>a>span {
    font-size: 1.1em !important;
    font-weight: bold;
}
.tab-content {
    border: none !important;
    padding: 1% !important;
}
/*Contact us*/


/*Form*/
.CASS-H-head, .CASS-H-head {
   font-family: "Montserrat", sans-serif;
}
.CASS-H-head {
  border-bottom: none;
  margin-bottom: 0px;
  background: transparent;
  padding-left: 0px;
  padding-top: 0px;
  text-align: center;
}
.CASS-H-head h3.form-inline {
    font-size: 2em;
    color: #000000;
    font-weight: bold;
}
.CASS-H-border .form-control {
  border: none;
  background-color: transparent;
  border-bottom: 1px solid #afafaf;
  border-radius: 0px !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: 15px 0;
  font-weight: 400;
  color: #000000 !important;
  height: auto;
}
.CASS-H-border .form-control::placeholder {
  color: #4a4a4a !important;
}
.CASS-H-border .form-control:hover {
  border-bottom: 1px solid #f36f21;
}
.CASS-H-border .form-control:focus {
  border-bottom: 1px solid #f36f21;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.075), 0 0 0px rgba(102, 175, 233, 0);
  color: #000000 !important;
}
.CASS-H-border .btn-default {
  background-image: -webkit-linear-gradient(top, #111f39 0, #111f39 100%);
  background-image: -o-linear-gradient(top, #f36f21 0, #f36f21 100%);
  background: #f36f21;
  color: #fff;
  text-shadow: 0 0px 0 #282828;
  background-repeat: repeat-x;
  border-color: #0000;
  border-radius: 50px;
  padding: 10px 30px;
  font-weight: 500;
  font-size: 1em !important;
  font-weight: 400;
  border: 0px solid #929292;
  box-shadow: none;
}
.CASS-H-border .btn-default:active {
  background-color: #f36f21;
  background: #f36f21;
  color: #fff;
}
.CASS-H-border .btn-default:hover, .CASS-H-border .btn-default:focus {
  background-position: 0 0px;
  background-color: #f36f21;
  background: #f36f21;
  color: #fff;
}
.CASS-H-border .ITPcheckboxAuthen {
    font-size: 0.95em;
    color: #000000;
    margin-top: -3%;
    margin-bottom: 0%;
    position: relative;
    text-align: left !important;
    margin-left: 20px;
}
.CASS-H-border span#contactUsAcceptPolicyText2 {
    font-weight: 600;
    display: block;
}
.CASS-H-border #editor1, .CASS-H-border #editor2, .CASS-H-border #editor3, .CASS-H-border #editor4, .CASS-H-border #editor5, .CASS-H-border #editor6 ,
.CASS-H-border #editor13, .CASS-H-border #editor15 , .CASS-H-border #editor16 , .CASS-H-border #editor17 , .CASS-H-border #editor18
{
  display: none;
}
#display6 {
  margin-bottom: 15px;
}
.CASS-H-border {
    padding: 8% 5% 4%;
    background: #f9f9f9;
    margin: 10px 3% 10%;
    border-radius: 20px;
    /* box-shadow: 0 0 15px rgba(0, 0, 0, 0.1); */
}
.CASS-H-border .form-group.col-md-2.col-sm-12 {
  width: 30%;
}
.CASS-H-border .form-group.col-md-6.col-sm-12 {
  width: 70% !important;
  padding-right: 0;
}
.CASS-H-border .btn-success, .CASS-H-border .btn-success:focus, .CASS-H-border .btn-success:hover {
  background-image: linear-gradient(to bottom, #f36f21 0, #f36f21 100%);
  border-color: #f36f21;
  padding: 5px 20px;
  border-radius: 50px;
  background-color: #f36f21;
  border: none;
}
.CASS-H-border .progress {
  background-image: linear-gradient(to bottom, #f36f21 0, #f36f21 100%);
  width: 100% !important;
  height: 30px;
  box-shadow: none;
  border-radius: 50px;
  margin-bottom: 0px;
  margin-top: 0px !important;
}
.CASS-H-border .col-md-offset-5 {
  margin-left: 0;
  margin: 0 auto;
  width: 100%;
  display: block;
  text-align: center;
}
.CASS-H-border .glyphicon-ok-circle:before {
  display: none;
}
.CASS-H-middle-mid {
  padding: 0px 2%;
}
.CASS-H-main {
  background: transparent;
}
.CASS-H-border br.k-br {
  display: none;
}
.customForm-margin-left {
  margin-left: 0px !important;
}
.CASS-H-border h5 {
    margin: 20px 0 5px;
}
.CASS-H-border .form-control-feedback {
    color: transparent !important;
}
.tab-content img, .tab-content iframe {
    border-radius: 20px;
}
.tab-content iframe {
    height: 418px;
}
/*Form*/






/*Our Services*/
.service-gruop {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
    background: #eeeeee;
    border-radius: 25px;
    margin-bottom: 5%;
    padding: 10px;
}
.service-gruop-img, .service-gruop-img img {
    border-radius: 20px;
}
.service-gruop-text {
    padding: 10%;
}
.service-gruop-text h4 {
    color: #243d80;
    margin: 0 0 10px;
}
/*Our Services*/





/* Large Devices, Wide Screens */
@media only screen and (min-width : 1900px) {
body {
    font-size: 20px;
}
.container {
    width: 81vw;
}
.about-us {
    padding: 0 0% 0 0;
}
.why-icon {
    grid-template-columns: 15% auto;
}
.itopplus-footer {
    font-size: 18px;
}
.about-sub {
    font-size: 1.1em;
}
.nav-template p {
    font-size: 18px;
}
.nav-template strong {
    font-size: 26px;
}
.CASS-H-border .form-control {
    padding: 20px 0;
}
}





/* Large Devices, Wide Screens */
@media only screen and (max-width:1194px) {
body {
    font-size: 14px;
}
.h2, h2 {
    font-size: 2.4em;
}
.navbar-default .navbar-nav > li > a {
    font-size: 0.9em;
    color: #444;
    margin: 0 0px;
    padding: 7px 15px;
}
.btn-tel {
    padding: 8px 12px;
    grid-template-columns: 15px auto;
    font-size: 0.9em;
}
.about-us h3 {
    font-size: 2em;
}  
.grid figure p {
    font-size: 0.6em;
}
.CASS-H-border .form-control {
    padding: 6px 0;
}
}





/* Large Devices, Wide Screens */
@media only screen and (max-width:900px) {
ul#slider69cdd64b7e82d9001373ed5f {
    display: none;
}
.about-us h2 {
    font-size: 1.8em;
}
.about-us h3 {
    font-size: 1.7em;
}
.itopplus-footer {
    font-size: 11px;
}
.tel-mail {
    grid-template-columns: 15px auto;
    gap: 10px;
}
.footer-icon-img {
    width: 40%;
}
 .bootstrap-collum .col-md-3.col-sm-4.col-xs-4 {
    width: 25%;
}
li.col-md-6.col-sm-8.col-xs-12.maxHeight-main {
    width: 100%;
}
.nav-template li:hover a , .nav-template li:hover {
    text-decoration: none !important;
}
.nav-template .col-md-4.col-sm-4.col-xs-4.padding-col {
    width: 100%;
}
.nav-template .col-md-8.col-sm-8.col-xs-8.padding-col {
    width: 100%;
    padding: 5% 0% 0 0% !important;
}
.get-contact {
    grid-template-columns: 20px auto;
    gap: 10px;
}
.TabItpContentLandingPage6>ul {
    display: flex;
}
.nav-justified>li {
    width: 100%;
}
.CASS-H-middle-mid {
    padding: 0px 10%;
}
.CASS-H-middle-mid div {
    padding: 0;
}
    #controlBanner {
        margin-top: 50px;
        visibility: hidden;
    }
}





/* Large Devices, Wide Screens */
@media only screen and (max-width:480px) {
ul#slider69cdd64b7e82d9001373ed5f {
    display: block;
}
#imagesControl69cdd64b7e82d9001373ed5f {
    padding: 0 !IMPORTANT;
}
.h1, h1 {
    font-size: 2.8em;
}
.about-us {
    padding: 0 0% 0 0;
}
.grid figure p {
    font-size: 0.85em;
}  
.why-group {
    grid-template-columns: repeat(1, 1fr);
}
.why-icon {
    grid-template-columns: 10% auto;
    gap: 15px;
}
.itopplus-footer {
    font-size: 14px;
}
.footer-address {
    padding: 0 0%;
}
.footer-contact {
    display: none;
}
.about-sub {
    font-size: 1em;
}
.about-sub3 {
    padding: 3% 0 0 0%;
}
.strengths-group {
    grid-template-columns: repeat(1, 1fr);
}
.service-gruop {
    grid-template-columns: repeat(1, 1fr);
}
.service-gruop-mb {
    display: flex;
    flex-direction: column-reverse;
}
.service-gruop-text {
    padding: 10% 2%;
}
.itp-newshare-button {
    padding-left: 3rem !important;
    padding-right: 3rem!important;
}
.modal-dialog {
    width: 90% ! IMPORTANT;
}
.landingpagemanager {
    display: none;
}
.get-border-group {
    grid-template-columns: repeat(1, 1fr);
    padding: 0 15px;
}
 .get-border {
    border-right: 0px solid #aaaaaa;
}
.get-contact {
    grid-template-columns: 25px auto;
    gap: 15px;
    justify-content: start;
}
.CASS-H-middle-mid {
        padding: 0px 6%;
}
}

