@font-face {
  font-family: 'MyWebFont';
  src: url('font/pragati.ttf')  format('truetype');
}

.pragati,.pragatiall *{
  font-family: 'MyWebFont', sans-serif;
  letter-spacing: 2px;
}

@font-face {
  font-family: 'MyWebFont2';
  src: url('font/nixie.ttf')  format('truetype');
}

.nixie,.nixieall *{
  font-family: 'MyWebFont2', sans-serif;
}

@font-face {
  font-family: 'MyWebFont3';
  src: url('font/keepcalm.ttf')  format('truetype');
}

.homeapple,.homeappleall *{
  font-family: 'MyWebFont3', sans-serif;
}

@font-face {
  font-family: 'MyWebFont4';
  src: url('font/redhat.ttf')  format('truetype');
}

.redhat,.redhatall *{
  font-family: 'MyWebFont4', sans-serif;
  letter-spacing: 1.5px;
  line-height: 1.5;
}

@font-face {
  font-family: 'MyWebFont5';
  src: url('font/actabook.ttf')  format('truetype');
}

.actabook,.actabookall *{
  font-family: 'MyWebFont5', sans-serif;
  
}

@font-face {
  font-family: 'MyWebFont6';
  src: url('font/mulil.ttf')  format('truetype');
}

.mulil,.mulilall *{
  font-family: 'MyWebFont6', sans-serif;
  
}


@font-face {
  font-family: 'MyWebFont7';
  src: url('font/actabold.ttf')  format('truetype');
}

.actabold, .actaboldall *{
  font-family: 'MyWebFont7', sans-serif;
  
}

@font-face {
  font-family: 'MyWebFont8';
  src: url('font/actaexbold.ttf')  format('truetype');
}

.actaexbold, .actaexboldall *{
  font-family: 'MyWebFont8', sans-serif;
  
}

@font-face {
  font-family: 'MyWebFont9';
  src: url('font/robotoli.ttf')  format('truetype');
}

.robotoli, .robotoliall *{
  font-family: 'MyWebFont9', sans-serif;
  
}

@font-face {
  font-family: 'MyWebFont10';
  src: url('font/roboto.ttf')  format('truetype');
}

.roboto, .robotoall *{
  font-family: 'MyWebFont10', sans-serif;
  
}

.row.display-flex {
  display: flex;
  flex-wrap: wrap;

}
.row.display-flex > [class*='col-'] {
  flex-grow: 1;
}

.haboutus{
  background-color: white;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}


.title{
  border-bottom: 1px solid #001c71 !important;
  border-top:1px solid #001c71 !important;
}

.menu-border{
  border: 1px solid #001c71 !important;
}

.select-border{
  border-bottom: 1px solid #001c71 !important;
}

.aboutus .ltitle{
  border-bottom: 1px solid #001c71 !important;
}

.aboutus p{
  line-height: 2;
}


.aboutus .mission{
  margin-top: 50px;
  /*background-color: #F1F2F2 !important;*/
  padding-top:80px;
  padding-bottom: 80px;
}

.aboutus .borderbox{
  
  background-color: #001c71;
  border-radius: 30px;
  margin-bottom: 50px !important;
  margin-right: 0px !important;
}

.aboutus .underline {
  text-decoration: none; 
  position: relative;
}   


.aboutus .underline:hover:after {
    position: absolute;
    height: 2px;
    margin: 0 auto;
    content: '';
    left: 0;
    right: 0;
    width: 100%;
    background-color:  #001c71;
    left: 0;
    bottom: -15px; /* adjust this to move up and down. you may have to adjust the line height of the paragraph if you move it down a lot. */
}

.aboutus .active .underline:after {
    position: absolute;
    height: 2px;
    margin: 0 auto;
    content: '';
    left: 0;
    right: 0;
    width: 100%;
    background-color:  #001c71;
    left: 0;
    bottom: -15px; /* adjust this to move up and down. you may have to adjust the line height of the paragraph if you move it down a lot. */
}

.aboutus .mbox {
}


.aboutus .story h4{
  letter-spacing: 3px;
}
.aboutus .story .desc{
  color: white !important;
  line-height: 2;
}
.aboutus .story .icon{
  position: absolute;
  bottom: -45px;
  right: 0;
}
.aboutus .story .icon img{
  max-width: 120px !important;
}
.aboutus .mission h3{
  letter-spacing: 2.5px !important;
}
.aboutus .mission .section{
  background-color: white !important;
  padding-top: 40px;
  padding-bottom: 30px;
  box-shadow: 0 10px 16px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19) !important;
}

.business .borderbox{

  background-color:  #001c71;
  padding: 30px;
  margin-top: 100px;
  margin-left: -50px;
}



.business h1{
  margin: 0px;
}

.business p{
  margin-bottom: 20px;

}

.business h4{
  line-height: 1.6 !important;
}

.business .top-right {
  position: absolute;
  top: -39px;
  right: 3px;
  color: #e6e6e6 !important;
  opacity: 0.6;
  font-size: 100px;
}
.technology .ttitle{
  margin-top: -19px;
}
.technology .ldot{
  position: absolute;
  left: -1px;
  top: -4px;
}
.technology .rdot{
  position: absolute;
  right: -1px;
  top: -4px;
}
.technology .bg1{
  background-image: url(/mem_module/library/image/techbg1.png);
  background-size:cover;
}

.technology .bg2{
  background-color: #edebeb;
}

.technology .bg3{
  background-image: url(/mem_module/library/image/techbg2.png);
  background-size:cover;
}

/*.technology .bgbox1{
  background-image: url(/mem_module/library/image/sbg1.png);
  background-size:cover;
  height: 180px !important;
}*/

.technology .bgbox1{
  border-bottom: 1px solid white !important;
  border-left: 1px solid white !important;
  border-right: 1px solid white !important;
  height: 250px !important;
}
.technology .bgbox1 ul{
    padding-left: 60px;
    padding-right: 25px;
}
.technology .bgbox1 li{
    margin-bottom: 7px;
    text-indent: -4px;
    font-size: 16px;
}
.technology .line{
  width: 25%;
  border-top: 1px solid #231f20 !important;

}

.technology .odmline{
  width: 25%;
  border-top: 1px solid white !important;
}

.technology .smbox{
  background-color:  #001c71;
  padding: 10px;
  height:150px;
}

.contactus .bg{
  background-color: #edebeb !important;
}


.contactus .spacing{
  letter-spacing: 2px
  line-height : 2;
}

.contactus .borderbox{
border: 1px solid #001c71 !important;
  width: 90% !important;

}



.contactus .mg{
  margin-top: 10px;
  margin-bottom: 10px;
}

.contactus .selectbox{
width: auto;
}


.contactus .img-wrapper{
    position: relative;
    width: 100%;
    height: 670px !important;
}

.contactus .img-wrapper img{
    pointer-events: none;
    width: 100%;
    height: 100%;
    display: block !important;
    margin-left: auto;
    margin-right: auto;
    object-fit: cover;
}

.blog .img-center{
    position: relative;
    width: 100%;

}

.blog .img-center img {
    pointer-events: none;
    max-width: 50%;
    display: block !important;
    margin-left: auto;
    margin-right: auto;
  
}

.blog .p-mg-bt{
  margin-bottom: 20px !important;
}

.blog .btn-mg-bt{
  margin-top: 30px !important;
  margin-bottom: 100px !important;
}

.blog .btn-read{
  margin-top: 30px !important;
  border-color: #001c71 !important;
  border: 1px solid #001c71 !important;
   font-family: 'MyWebFont6', sans-serif;
  color: #001c71 !important;
  font-size: 16px !important;
  padding: 10px;
  white-space: nowrap;

}

.blog .slick-dots li{
  border: 1px solid #001c71 !important;
  border-radius: 50%;
  height: 30px;
  width: 30px;
}
.blog .slick-dots li>a{
  color:#001c71 !important;
  vertical-align: sub !important;
  font-family: 'MyWebFont10', sans-serif;

}



.hwcs{
  padding-top:80px;
  padding-bottom: 140px;
}

.projects{
  background-image: url(/mem_module/library/image/1.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-top:30px;
  padding-bottom: 80px;
}
.propage{
  background-image: url(/mem_module/library/image/1.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-top: 50px;
  padding-bottom: 70px;
}
.propage{
  background-image: url(/mem_module/library/image/1.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-top: 50px;
  padding-bottom: 70px;
}

.quote{
  background-image: url(/mem_module/library/image/quote.png);
    background-size: contain;
    background-position: 0px;
    background-repeat: no-repeat;
    padding-left: 40px;
    /* padding-right: 4px !important; */
    padding-top: 15px;
    padding-bottom: 15px;
    letter-spacing: 4px;
    line-height: 1.1;
}
.quote2{
    background-image: url(/mem_module/library/image/quote.png);
    background-size: contain;
    background-position: 14px;
    background-repeat: no-repeat;
    padding-left: 45px;
    /* padding-right: 4px !important; */
    padding-top: 22px;
    padding-bottom: 23px;
    letter-spacing: 4px;
    line-height: 1.1;
}
.projects .nav-pills {
    margin-left: auto;
    display: table !important;
    margin-right: auto;
}
.projects .nav-pills .active {
    border: 1px solid white !important;
    border-bottom-left-radius: 15px;
    border-top-right-radius: 15px;
}
.projects .nav-pills li {
    padding: 8px 25px 8px 25px;
    margin-right: 20px;
}
.projects .nav-pills li h4{
    letter-spacing: 1.8px !important;
}

.projects .img-wrapper {
    position: relative;
    width: 100%;
    height: 500px !important;
    margin-bottom: 8px;
    padding-right: 15px;
    overflow: hidden !important;
}
.projects .desc {
    height: 50px;
    overflow: hidden;
}
.projects .img-wrapper img {
    pointer-events: none;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    display: block !important;
}


.projects .slick-dots li{
  border: 1px solid white !important;
  height: 30px;
  width: 25px;
}
.projects .slick-dots li>a{
  color:white !important;
  vertical-align: sub !important;
  font-family: 'MyWebFont4', sans-serif;
}
.propage #myCarousel .item:hover{
  cursor: zoom-in !important;
}
.services{
  background-image: url(/mem_module/library/image/1.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-top:30px;
  padding-bottom: 80px;
}

.footer{
  padding-top: 10px;
  padding-bottom: 0px;
  margin-bottom: 0px !important;
}

.footer p span{
  display: inline-flex !important;
}

.footer p{
  font-size:14px !important;
}

.footer h4{
  font-size:18px !important;
}

.footer .flogo{
  max-width: 400px;
}
.footer .ficon{
  max-width: 30px !important;
}

.footer hr{
  height:2px;
  border-top: 3px; 
  color:grey; 
  background-color :grey;
}

.footer a{
  color: #231f20 !important;

}


.responsive-footer p{
  margin-top: 10px !important;
}

.fontblue{
  color: #001c71 !important;
}

.fontblack{
  color: #414142 !important;
}

h1{font-size:42px !important; color: black !important;}
p{font-size: 16px !important;}
h2{font-size: 40px !important;}
h3{font-size: 24px !important;}
h4{font-size: 20px !important;}

.hidden-cust{
  display: none;
}
.no-mg{margin-top: 0px !important;margin-bottom: 0px !important;}
.no-bt{margin-bottom: 0px !important;}
.no-top{margin-top: 5px !important;}

.mg-top{
margin-top:30px !important;
}

.sg-color{
  color:#cd957c !important;
}
.sg-text-color{
  color:#1C4DA1 !important;
}
.bg-footer {
  background-image: url(/mem_module/library/image/footerbg.png);
}

.topbar{
  background-color: #383839 !important;
  padding-top: 10px;
  padding-bottom: 0px;
}
.topbar .social img{
  max-width: 25px;
}

.topbar p{
  font-size: 12px !important;
  text-align: right;
}

.topbar i{
  font-size: 18px !important;
}
.topbar .fa-phone{
  font-size: 14px !important;
}
.topbar .phone{
  margin-right: 30px;
  font-size: 15px !important;
  letter-spacing: 1.3px;
}
.topbar .mgtop{margin-top: 5px !important;margin-bottom: 0px !important;}
.white-a{color:white !important;}

.bg-grey{
background-color: #F1F2F2;
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.bg-grey2{background-color: #dee0e2;
}
.bg-white{
  background-color: rgba(0, 0, 0);
  border-radius: 50px;
  padding-top: 20px;
  padding-bottom: 100px;
}



.mg-center{
  margin-left: auto !important;
  margin-right: auto !important;
}


.home-navbar .navbar-nav li>a{
  transition: color 1s;    
  color: white !important;
}

.back-to-top { 
    background: none;
    margin: 0;
    position: fixed;
    bottom: 0;
    color: black;
    right: 0;
    width: 90px;
    height: 85px;
    z-index: 98;
    display: none;
    text-decoration: none;
 
}
.back-to-top i { 
  font-size: 40px;
    background-color: black;
    color: white !important;
    border-radius: 50px;
    width: 40px;
    height: 40px;
    padding: 0px 8px 0px 7px;
    line-height: 34px;
}
.whatsapp {
    background: none;
    margin: 0;
    position: fixed;
    bottom: 110px;
    color: lightgrey;
    right: 48px;
    z-index: 98;
    display: none;
    text-decoration: none;
}
.whatsapp img{
  width: 40px !important;
}

.logo{
  max-width: 100px !important;
}
.navbar-fixed-top{
  position: absolute !important;
}
.navbar{
  background-color: white !important;
  border-color: white !important;
  border-radius: 0px !important;
}

.navbar .icon{
  text-align: right !important;
  margin-top: 18px;
}
.navbar .icon img{
  width: 22px !important;
  margin-right: 6px;
}

.home-navbar .navbar-nav li>a {
    font-size: 15px !important;
    color:#29306a !important;
    margin-right: 15px;
    font-weight: 800;
}
.home-navbar .navbar-nav li.active>a{
    color:#939695 !important;
    background-color: transparent !important;
}
.home-navbar .btn-search>span{
  color: black !important;
}
.home-navbar .dropdown-menu li{
  margin-bottom: 10px !important;
}
.home-carousel .btn-exp{
  border-radius: 0px !important;
  padding: 5px 20px 5px 20px !important;
}
.navbar-nav > li > .dropdown-menu {
    margin-top: 9px !important;
    z-index: 500 !important;
}
.hr-cust{
  border-top: 1px solid black !important;
}
.carousel-caption h1{
  font-family: 'MyWebFont8', sans-serif;
}
.carousel-caption h4{
  font-family: 'MyWebFont6', sans-serif;
  
}

}
.carousel-caption h2{
  font-family: 'MyWebFont8', sans-serif;

 
}

.haboutus .title{
  line-height: 1.6;
  letter-spacing: 2.6px;
}

.haboutus .stitle{
  line-height: 1.3;
  letter-spacing: 1.6px;
}
.haboutus .bigc{
  width: 230px;
  margin-bottom: 30px;
}
.haboutus .clients .slick-slide>div>a{
  padding-left: 20px;
  padding-right: 20px;
}
.haboutus .clients .img{
    width: 130px !important;
    border-radius: 50px !important;
}
.haboutus .clients .descbox{
  border: 1px solid white !important;
  border-top-left-radius: 15px;
  border-bottom-right-radius: 15px;
  padding: 10px 20px 30px 20px;
}
.haboutus .clients .descbox .star{
  width: 90px;
}
.haboutus .clients .slick-dots li button:before,.projects .slick-dots li button:before{
  color:white !important;
}


.btn-view{
  background-color: transparent !important;
  border-radius: 0px !important;
  padding: 10px 25px 10px 25px !important;
}
.cover h1{
    position: absolute;
    left: 25%;
    text-align: right;
    letter-spacing: 2px;
    line-height: 1;
}




.services .nav-pills li{
 
}


.contactus .pdall{
  padding-left: 50px;
  padding-right: 0px;
  padding-top: 0px;
  padding-bottom: 10px;
}

.contactus .sm-title{
  padding-left: 30px;
}

.contactus .row{
  margin-left: auto !important;
  margin-right: auto;
  margin-top: 10px;
  padding-top: 30px;
}



.contactus .form-control::placeholder { /* Firefox, Chrome, Opera */ 
    font-family: 'MyWebFont6', Fallback, sans-serif;
    text-align: left;
    margin-top: 15px;
    color:#001c71 !important;
} 
  
.contactus .form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */ 
    font-family: 'MyWebFont6', Fallback, sans-serif;
    text-align: left;
    margin-top: 15px;
    color:#001c71 !important;
} 
  
.contactus .form-control::-ms-input-placeholder { /* Microsoft Edge */ 
    font-family: 'MyWebFont6', Fallback, sans-serif;
    text-align: left;
    margin-top: 15px;
    color:#001c71 !important;
} 

.contactus .form-control{
  border-radius: 5px !important;
  border:none !important;
  text-align: left;
  padding-top: 5px;
  box-shadow: none !important;

}

.contactus select{
   height:50px;
}
.contactus input{
  /*height: 50px !important;*/
  background-color: rgb(0,0,0,0) !important;
  color:#001c71 !important;

}
.contactus .btn{
  background-color: #282f68 !important;
  padding: 8px 40px 8px 40px !important;
  border-radius: 0px;
  color: white !important;
  border:0px !important;
}
.contactus .input-group-addon{
  padding: 5px 25px 0px 25px !important;
  border-radius: 15px !important;
}
.contactus .input-group input{
  border-radius: 15px !important;
}
.contactus #recaptcha>div{
  margin-left: auto !important;
  margin-right: auto !important;
}


.btn-facebook{
  font-size: 16px !important;
  color:white !important;
  background-color: #3b5998 !important;
}


.haudetail{
  background-color: #58595b !important;
}

.haudetail .title{
  border-color: white !important;
  border: 1px solid white !important;
  padding: 5px;
  font-size: 30px !important;
  margin-top: 50px;
}

.haudetail p{
  font-size: 25px !important;
  
}

.stitle{
  font-size: 40px !important;
  padding-left: 0px !important;
  margin-bottom: 0px !important;
}


@media only screen and (min-width: 1300px) {
}
@media  (min-width:1000px) and (max-width:1300px) {
  .home-navbar .navbar-nav li>a{
    font-size: 10px !important;
    letter-spacing: 1.2px;
  }
}

@media only screen and (min-width: 768px){
  .copyright{font-size: 13px !important;}

.pd-rt{
  padding-right: 30px !important;
}
.pd-lt{
  padding-left:30px !important;
}

  .logo{margin-left: auto;margin-right: auto;margin-top: 15px;margin-bottom: 15px;}
  .xs-display{display: none !important;}
  .navbar-default{
    margin-bottom: 0px !important;
  }
  .navbar-nav>li>a {
      font-size: 12px !important;
  }
  .navbar-brand{
    height: 100px !important;
  }
.navbar-nav {
    font-size: 22px !important;
    text-align: center;
}
.navbar-brand {
  background-image: url(/mem_module/library/image/logobg.png);
  background-size: contain;
  background-position: center center;
  background-repeat: repeat;
  padding-top: 15px;
  padding-bottom: 15px;
}
.propage .img-wrapper {
    position: relative;
    width: 100%;
    height: 500px !important;
    margin-bottom: 8px;
    padding-right: 15px;
}
.propage .img-wrapper img {
    pointer-events: none;
    width: 100% !important;
    height: 100% !important;
    -o-object-fit: cover;
    object-fit: cover;
    display: block !important;
}

.blog .textbox{
  padding-left: 100px;
  padding-right: 100px;

}
.home-navbar .navbar-nav li.lang{
  margin-top: 16px !important;
}
  .home-navbar .navbar-nav li.lang a{
    color:#29306a !important;
  }
}
@media  (min-width:768px) and (max-width:992px) {
  .navbar-collapse{
    width: 100% !important;
  }
  .home-navbar .navbar-nav li>a{
    font-size: 14px !important;
    letter-spacing: 1.2px;
    padding-bottom: 5px;
  }
  .navbar-default{
    background-color: white !important;
    padding-bottom: 15px !important;
  }
  .navbar-nav {
      font-size: 16px !important;
      text-align: center;
      width: 100% !important;
  }
  .nav > li {
    display: inline-block !important;
    float: none !important;
  }
  .carousel-caption h4{

  color:#001c71 !important;
  text-align: center !important;
  
  font-size: 35px !important;

}

.carousel-caption h1{
  color:#001c71 !important;
  font-size: 50px !important;
    margin-bottom:0px !important;
}

.carousel-caption h2{
  color:#001c71 !important;
  font-size: 45px !important;
    margin-top:0px !important;
}

  .cover h1{
  font-size: 35px !important;
  bottom: 10px;
  }
  .projects .img-wrapper {
      height: 350px !important;
  }

  .high-mg{
  margin-bottom: 150px !important;
} 

.haudetail .title{
  border-color: white !important;
  border: 1px solid white !important;
  padding: 5px;
  font-size: 25px !important;
  margin-top: 50px;
}

.haudetail p{
  font-size: 20px !important;
  
}

.spic{
  height: 280px !important;
  width: 275px !important;
  overflow: hidden !important;
  position: relative;
  border-radius: 150px !important;

  
}

.business .borderbox{
  
  margin-top: -20px;
  margin-left: 0px;
}

.technology .sm-img{
  max-width: 50% !important;
    display: block;
  margin-left: auto;
  margin-right: auto;
}
.sm-aboslute{
  position: absolute !important;
}

  .product .pcircle p{
    width: 180px !important;
  }
}



@media only screen and (min-width: 1200px){

.caption h4{
  font-family: 'MyWebFont6', sans-serif;
  color: #001c71 !important;
  /*margin-left:190px;*/
  font-size: 40px !important;
  letter-spacing: 1px;
  white-space: nowrap;
  margin-bottom: 50px !important;
}

.caption h2{
  
  color: #001c71 !important;
  
  font-size: 80px !important;
  margin-top: 0px;
  letter-spacing: 5px;
  z-index:123;
  /*margin-left: 40px;*/
  
}
.caption h1{
  color: #001c71 !important;
 
  font-size: 120px !important;
  letter-spacing: 5px;
  z-index:123;
  margin-top: 200px;
 /* margin-left: 200px;*/
  white-space: nowrap;
}

.caption .btn-view{
  margin-top: 30px !important;
  border-color: #001c71 !important;
  border: 1px solid #001c71 !important;
   font-family: 'MyWebFont6', sans-serif;
  color: #001c71 !important;
  font-size: 25px !important;
  /*margin-left: 190px;*/
  padding: 10px !important;
  white-space: nowrap;

}

.vertical .carousel-inner {
  height: 100%;
}

.carousel.vertical .item {
  -webkit-transition: 0.6s ease-in-out top;
     -moz-transition: 0.6s ease-in-out top;
      -ms-transition: 0.6s ease-in-out top;
       -o-transition: 0.6s ease-in-out top;
          transition: 0.6s ease-in-out top;
}

.carousel.vertical .active {
  top: 0;
}

.carousel.vertical .next {
  top: 100%;
}

.carousel.vertical .prev {
  top: -100%;
}

.carousel.vertical .next.left,
.carousel.vertical .prev.right {
  top: 0;
}

.carousel.vertical .active.left {
  top: -100%;
}

.carousel.vertical .active.right {
  top: 100%;
}

.carousel.vertical .item {
    left: 0;
}



.carousel.vertical .carousel-indicators {
    right: auto;
    top: 50%;
    transform: translate(-50%);
    bottom: auto;
    left: 60px;
    width: auto;
    margin: 0;
    padding: 0;
}
.carousel.vertical .carousel-indicators li {
    display: block;
    margin: 5px 0;
    width: 16px !important;
    height: 16px !important;
}


.carousel.vertical .carousel-indicators li {
    border-color: #2F368A;
    border: 1px solid transparent;
    background-color: transparent;
}
.carousel.vertical .carousel-indicators li:after {
    content: '';
    position: absolute;
    background-color: transparent !important;
    width: 10px;
    height: 10px;
    display: block;
    border-radius: 50px;
    margin-left: 2px;
    margin-top: 2px;
    border-color: #2F368A;
    border: 1px solid #2F368A;
  }

.carousel.vertical .carousel-indicators li.active:after {
    /*background-color: white !important;*/
    content: '';
    position: absolute;
    background-color: transparent !important;
    width: 10px;
    height: 10px;
    display: block;
    border-radius: 50px;
    margin-left: 2px;
    margin-top: 2px;
    border-color: #2F368A;
    border: 1px solid #2F368A;
  }

.spic{
  height: 280px !important;
  width: 275px !important;
  overflow: hidden !important;
  position: relative;
  border-radius: 150px !important;
  
}

.series .mg-left{
  margin-left: 250px !important;
  
}

.aboutus .borderbox{
  height:350px !important;
}

.business .borderbox{

  margin-top: 100px;
  margin-left: -50px;
}



}

@media  (min-width:1200px) and (max-width:1700px) {
.spic{
  height: 200px !important;
  width: 195px !important;
  overflow: hidden !important;
  position: relative;
  border-radius: 150px !important;
  
}



}

@media  (min-width:992px) and (max-width:1200px) {
  .projects .img-wrapper {
      height: 300px !important;
  }

  .caption h4{
  font-family: 'MyWebFont6', sans-serif;
  color: #001c71 !important;
  /*margin-left:190px;*/
  font-size: 20px !important;
  letter-spacing: 1px;
  white-space: nowrap;
  margin-bottom: 20px !important;
}

.caption h2{
  
  color: #001c71 !important;
  
  font-size: 40px !important;
  margin-top: 0px;
  letter-spacing: 5px;
  z-index:123;
  /*margin-left: 40px;*/
  
}
.caption h1{
  color: #001c71 !important;
 
  font-size: 60px !important;
  letter-spacing: 5px;
  z-index:123;
  margin-top: 200px;
 /* margin-left: 200px;*/
  white-space: nowrap;
}

.mg-left{
  margin-left: 100px !important;
  margin-top: -160px;
}

.caption .btn-view{
  margin-top: 30px !important;
  border-color: #001c71 !important;
  border: 1px solid #001c71 !important;
   font-family: 'MyWebFont6', sans-serif;
  color: #001c71 !important;
  font-size: 20px !important;
  /*margin-left: 190px;*/
  padding: 5px !important;
  white-space: nowrap;

}

.spic{
  height: 200px !important;
  width: 195px !important;
  overflow: hidden !important;
  position: relative;
  border-radius: 150px !important;
  
}

.series .mg-left{
  margin-left: 100px !important;
  
}

}

@media only screen and (max-width: 768px) {
h1{font-size:26px !important;}
p{font-size: 14px !important;}
h2{font-size: 20px !important;}
h3{font-size: 18px !important;}
h4{font-size: 16px !important;}
.copyright{font-size: 11px !important;}
.navbar-fixed-top{
  position: relative !important;
}
.footer p{
  font-size: 13px !important;
}
.navbar-toggle{
  margin-top: 25px !important;
}
.logo{width:250px;padding-bottom: 10px;}
.home-navbar{margin-bottom: 0px !important;background-color: white !important;}
  .text-xs-center{text-align: center !important;}
  .xs-hidden{
    display: none !important;
  }
  #custom-search-input{
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .navbar-brand{height: auto !important;}
  .home-navbar .navbar-nav li>a{
    letter-spacing: 1.5px;
  }
  .home-navbar .dropdown-menu{
    border: 1px solid black !important;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175) !important;
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175) !important;
  }
  .haboutus .bigc{
    width: 150px;
  }
  .services .title:after{
    width: 6% !important;
    top:60px !important;
  }
  .footer .flogo{
    max-width: 300px;
  }

.carousel-caption h4{

  color:#001c71 !important;
  text-align: center !important;
  
  font-size: 25px !important;

}

.carousel-caption h1{
  color:#001c71 !important;
  font-size: 40px !important;
    margin-bottom:0px !important;
}

.carousel-caption h2{
  color:#001c71 !important;
  font-size: 30px !important;
    margin-top:0px !important;
}

  .cover h1{
  font-size: 20px !important;
  bottom: 0px;
}
  .projects .img-wrapper {
      height: 200px !important;
  } 


  .high-mg{
  margin-bottom: 50px !important;
} 

 .smview{
  
  border-color: #001c71 !important;
  border: 1px solid #001c71 !important;
   font-family: 'MyWebFont6', sans-serif;
  color: #001c71 !important;
  font-size: 20px !important;
  padding: 5px;
  white-space: nowrap;
}

.haudetail .title{
  border-color: white !important;
  border: 1px solid white !important;
  padding: 5px;
  font-size: 20px !important;
  margin-top: 50px;
}

.haudetail p{
  font-size: 15px !important;
  
}

.stitle{
  font-size: 30px !important;
  padding-left: 0px !important;
  margin-bottom: 0px !important;
}

.aboutus .borderbox{
  height:400px !important;
}

.business .borderbox{
  
  margin-top: 0px;
  margin-left: 0px;
}

.technology .sm-img{
  max-width: 50% !important;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.blog .textbox{
  padding-left: 10px;
  padding-right: 10px;

}

  .nav>li{
    margin-left: 15px;
  }
  .nav .lang p{
    margin-left: 15px !important;
    font-size: 18px !important;
  }
  .product .pcircle p{
    width: 185px !important;
  }
}
@media only screen and (max-width: 500px) {
  .product .pcircle>div>div{
    width: 115px !important;
    height: 115px !important;
  }
  .product .pcircle p{
    width: 95px !important;
  }
  .cover h1{
    font-size: 11px !important;
  }
  .product .btn-arrow:before{
    width: 55% !important;
  }
  .product .btn-arrow:after{
    width: 20% !important;
  }
  .blog .img-center img {
      max-width: 70% !important;
  }
  .blog h1{
    font-size: 18px !important;
  }
  .high-mg {
    margin-bottom: 0px !important;
  }
  .carousel-caption {
    bottom: 5px !important;
  }
}
@media only screen and (max-width: 992px) {
.sm-hidden{display: none !important;}
  .filter-sm .panel-default > .panel-heading, .filter-sm .panel-default{
    background-color: transparent !important;
    border-color: transparent !important;
  }
  .filter-sm .panel-group{
    margin-bottom: 0px !important;
  }
  .contactus .input-group .form-control{
    margin-bottom: 0px !important;
  }
  .contactus .form-control{
    margin-bottom: 25px !important;
  }
  .mg-xs-bt{
    margin-bottom: 50px;
    top: 0px !important;
  }
    .text-sm-center{
    text-align: center !important;
  }

  .contactus .cicon{
    max-width: 200px !important;
  }

  .contactus .space-right{
    padding-left: 0px;
    padding-right: 0px
  }

  .hbr-lt{
  border-left: 0px solid #001c71 !important;
}

.contactus .img-wrapper{
    position: relative;
    width: 100%;
    height: 300px !important;
}
  #myCarousel,.carousel-inner{
    z-index: -500;
  }
  .carousel-caption{
    z-index: 500;
  }
  /*.carousel-caption{
    background-color: rgba(0,0,0,0.5);
    height: 230px !important;
  }*/
  .product.body .pdesc .overlay,.product.body .pdesc .overlay2,.product.oral .pdesc .overlay,.product.oral .pdesc .overlay2{
    display: none !important;
  }
  .product.body .pdesc .dot,.product.oral .pdesc .dot{
    padding-top: 10px !important;
  }
}



@media only screen and (max-width: 1200px) {

}
@media only screen and (max-width: 1300px) {
  .hoffer .section{
    padding: 10px 60px 0px 40px !important;
  }
}

 @media only screen and (min-width: 992px) {
  .topbar .border-right{
    border-right: 0.5px solid #333333;
  }
  .topbar .border-left{
    border-left: 0.5px solid #333333;
  }
  .navbar-collapse.col-md-9 {
      width: 75% !important;
  }
  .navbar-collapse.collapse {
    display: block;
  }
  
.sm-display{display: none !important;}
  .home-navbar .navbar-nav>li {
      margin-top: 12px;
      margin-right: 15px;
  }
  .home-navbar .navbar-nav li>a {
      padding-top: 5px !important;
      padding-bottom: 5px !important;
  }
  .display-sm{
    display: none !important;
  }
  #myNavbar{
    margin-top: 30px !important;
  }

  #myNavbar{
    width: 66% !important;
  }
  .haboutus .adesc{
    margin-top: 50px;
  }

  .cover h1{
  font-size: 55px !important;
  bottom: 0px;
}
 /* .carousel-caption{
    width: 50% !important;
    height: 100% !important;
    bottom: 0 !important;
    left: 0 !important;
    background-color: rgba(0,0,0,0.5)
  }
  .carousel-caption h1{
    margin-top: 33% !important;
  }*/
  .hproject .first .img-wrapper {
      position: relative;
      width: 100%;
      height: 550px !important;
      margin-top: 60px;
      margin-bottom: 8px;
  }

  .hbr-lt{
  border-left: 1px solid #001c71 !important;
}
.product .psection.skincare .pdesc{
  margin-top: 100px;
}
  .psection{
    margin-top: -25px !important;
    padding-left: 25px !important;
  }
  .product .pcircle>div>div{
    width: 155px !important;
    height: 155px !important;
  }
  .product.body .pdesc .dot{
    padding-left: 50px !important;
    padding-right: 50px !important;
    padding-top: 0px !important;
  }
  .product.body .pdesc .overlay{
    position: absolute;
    width: 130px;
    right: -30px;
    top: -45px;
  }
  .product.body .pdesc .overlay2{
    position: absolute;
    right: 0px;
    bottom: 0px;
  }
  .product.oral .pdesc .overlay{
    position: absolute;
    width: 240px;
    right: -60px;
    bottom: -50px;
    z-index: 500;
  }
  .product.oral .pdesc .overlay2{
    position: absolute;
    right: 0px;
    bottom: 0px;
  }
  .hproduct .img-wrapper{
      width: 100% !important;
      height: 980px !important;
  }
  .hproduct .img-wrapper img{
      pointer-events: none;
      width: 100% !important;
      height: 100% !important;
      -o-object-fit: cover;
      object-fit: cover;
      display: block !important;
  }
}


@media only screen and (min-width: 1200px){
  .container {
      width: 80% !important;
  }
  .text-md-right{
    text-align: right !important;
  }

  .mg-left{
  margin-left: 200px;
}
  .product .pcircle>div>div{
    width: 160px !important;
    height: 160px !important;
  }
}


.vertical .carousel-inner {
  height: 100%;
}

.carousel.vertical .item {
  -webkit-transition: 0.6s ease-in-out top;
     -moz-transition: 0.6s ease-in-out top;
      -ms-transition: 0.6s ease-in-out top;
       -o-transition: 0.6s ease-in-out top;
          transition: 0.6s ease-in-out top;
}

.carousel.vertical .active {
  top: 0;
}

.carousel.vertical .next {
  top: 100%;
}

.carousel.vertical .prev {
  top: -100%;
}

.carousel.vertical .next.left,
.carousel.vertical .prev.right {
  top: 0;
}

.carousel.vertical .active.left {
  top: -100%;
}

.carousel.vertical .active.right {
  top: 100%;
}

.carousel.vertical .item {
    left: 0;
}



.carousel.vertical .carousel-indicators {
    right: auto;
    top: 50%;
    transform: translate(-50%);
    bottom: auto;
    left: 60px;
    width: auto;
    margin: 0;
    padding: 0;
}
.carousel.vertical .carousel-indicators li {
    display: block;
    margin: 5px 0;
    width: 16px !important;
    height: 16px !important;
    border-color: #282f68 !important;
    border: 1px solid #282f68 !important;
    background-color: transparent !important;
}


.carousel.vertical .carousel-indicators li {
    
}
.carousel.vertical .carousel-indicators li:after {
    content: '';
    position: absolute;
    background-color: #282f68 !important;
    width: 10px;
    height: 10px;
    display: block;
    border-radius: 50px;
    margin-left: 2px;
    margin-top: 2px;
}

.carousel.vertical .carousel-indicators li.active:after {
    /*background-color: white !important;*/
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    display: block;
    border-radius: 50px;
    margin-left: 2px;
    margin-top: 2px;
    border-color: #282f68 !important;
    border: 1px solid #282f68 !important;
    background-color: #282f68 !important;
  }

.carousel-item .carousel-control:nth-child(1),.carousel-news .left{
    width: 1px;
    background-image: none !important;
    margin-left: -2% !important;
}

.carousel-item .carousel-control:nth-child(2),.carousel-news .right{
    width: 1px;
    background-image: none !important;
    margin-left: 2% !important;
}

.carousel-control.left{
    width: 30px !important;
    background-image: none !important;
}

.carousel-control.right{
    width: 100px !important;
    background-image: none !important;
}

.carousel-control .glyphicon-menu-left,.carousel-control .glyphicon-menu-right{
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
    margin-top: -10px;
    color:black !important;
    font-size: 26px !important;
    background-color: white !important;
    width: 45px !important;
    height: 45px !important;
    line-height: 1.8 !important;
}

/*.carousel-caption h4{

  color:#001c71 !important;
  text-align: center !important;
  
  font-size: 30px !important;

}

.carousel-caption h1{
  color:#001c71 !important;
  font-size: 50px !important;
    margin-bottom:0px !important;
}

.carousel-caption h2{
  color:#001c71 !important;
  font-size: 40px !important;
    margin-top:0px !important;
}
*/
.ug-textpanel-title{
  text-align: center !important;
}

.ug-bullet{
  background-color: #1C4DA1 !important;
  background-image: none !important;
}

  .slick-slide {
    margin: 0 15px;
  }
  /* the parent */
  .slick-list {
    margin: 0 -27px;
  }
.hvr-underline-from-left:before {
    background: darkgrey !important;
}




.neg-zindex{
  z-index: -2;
}



.rotate{
  writing-mode: vertical-rl;
  text-orientation: mixed;
  color: #001c71 !important;
  /*margin-left: 185px;*/
  margin-top: 65px;
}

 .caption .line{
  border-left: 1px solid #001c71;
  height: 100px;
  margin-left: 10px;
}


.haboutus .btn-read{
  margin-top: 30px !important;
  border-color: #001c71 !important;
  border: 1px solid #001c71 !important;
   font-family: 'MyWebFont6', sans-serif;
  color: #001c71 !important;
  font-size: 16px !important;
  
  padding: 10px;
  white-space: nowrap;

}

.haboutus .line{
  border-left: 1px solid #001c71;
  height: 70px;
  margin-left: 50px;
  margin-top: 30px;
}

.haboutus h2{
  font-size: 50px !important;
}

.haboutus h3{
  font-size: 30px !important;
}

.haboutus p{
  font-size: 20px !important;
}




.br-lt{
  border-left: 1px solid #001c71 !important;
}

.mg-right{
  margin-right: 10px !important;
}



.spic img{
  height: 100% !important;
  width: 100% !important;
  object-fit: cover;
  position: relative;
}


.series {
  margin-top: 50px !important;
  z-index: 1px !important;
  white-space: nowrap;
}

.series .bluebg{
  background-color: #001c71 !important;
}

.series .img-titlecap{
  position: absolute;
  font-size: 35px !important;
  top: 8px;
  left: 16px;
  color: #001c71 !important;
}
.series .img-contentcap{
  position: absolute;
  top: 100px;
  left: 16px;
  color: #001c71 !important;
}

.series .img-linecap{
  position: absolute;
  top: 70px;
  left: 26px;
  border: 0;
  background-color: #001c71 !important;
  height: 1px;
  width: 400px;
}

.series h1{
  color:white !important;
  font-size: 30px !important;

}

.series .line{
  
   border: 0;
  background-color: white !important;
  height: 1px;
  width: 400px;
  margin-top: 70px;
  margin-left: 10px;
  margin-bottom: 10px;
  position:absolute;

}

.series .box{
  height: 320px;
  width: 550px;
  background-color: #001c71 ;
}

.series p{
    line-height: 2;

}

.series .no-pd{
  padding: 0px !important;
}

.series img{
  height: 500px !important;
  width: 100% !important;
}
.series .slick-arrow.btn{
    background-color: transparent;
    border: 1px solid #001C71;
    border-radius: 30px !important;
    width: 35px;
    height: 35px;
    margin-top: 25px;
}
.series .slick-arrow.btn .fa{
    color:#001C71 !important;
    display: block !important;
}
.series .btn-arrow:before{
  content: '';
  position: absolute;
  height: 2px;
  border-top: 1px solid #001C71;
  width: 140px;
  margin-top: 44px;
  margin-left: -190px;
}
 .smview{
  
  border-color: #001c71 !important;
  border: 1px solid #001c71 !important;
   font-family: 'MyWebFont6', sans-serif;
  color: #001c71 !important;
  font-size: 20px !important;
  padding: 5px;
  white-space: nowrap;
}

.no-pd{
  padding: 0px !important;
}





.product .panel-default {
    border: 0px !important;
    border-top: 1px solid #001C71 !important;
    border-radius: 0px !important;
    border-bottom: none !important;
    box-shadow: none !important;
}

.product .panel-heading {
    background-color: transparent !important;
    padding-left: 10px !important;
}

.product .panel-body {
    border-bottom: 1px solid #001C71 !important;
    border-radius: 0px !important;
    padding-left: 0px !important;
}

.product label {
    margin-bottom: 0px !important;
    font-weight: initial !important;
}

.product label > input[type="radio"] {
    display: none;
}

.product label > input[type="radio"] + * {
    display: inline-block;
    padding: 0.5rem 1rem;
}

.product label > input[type="radio"] + *::before {
    content: "";
    display: inline-block;
    width: 1rem;
    height: 1rem;
    margin-right: 0.3rem;
    border-radius: 50%;
    border-style: solid;
    border-width: 0.1rem;
    border-color: #001C71;
}

.product label > input[type="radio"]:checked + * {
    color: #001C71;
}

.product label > input[type="radio"]:checked + *::before {
    background-color: #001C71;
    border-color: white;
}

.product label a{
  color:#001C71 !important;
}

.product.remover .ptitle,.product.remover .pititle{
  color:#DC9696 !important;
}

.product.remover .pdesc{
  background-color: #F8F6E9 !important;
  line-height: 2;
  padding: 20px 15px 20px 15px !important;
}
.product.remover .pcircle>div>div{
  border:10px solid #DC9696;
  border-radius: 100px;
  width: 200px;
  height: 200px;
}

.product.remover .pcircle p{
  position: absolute;
  top: 0;
  width: 145px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.product.remover .psubtitle{
  color:#DC9696 !important;
  letter-spacing: 10px;
}

.product.remover .ingredient b{
  color:#001C71 !important;
}
.product.remover .ingredient .btn{
    background-color: transparent;
    border: 1px solid #DC9696;
    border-radius: 30px !important;
    width: 35px;
    height: 35px;
}
.product.remover .ingredient .btn .fa{
    color:#DC9696 !important;
    display: block !important;
}
.product.remover .btn-arrow:before{
  content: '';
  position: absolute;
  height: 2px;
  border-top: 1px solid #DC9696;
  width: 80%;
  margin-top: 18px;
  left: 0;
}

.product.remover .btn-arrow:after{
  content: '';
  position: absolute;
  height: 2px;
  border-top: 3px solid #DC9696;
  width: 30%;
  margin-top: 17px;
  left: 0;
}

.product.cleanser .ptitle,.product.cleanser .pititle{
  color:#F2CD8C !important;
}

.product.cleanser .pdesc{
  background-color: #E6E6E6 !important;
  line-height: 2;
  padding: 20px 15px 20px 15px !important;
}
.product.cleanser .pcircle>div>div{
  border:10px solid #F2CD8C;
  border-radius: 100px;
  width: 200px;
  height: 200px;
}

.product.cleanser .pcircle p{
  position: absolute;
  top: 0;
  width: 145px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.product.cleanser .psubtitle{
  color:#F2CD8C !important;
  letter-spacing: 10px;
}

.product.cleanser .ingredient b{
  color:#001C71 !important;
}
.product.cleanser .ingredient .btn{
    background-color: transparent;
    border: 1px solid #F2CD8C;
    border-radius: 30px !important;
    width: 35px;
    height: 35px;
}
.product.cleanser .ingredient .btn .fa{
    color:#F2CD8C !important;
    display: block !important;
}
.product.cleanser .btn-arrow:before{
  content: '';
  position: absolute;
  height: 2px;
  border-top: 1px solid #F2CD8C;
  width: 80%;
  margin-top: 18px;
  left: 0;
}

.product.cleanser .btn-arrow:after{
  content: '';
  position: absolute;
  height: 2px;
  border-top: 3px solid #F2CD8C;
  width: 30%;
  margin-top: 17px;
  left: 0;
}

.product.cream .ptitle,.product.cream .pititle{
  color:#F89824 !important;
}

.product.cream .pdesc{
  background-color: #F8F6E9 !important;
  line-height: 2;
  padding: 20px 15px 20px 15px !important;
}
.product.cream .pcircle>div>div{
  border:10px solid #F89824;
  border-radius: 100px;
  width: 200px;
  height: 200px;
}

.product.cream .pcircle p{
  position: absolute;
  top: 0;
  width: 145px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.product.cream .psubtitle{
  color:#F89824 !important;
  letter-spacing: 10px;
}

.product.cream .ingredient b{
  color:#001C71 !important;
}
.product.cream .ingredient .btn{
    background-color: transparent;
    border: 1px solid #F89824;
    border-radius: 30px !important;
    width: 35px;
    height: 35px;
}
.product.cream .ingredient .btn .fa{
    color:#F89824 !important;
    display: block !important;
}
.product.cream .btn-arrow:before{
  content: '';
  position: absolute;
  height: 2px;
  border-top: 1px solid #F89824;
  width: 80%;
  margin-top: 18px;
  left: 0;
}

.product.cream .btn-arrow:after{
  content: '';
  position: absolute;
  height: 2px;
  border-top: 3px solid #F89824;
  width: 30%;
  margin-top: 17px;
  left: 0;
}

.product.serum .ptitle,.product.serum .pititle{
  color:#3D7B83 !important;
}

.product.serum .pdesc{
  background-color: #F8F6E9 !important;
  line-height: 2;
  padding: 20px 15px 20px 15px !important;
}
.product.serum .pcircle>div>div{
  border:10px solid #3D7B83;
  border-radius: 100px;
  width: 200px;
  height: 200px;
}

.product.serum .pcircle p{
  position: absolute;
  top: 0;
  width: 145px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.product.serum .psubtitle{
  color:#3D7B83 !important;
  letter-spacing: 10px;
}

.product.serum .ingredient b{
  color:#001C71 !important;
}
.product.serum .ingredient .btn{
    background-color: transparent;
    border: 1px solid #3D7B83;
    border-radius: 30px !important;
    width: 35px;
    height: 35px;
}
.product.serum .ingredient .btn .fa{
    color:#3D7B83 !important;
    display: block !important;
}
.product.serum .btn-arrow:before{
  content: '';
  position: absolute;
  height: 2px;
  border-top: 1px solid #3D7B83;
  width: 80%;
  margin-top: 18px;
  left: 0;
}

.product.serum .btn-arrow:after{
  content: '';
  position: absolute;
  height: 2px;
  border-top: 3px solid #3D7B83;
  width: 30%;
  margin-top: 17px;
  left: 0;
}

.product.sunblock .ptitle,.product.sunblock .pititle{
  color:#4F3116 !important;
}

.product.sunblock .pdesc{
  background-color: #F8F6E9 !important;
  line-height: 2;
  padding: 20px 15px 20px 15px !important;
}
.product.sunblock .pcircle>div>div{
  border:10px solid #4F3116;
  border-radius: 100px;
  width: 200px;
  height: 200px;
}

.product.sunblock .pcircle p{
  position: absolute;
  top: 0;
  width: 145px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.product.sunblock .psubtitle{
  color:#4F3116 !important;
  letter-spacing: 10px;
}

.product.sunblock .ingredient b{
  color:#001C71 !important;
}
.product.sunblock .ingredient .btn{
    background-color: transparent;
    border: 1px solid #4F3116;
    border-radius: 30px !important;
    width: 35px;
    height: 35px;
}
.product.sunblock .ingredient .btn .fa{
    color:#4F3116 !important;
    display: block !important;
}
.product.sunblock .btn-arrow:before{
  content: '';
  position: absolute;
  height: 2px;
  border-top: 1px solid #4F3116;
  width: 80%;
  margin-top: 18px;
  left: 0;
}

.product.sunblock .btn-arrow:after{
  content: '';
  position: absolute;
  height: 2px;
  border-top: 3px solid #4F3116;
  width: 30%;
  margin-top: 17px;
  left: 0;
}
.product.body .ptitle,.product.body .pititle{
  color:#001C71 !important;
}

.product.body .pdesc{
  background-color: #12153E !important;
  padding-top: 40px;
}
.product.body .pdesc .dot{
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 0px;
  padding-bottom: 30px;
}
.product.body .pcircle>div>div{
  border:10px solid #001C71;
  border-radius: 100px;
  width: 200px;
  height: 200px;
}

.product.body .pcircle p{
  position: absolute;
  top: 0;
  width: 145px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.product.body .psubtitle{
  color:#001C71 !important;
  letter-spacing: 10px;
}

.product.body .ingredient b{
  color:#001C71 !important;
}
.product.body .ingredient .btn{
    background-color: transparent;
    border: 1px solid #001C71;
    border-radius: 30px !important;
    width: 35px;
    height: 35px;
}
.product.body .ingredient .btn .fa{
    color:#001C71 !important;
    display: block !important;
}
.product.body .btn-arrow:before{
  content: '';
  position: absolute;
  height: 2px;
  border-top: 1px solid #001C71;
  width: 80%;
  margin-top: 18px;
  left: 0;
}

.product.body .btn-arrow:after{
  content: '';
  position: absolute;
  height: 2px;
  border-top: 3px solid #001C71;
  width: 30%;
  margin-top: 17px;
  left: 0;
}

.product.oral .ptitle,.product.oral .pititle{
  color:#405C2C !important;
}

.product.oral .pdesc{
  background-color: #405C2C !important;
  padding-top: 40px;
}
.product.oral .pdesc .dot{
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 0px;
  padding-bottom: 30px;
}
.product.oral .pcircle>div>div{
  border:10px solid #405C2C;
  border-radius: 100px;
  width: 200px;
  height: 200px;
}

.product.oral .pcircle p{
  position: absolute;
  top: 0;
  width: 145px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.product.oral .psubtitle{
  color:#405C2C !important;
  letter-spacing: 10px;
}

.product.oral .ingredient b{
  color:#405C2C !important;
}
.product.oral .ingredient .btn{
    background-color: transparent;
    border: 1px solid #405C2C;
    border-radius: 30px !important;
    width: 35px;
    height: 35px;
}
.product.oral .ingredient .btn .fa{
    color:#405C2C !important;
    display: block !important;
}
.product.oral .btn-arrow:before{
  content: '';
  position: absolute;
  height: 2px;
  border-top: 1px solid #405C2C;
  width: 80%;
  margin-top: 18px;
  left: 0;
}

.product.oral .btn-arrow:after{
  content: '';
  position: absolute;
  height: 2px;
  border-top: 3px solid #405C2C;
  width: 30%;
  margin-top: 17px;
  left: 0;
}
