@font-face {
  font-family: 'MyWebFont';
  src: url('font/pptb.ttf')  format('truetype');
}
.pptb, .pptball * {
  font-family: 'MyWebFont', sans-serif;
  letter-spacing: 0px;
}

@font-face {
  font-family: 'MyWebFont2';
  src: url('font/opensanssb.ttf')  format('truetype');
}
.opensanssb, .opensanssball * {
  font-family: 'MyWebFont2', sans-serif;
  letter-spacing: 0px;
}

@font-face {
  font-family: 'MyWebFont3';
  src: url('font/opensanrg.ttf')  format('truetype');
}
.opensanrg, .opensanrgall * {
  font-family: 'MyWebFont3', sans-serif;
  letter-spacing: 1px;
}

@font-face {
  font-family: 'MyWebFont4';
  src: url('font/opensanb.ttf')  format('truetype');
}
.opensanb, .opensanball * {
  font-family: 'MyWebFont4', sans-serif;
  letter-spacing: 1px;
}

@font-face {
  font-family: 'MyWebFont5';
  src: url('font/msyhrg.ttf')  format('truetype');
}
.msyhrg, .msyhrgall * {
  font-family: 'MyWebFont4', sans-serif;
  letter-spacing: 0px;
}

@font-face {
  font-family: 'MyWebFont6';
  src: url('font/msyhb.ttf')  format('truetype');
}
.msyhb, .msyhball * {
  font-family: 'MyWebFont4', sans-serif;
  letter-spacing: 2px;
}



h1{font-size:40px !important;}
h2{font-size: 30px !important;}
h3{font-size: 26px !important;}
h4{font-size: 22px !important;}
p{font-size: 16px !important;}

.sg-color1{
  color: #005198 !important;
}

.grey{
  color: #939598 !important;
}

.white-a{
  color: #FFFFFF !important;
}

.black-a{
  color: #000000 !important;
}

.yellow{
  color: #E6C108 !important;
}

.no-mg{
  margin: 0px;
}

.mg-top{
  margin-top: 20px !important;
}

.back-to-top { 
  background: none;
  margin: 0;
  position: fixed;
  bottom: 0;
  color: black;
  right: -12px;
  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: 120px;
  color: lightgrey;
  right: 38px;
  z-index: 98;
  text-decoration: none;
}

.whatsapp img{
  width: 40px !important;
}

.whatsapp-button{
  display: block;
}

.whatsapp-button img{
  width: 200px !important;
}

.ws{
  font-size: 18px;
}

.ws img{
  width: 30px !important;
}

.fb img{
  margin-right: 6px;
}

.fb img{
  width: 30px !important;
}

.s-right .fbws-right{
  max-width: 250px; 
  margin-right: 30px; 
  float: right;
}

.topbar p{
  font-size: 12px !important;
}

.topbar .s-top{
  margin-top: 10px;
  float: right;
}

.bigbg{
  background-color: #FAFAF9 !important;
}
.footer{
  background-color: #FAFAF9 !important;
}

.footer .mg-top{
  margin-top: 30px !important;
}

.footer .mg-bt{
  margin-bottom: 20px !important;
}

.footer .fname{
  font-weight: bold;
  margin: 0px;
  padding: 3px;
}

.footer p{
  font-size: 14px !important;
}

.footer .fdetail{
  text-align: justify;
  margin: 0 auto;
  width: 420px;
}

.footer .f-mg-top{
  margin-top: 15px;
}

.footer .sm-mg-bt{
  margin-bottom: 10px !important;
}

.navbar{
  margin-bottom: 0px !important;
  margin-top: 10px !important;
}

.navbar-default .navbar-logo{
  float: left;
  height: 50px;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
  margin-left: 20px;
}

.navbar-default .s-right{
  float: right;
}

.navbar-default .navbar-nav li>a{
  transition: color 1s;
  letter-spacing: 1.5px;
  font-size: 14px;
  color:#E6C108 !important;
}

.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover{
  border: 1px solid #59B485 !important;
  background-color: transparent !important;
}

.carousel-inner{
    position: relative;
    width: 100%;
}

.carousel-inner img {
  width: 100%;  
  display: block !important;
}
.carousel-indicators .active{
  background-color: #005198 !important;
  border: 1px solid #005198 !important;
}
.carousel-indicators li {
  background-color: transparent !important;
  border: 1px solid #005198 !important;
  width: 8px !important;
  height: 8px !important;
}

.carousel-caption h1 {
  font-family: 'MyWebFont3', sans-serif;
  letter-spacing: 2px;
  color: white;
}

.carousel-caption h4 {
  font-family: 'MyWebFont2', sans-serif;
  letter-spacing: 2px;
  color: #59B485;
}

.carousel-caption p {
  font-family: 'MyWebFont4', sans-serif;
  letter-spacing: 2px;
  color: white;
}
.aboutus .section {
  border: 1px solid black;
  padding: 40px 45px 40px 45px;
}
.aboutus .section img{
  max-width: 80px !important;
}

.aboutus .section p{
  color:#414042 !important;
  line-height: 1.6;
}

.social .rotate{
  writing-mode: vertical-rl;
}

.social .ver-line {
    border-left: 1px solid #2AA872;
    height: 50px;
    margin-left: 7px;
}

.line{
  width: 150px;
}

.aboutus {
  background-image: url(/mem_module/library/image/aboutusbg.png);
  background-position: center center; /* Center the image */
  background-repeat: no-repeat; /* Do not repeat the image */
  padding-top: 40px;
  padding-bottom: 30px;
  background-size: cover;
}
.ourservices {
  background-image: url(/mem_module/library/image/servicesbg.png);
  background-position: center center; /* Center the image */
  background-repeat: no-repeat; /* Do not repeat the image */
  padding-top: 40px;
  padding-bottom: 20px;
  background-size: cover;
}
.why {
  background-image: url(/mem_module/library/image/whybg.png);
  background-position: center center; /* Center the image */
  background-repeat: no-repeat; /* Do not repeat the image */
  padding-top: 40px;
  padding-bottom: 20px;
  background-size: cover;
}
.faq {
  background-image: url(/mem_module/library/image/faqbg.png);
  background-position: center center; /* Center the image */
  background-repeat: no-repeat; /* Do not repeat the image */
  padding-top: 40px;
  padding-bottom: 50px;
  background-size: cover;
}

.contactus {
  padding-top: 30px;
}

.aboutus .lg-mg-bt{
  margin-bottom: 705px !important;
}

.aboutus .sm-mg-top{
  margin-top: 20px !important;
}

.aboutus a{
  border: 1px solid !important;
  border-image: linear-gradient(to right, #59B485, black, #59B485, black) 1;
  background-color: transparent !important;
  border-radius: 20px !important;
  color:#59B485 !important;
  padding: 5px 15px 5px 15px !important;
}
.aboutus h2,.ourservices h2,.why h2,.faq h2,.contactus h2{
  font-weight: bold;
}
.contactus h3{
  letter-spacing: 4px;
}
.ourservices .section{
  border: 1px solid white !important;
  width: 77% !important;
  padding: 0px 20px 15px 20px !important;
  height: 220px !important;
  margin-top: 25px !important
}
.ourservices .section p>img{
  margin-top: -35px;
  height: 70px !important;
}
.ourservices .section .tri{
    position: absolute;
    top: -1;
    left: -1px;
    width: 18px;
}
.ourservices .section h2{
  margin-top: 5px !important;
  opacity: 33% !important;
  font-size:60px !important; 
}
.ourservices .section .desc,.services .shortdesc{
  font-size: 18px !important;
  letter-spacing: 2px !important;
}
.ourservices .shortdesc{
  margin-top: 40px !important;
}
.why .section{
  border: 1px solid black;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  -webkit-box-shadow: 0 8px 5px -4px #777;
  -moz-box-shadow: 0 8px 5px -4px #777;
  box-shadow: 0 8px 5px -4px #777;
}
.why .img-wrapper{
  width: 100%;
  height: 100px;
}
.fontb{
  font-weight: bold;
}

.why .img-wrapper img{
  width: 100%;
  height: 100%;
  object-fit:contain !important;
}

.why .desc{
  min-height: 130px;
}

.why .why-content{
  margin-left: auto;
  margin-right: auto;
  display: table;
}

.why .mg-bt{
  margin-bottom: 30px !important;
}

.why .mg-top{
  margin-top: 30px !important;
}

.slick-arrow{
  color:black !important;
}

.slick-services .fa-angle-left.slick-arrow{
    top: 30%;
    position: absolute;
    font-size: 55px;
    left: -30px;
}
.slick-services .fa-angle-right.slick-arrow{
    top: 30%;
    position: absolute;
    font-size: 55px;
    right: -30px;
}

.ourservices .desc{
  min-height: 65px;
}

.ourservices .servnum{
  position: absolute; 
  margin-left: -20px; 
  margin-top: 15px;
  font-size: 10px;
}

.ourservices .stitle{
  width: auto; 
  margin-left: auto; 
  margin-right: auto; 
  display: table; 
  padding-left: 90px; 
  padding-right: 90px;
}

.ourservices .img-wrapper img{
  width: 100%;
  height: 100%;
  object-fit: scale-down;
}

.ourservices .slick-services img{
  padding: 0px 10px;
}

.ourservices .sfonttitle{
  font-size: 16px !important;
  font-weight: bold; 
  margin-bottom: 5px;
}

.ourservices .sfontdesc{
  font-size: 13px !important;
  font-weight: bold; 
}

.ourservices .sfontcontent{
  padding: 0px 20px;
  font-size: 13px !important;
}

.faq #accordion .panel-title .no-bd-top{
  border: none;
}

.faq .bt-collapse{
  width: 70%;
  margin-top: 50px;
  margin-bottom: 15px;
}

.faq #accordion a:hover,#accordion a:focus{
  text-decoration: none;
  outline: none;
}

.faq #accordion .panel{
  border: none;
  border-radius: 0;
  box-shadow: none;
  margin-bottom: -5px;
}

.faq #accordion .panel-heading{
  padding: 0;
  border: none;
  border-radius: 0;
}

.faq #accordion .panel-title a{
  display: block;
  padding: 15px 50px 15px 70px;
  background: #fff;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.5px;
  color: black;
  border-top: 1px solid #1d2e3b;
  position: relative;
  line-height: 30px;
}

.faq #accordion .panel-title a span{
  color:black;
  position: absolute;
  top: 15px;
  left:25px;
  font-weight: 300;
  font-size: 22px;
}

.faq #accordion .panel-title a:before,
.faq #accordion .panel-title a.collapsed:before{
  content: "\f107";
  font-family: "FontAwesome";
  font-weight: bold;
  width: 20px;
  height: 20px;
  line-height: 20px;
  border-radius: 50%;
  font-size: 15px;
  text-align: center;
  border: 1.5px solid;
  position: absolute;
  top: 25%;
  right: 25px;
}

.faq #accordion .panel-body{
  padding: 0px 50px 5px 70px;
  border-top: none;
}

.faq #accordion .panel-body h5{
  font-size: 18px;
  color: #018837;
  line-height: 30px;
  font-weight: 700;
  letter-spacing: 1px;
  margin-top: 0px;
}

.contactus .select{
  position: relative;
  margin-left: 15px; 
  margin-right: 15px;
}

.contactus .select select{
  display: inline-block;
  -webkit-appearance: none;
}

.contactus .select:after{
  position: absolute;
  right: 10px;
  font-size: 20px;
  font-family: "FontAwesome";
  content: "\f0dd"
}

.contactus .borderbox{
  margin-left: 15px; 
  margin-right: 15px;
}

.contactus .input-placeholder{
  position: relative;
}

.contactus .input-placeholder input:valid + .placeholder{
  display: none;
}

.contactus select:valid + .placeholder{
  display: none;
}

.contactus .placeholder{
  position: absolute;
  pointer-events: none;
  top: 25%;
  left: 10px;
  letter-spacing: 1.5px;
}

.contactus .fontp{
  color: #000000;
  letter-spacing: 1.8px;
}

.contactus .placeholder span{
  color: red;
}

.contactus .placeholder p{
  font-weight: 900;
}

.contactus .mg-top{
  margin-top: 30px !important;
}

.contactus .mg-bt{
  margin-bottom: 30px !important;
}

.contactus .contactform{
  height: 390px;
  width: 350px;
  position:absolute;
  z-index:1;
  margin: 50px 70px 0px 70px;
  background-color: rgba(242,242,242,1);
}

.contactus .submit-button{
  border: none; 
  background: transparent;
  margin-left: 30px;
  padding-top: 10px;"
}

.contactus .form-mg-top{
  margin-top: 20px;
}

.contactus .form-title{
  line-height: 50px;
}

.contactus .subtitle{
  margin-left: 15px;
  font-weight: 600;
  letter-spacing: 0px;
  line-height: 16px;
}

.contactus .fs-c{
  font-size: 20px;
  padding-top: 25px;
  margin-top: 0;
}

.contactus .fs-e{
  font-size: 16px;
}

.contactus .btn{
  background-color: #414042 !important;
  color:white !important;
  padding: 5px 60px 5px 60px;
  border-radius: 0px;
}

.contactus .img-wrapper{
  position: relative;
}

.contactus .img-wrapper img{
  pointer-events: none;
  bottom: 0%;
  width: 100%;
  height: 100%;
  display: block !important;
  margin-left: auto;
  margin-right: auto;
  object-fit: cover;
}
.contactus .section{
  margin-top: 40px !important;
}

.contactus input{
  border:1px solid black !important;
  box-shadow: 0px 0px 0px;
  border-radius: 0px !important;
}

.contactus textarea{
  border:1px solid black !important;
  border-radius: 0px !important;
}

.contactus select{
  border:1px solid black !important;
  box-shadow: 0px 0px 0px;
  border-radius: 0px !important;
}

.contactus .form-control{
  background-color: white !important;
  min-height: 40px;
}

.contactus .no-bt{
  margin-bottom: 0px !important;
}

.footer .flogo{
  max-width: 220px;
}
.footer .faboutus{
  font-size: 14px !important;
  margin-top: 15px !important;
}
.footer hr{
  margin-top: 0px !important;
  margin-bottom: 10px !important;
  border-color: black;
}
.footer .addindent {
    text-indent: -10px;
    padding-left: 20px;
}
@media only screen and (min-width: 1200px) {

  .carousel-caption { 
    position: absolute !important;
    top: 60% !important;
    left: 50% !important;
    right: 0% !important;
    transform: translate(-50%, -50%) !important;
  }


  .social{
    position: absolute !important;
    top: -30%;
    left: -30%;
    text-align: left !important;
  }

  .forex .lt-line{
    border-left: 1px solid #58595B !important;
    margin-left: -30px !important;
    padding-left: 30px !important;
  }
}

@media  (min-width:1000px) and (max-width:1200px) {
  .navbar-default .navbar-nav li>a{
    font-size: 15px !important;
    letter-spacing: 1.5px; 
  }

  .carousel-caption h1{
    font-size: 36px !important;
    letter-spacing: 3px !important;
  }

  .navbar-default .bg1{
    width: 100% !important;
  }

  .s-right{
    display: none !important;
  }

  .topbar .s-top {
    display: block !important;
    position: absolute;
    right: 50px;
    top: 10px;
  }
}

@media  (min-width:992px) and (max-width:1200px) {
  .social{
    position: absolute !important;
    top: -30%;
    left: -15%;
    text-align: left !important;
  }

  .forex .lt-line{
    border-left: 1px solid #58595B !important;
    margin-left: -35px !important;
    padding-left: 25px !important;
  }
  .services .section{
    height: 265px !important;
  }

  .navbar-default .bg1 {
    width: 100% !important;
    margin-top: 15px;
  }

  .s-right{
    display: none !important;
  }

  .topbar .s-top {
    display: block !important;
    position: absolute;
    right: 50px;
    top: 10px;
  }

  .navbar-default .navbar-logo{
    margin-left: 0px !important;
  }

  .s-right .fbws-right {
    margin-right: 0px !important;
  }

  .why .desc{
    min-height: 170px;
  }
}

@media  (min-width:768px) and (max-width:1000px) {
  .carousel-caption h1{
    font-size: 32px !important;
    letter-spacing: 3px !important;
  }
}

@media only screen and (min-width: 992px) {
  .md-hidden{display: none !important;}

  .footer .lg-mg-top{
    margin-top:  80px !important;
  }

  .footer .lg-mg-bt{
    margin-bottom:  90px !important;
  }

  .navbar-default .navbar-nav>li>a{
    margin-top: 10px;
    padding:5px !important;
  }

  .navbar-right {
    margin-top: 3px !important;
  }

  .wcu .sm-img{
    width: 30%;
  }
  .forex .tick{
    width: 8% !important;
    margin-left: -50px !important;
  }

  .forex .sm-mg-top{
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    padding-bottom: 20px !important;
  }

  .contactus .img-wrapper{
    width: 96%;
  }

  .contactus .form{
    background-image: url(/mem_module/library/image/cbg2.png);
    background-size: cover;
    background-position: center center;
    background-repeat: repeat;
    padding-top: 50px;
    padding-bottom: 50px;
  }
  
  .contactus .getintouch{
    background-image: url(/mem_module/library/image/cbg3.png);
    background-size: cover;
    background-position: center center;
    background-repeat: repeat;
    padding-top: 50px;
    padding-bottom: 50px;
  }
  
  .contactus .getintouch{
    padding-left: 25px;
    padding-right: 55px;
    margin-left: -40px;
    margin-top: 200px;
  }
  
  .contactus .getintouch h4{
    word-break: break-word !important;
  }
  .cust-mg-top{
    margin-top: 75px !important;
  }
}

@media only screen and (max-width: 992px) {
  .why .desc{
    min-height: 100px;
  }

  .sm-hidden{display: none !important;}

  .footer .lg-mg-bt{
    margin-bottom:  30px !important;
  }

  .social{
    visibility: hidden;
  }

  .wcu .sm-img{
    width: 50%;
  }

  .forex .sm-mg-top{
    margin-bottom: 20px !important;
  }

  .aboutus .img-wrapper{
    width: 50%;
  }

  .contactus .img-wrapper{
    width: 50%;
  }

  .contactus .no-pd{
    padding-left: 0px;
  }
  .contactus .row{
    margin-left: 0px !important;
    margin-right: 0px !important;
  }

  .faq .bt-collapse{
    width: 100%;
  }

  .s-right{
    display: none !important;
  }

  .topbar .s-top{
    display: block !important;
  }

  .contactus .submit-button {
    margin-left: 15px;
  }
}


@media (min-width:768px) and (max-width:992px) {
  h1{font-size:28px !important;}
  h2{font-size: 20px !important;}
  h3{font-size: 18px !important;}
  h4{font-size: 16px !important;}
  p{font-size: 14px !important;}
  .topbar .desc{margin-top: 20px;}
  .navbar-default .navbar-nav li>a{
    font-size: 14px !important;
  }

  .navbar-nav>li {
    margin-right: 0px !important;
  }

  .navbar-right{
    text-align: center;
  }

  #myNavbar{
    width: 100% !important;
  }

  #myNavbar>ul{
    float:none !important;
  }

  .carousel-indicators {
    bottom: -5px !important;
  }

  .carousel-caption {
    padding-bottom: 0px !important;
  }

  .contactus .form{
    background-color: white;
    margin-top: 35px;
    padding-top: 50px;
    padding-bottom: 50px;
    border-top-left-radius: 35px;
    border-bottom-left-radius: 35px;
  }

  .contactus .getintouch{
    background-image: url(/mem_module/library/image/cbg4.png);
    background-size: cover;
    background-position: center center;
    background-repeat: repeat;
    margin-top: 35px;
    padding-top: 50px;
    padding-bottom: 50px;
    border-radius: 35px;

  }
  .services .section{
    height: 240px !important;
  }

  .navbar-default .bg1{
    width: 100% !important;
  }

  .s-right{
    display: none !important;
  }

  .topbar .s-top {
    display: block !important;
    position: absolute;
    right: 50px;
    top: 10px;
  }

  .navbar-default .navbar-nav>li>a {
    margin-top: 10px;
  }

  .navbar-default .navbar-logo{
    margin-left: 0px !important;
  }

  .s-right .fbws-right {
    margin-right: 0px !important;
  }

  .why .desc{
    min-height: 130px;
  }
}

@media only screen and (min-width: 768px) {
  .logo{max-width: 210px;}
  .copyright{font-size: 12px !important;}
  .topbar .desc{padding-top: 5px;}
  .topbar .desc span{
    background-color: white !important;
    padding: 15px 10px 10px 10px;
    border: 1px solid black !important;
  }
  .navbar-default{
    background-color: transparent !important;
    border:none !important;
  }

  .navbar-fixed-top{
    position: absolute !important;
  }

  .navbar-nav>li{
    float: none !important;
    display: inline-block !important;
  }

  .navbar-brand {
    width: 100%;
    margin-top: 10px !important;
  }
  .navbar-default .navbar-nav>li>a{
    padding: 5px 15px 5px 15px !important;
  }
  .navbar-default .navbar-nav>li>a.br-lt{
    border-left: 2px solid black;
  }
  .navbar-default .navbar-nav>.active>a{
    border: 1px solid !important;
    border-image: linear-gradient(to right, #59B485, black, #59B485, black) 1;
    background-color: transparent !important;
    border-radius: 20px !important;
    color:#59B485 !important;
    padding: 3px 15px 3px 15px !important;
  }

  .navbar-default .whatsicon{
    margin-top: -35px !important;
  }
  #myNavbar{
    width: 100% !important;
  }
  .home-navbar .navbar-nav {
      text-align: center;
      float: none !important;
  }
  .aboutus .section {
    height: 400px;
  }
}

@media only screen and (max-width: 768px) {
  .logo{max-width: 210px;}
  h1{font-size: 24px !important;}
  h2{font-size: 20px !important;}
  h3{font-size: 18px !important;}
  h4{font-size: 16px !important;}
  p{font-size: 14px !important;}
  .topbar .desc{padding-top: 5px;}
  .topbar .desc{
    background-color: white !important;
    padding: 5px 10px 0px 10px;
    margin-top: 10px;
    border: 1px solid black !important;
  }
  .copyright{font-size: 10px !important;}

  .xs-hidden{display: none !important;}

  .navbar-default{
    margin-bottom: 0px !important; 
    position: relative !important;
    background-image: url(/mem_module/library/image/menubg.png);
    border: 0px !important;
  }

  .navbar-brand{
    padding: 0px !important;
  }

  .navbar-collapse{overflow: hidden !important;}

  .navbar-default .navbar-nav .active>a{
    border: 1px solid #9ccb3c !important;
    background-color: #9ccb3c !important;
    color: white;
  }

  .navbar{
    margin-top: 0px !important;
  }

  .navbar-default .whatsicon{
    margin-top: -35px !important;
    margin-left: 20px !important;
  }

  .navbar-default .sm-mg-top{
    margin-top: 35px !important;
  }

  .carousel-inner {
    padding: 0px !important;
  }

  .carousel-indicators {
    bottom: 0px !important;
  }

  .carousel-caption {
    padding-bottom: 0px !important;
  }

  .carousel-caption{
    top: 5% !important;
  }
  .services .section{
    width: 100% !important;
    height: auto !important;
    margin-top: 15px !important
  }

  .why .desc{
    min-height: auto;
    margin-bottom: 20px;
  }

  .faq .bt-collapse{
    width: 100%;
  }

  .contactus .contactform{
    position: static;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    width: 100%;
    margin-top: 0;
  }

  .navbar-default .navbar-logo{
    margin-left: 0px !important;
    padding: 0px !important;
  }

  .s-right .fbws-right {
    margin-right: 0px !important;
  }

  .navbar-default .navbar-toggle{
    margin-right: 0px !important;
    margin-top: 0px !important;
  }
}

@media only screen and (max-width: 500px) {
  .carousel-caption h1 {
    font-size:20px !important;
  }

  .carousel-caption h4 {
    font-size: 12px !important;
  }

  .carousel-caption p {
    font-size: 9px !important;
  }

  .carousel-caption{
    top: 0% !important;
  }

  .why .desc{
    min-height: 20px;
  }

  .contactus .contactform{
    position: static;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    width: 100%;
    margin-top: 0;
  }

  .faq #accordion .panel-title a{
    padding: 15px 60px 15px 65px;
  }
  .faq #accordion .panel-body{
    padding: 0px 60px 5px 65px;
  }
}

@media only screen and (max-width: 428px) {
  .carousel-caption{
    top: 2% !important;
  }
  .carousel-caption h1{
    font-size: 16px !important;
  }
  .footer .fdetail{
    padding: 0px 20px;
  }
}

@media only screen and (max-width: 400px) {
  .carousel-caption h1 {
    font-size:14px !important;
  }

  .carousel-caption h4 {
    font-size: 10px !important;
  }

  .carousel-caption p {
    font-size: 7px !important;
  }

  .carousel-caption{
    top: -14% !important;
  }

  .carousel-indicators {
    margin-bottom: 0px !important;
  }

  .carousel-indicators li {
    width: 4px !important;
    height: 4px !important;
  }

  .footer .fdetail{
    padding: 0px 20px;
  }

  .slick-arrow{
    color:black !important;
  }
  .slick-services .fa-angle-left.slick-arrow{
      top: 40%;
      position: absolute;
      font-size: 55px;
      left: -30px;
  }
  .slick-services .fa-angle-right.slick-arrow{
      top: 40%;
      position: absolute;
      font-size: 55px;
      right: -30px;
  }
}

