/*start css for mlmblog, powered by arrow2web*/
@font-face {
    font-family: Roboto-Bold;
    src: url(../font/Roboto-Bold.ttf);
}
@font-face {
    font-family: Roboto-Light;
    src: url(../font/Roboto-Light.ttf);
}
@font-face {
    font-family: Roboto-Medium;
    src: url(../font/Roboto-Medium.ttf);
}
@font-face {
    font-family: Roboto-Regular;
    src: url(../font/Roboto-Regular.ttf);
}
#more {display: none;}
form {
    display: contents;
}

html {
    overflow-x: hidden;
    scroll-behavior: smooth;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    scroll-behavior: smooth;
}

body {
    font-size: 15px;
    color: #333;
    font-family: Roboto-Regular;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    line-height: 1.7;
}
a {
    text-decoration: none !important;
    transition: 0.3s;
}

button {
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    border: 0px;
    outline: none !important;
}

ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: inline-block;
    width: 100%;
}
.hedbox h4 {
    color: #042f7d;
    font-size: 20px;
    padding-top: 24px;
    font-family: Roboto-Medium;
}
.hedbox li {
    font-size: 13px;
    padding-left: 21px;
    padding-top: 8px;
    padding-bottom: 5px;
    position: relative;
}
/*.hedbox li:before {
    content: "";
    position: absolute;
    width: 9px;
    height: 9px;
    background: url(../images/bullet_point.jpg) no-repeat center;
    left: 7px;
    top: 11px;
}*/
.gn {
    color: #12a39f;
    font-size: 10px;
    margin-right: 10px;
}
.hedbox.gap {
    padding-bottom: 50px;
}
#doc_type {
    width: 100%;
    height: 39px;
    border: 1px solid #d7d7d7;
    color: #888;
}
.blogo {
    background-color: #fff;
    height: 69px;
    padding-top: 15px;
    position: absolute;
    width: 127px;
    right: 0;
    top: 6%;
    padding-left: 20px;
}
.partner {
    position: relative;
}
.ftr-link svg {
    filter: brightness(0) saturate(100%) invert(53%) sepia(63%) saturate(558%) hue-rotate(129deg) brightness(86%) contrast(93%);
    font-size: 13px;
    width: 17px;
}
.kl img {
    width: 56%;
    margin-top: 17px;
}
/*==============preset css======*/
.pad_t_b_60{
    padding-top: 60px;
    padding-bottom: 60px;
}
.pad_l_r_0{
    padding-left: 0px;
    padding-right: 0px;
}
.pad_t_60{
    padding-top: 60px;
}
.pad_t_118{
    padding-top: 118px;
}
.pad_b_60{
    padding-bottom: 60px;
}
.pad_b_20{
    padding-bottom: 20px;
}
.pad_t_b70 {
    padding-top: 70px;
    padding-bottom: 70px;
}
.pad_t_35{
    padding-top: 35px;
}
.pad_b_35{
    padding-bottom: 35px;
}
.m_0{
    margin: 0;
}
.mar_b60{
    margin-bottom: 70px;
}

.pad_t_83 {
    padding-top: 83px;
    padding-bottom: 24px;
}
.smfont{
    font-size: 28px;
}
.dabtn{
    display: inline-block;
      vertical-align: middle;
      -webkit-transform: perspective(1px) translateZ(0);
      transform: perspective(1px) translateZ(0);
      position: relative;
      overflow: hidden;
      background: transparent;
      -webkit-transition-property: color;
      transition-property: color;
      -webkit-transition-duration: 0.4s;
      transition-duration: 0.4s;
      font-size: 15px;
      font-family: Roboto-Medium;
      color: #fff;
      padding:10px 20px;
      border: 1px solid #fff;
      transition: 0.3s;
      -webkit-transition: 0.3s;
      -moz-transition: 0.3s; 
      background-color: transparent;
    
}
.dabtn:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  border-radius: 100%;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  border: 1px solid #fff;
}
.dabtn:hover, .dabtn:focus, .dabtn:active {
  color: #222;
  border: 1px solid #fff;
}
.dabtn:hover:before, .dabtn:focus:before, .dabtn:active:before {
  -webkit-transform: scale(2);
  transform: scale(2);
}
/*-----------------------------------*/

.darkbubtn {
          display: inline-block;
          vertical-align: middle;
          -webkit-transform: perspective(1px) translateZ(0);
          transform: perspective(1px) translateZ(0);
          box-shadow: 0 0 1px rgba(0, 0, 0, 0);
          position: relative;
          overflow: hidden;
          background: transparent;
          -webkit-transition-property: color;
          transition-property: color;
          -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
          font-size: 16px;
          font-family: Roboto-Medium;
          border: 1px solid #000;
          color: #fff;
          padding:10px 69px;
          background-color: #000;
          text-transform: uppercase;
        }

.darkbubtn:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #d7d7d7;
  border-radius: 100%;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  border: 1px solid #d7d7d7;
}
.darkbubtn:hover, .darkbubtn:focus, .darkbubtn:active {
  color: #000;
  border: 1px solid #d7d7d7;
}
.darkbubtn:hover:before, .darkbubtn:focus:before, .darkbubtn:active:before {
  -webkit-transform: scale(2);
  transform: scale(2);
}

/*--------------------*/
.darkrdbtn {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  overflow: hidden;
  background: transparent;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  box-shadow: -1px 3px 6px 3px #ececec;
  font-size: 16px;
  font-family: NunitoSans-SemiBold;
  color: #000;
  padding:15px 30px;
  border: 1px solid #f55c4e;
}
.darkrdbtn:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #f55c4e;
  border-radius: 100%;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.darkrdbtn:hover, .darkrdbtn:focus, .darkrdbtn:active {
  color: #fff;
  border: 1px solid #f55c4e;
}
.darkrdbtn:hover:before, .darkrdbtn:focus:before, .darkrdbtn:active:before {
  -webkit-transform: scale(2);
  transform: scale(2);
}

/*==================topbar*/
.topbar {
     border-bottom: 1px solid #bfbfbf;
    padding-top: 10px;
    padding-bottom: 10px;
}
.topmenu {
    display: flex;
    justify-content: flex-end;
}
.topmenu ul {
    display: flex;
    justify-content: flex-end;
    border-right: 1px solid #bfbfbf;
}
.topmenu ul li {
    font-size: 14px;
    font-family: Roboto-Medium;
    padding: 8px 19px;
}
.topmenu ul li a {
    color: #333;
    transition: 0.3s;
}
.topmenu ul li a:hover {
    color: #696d6e;
    transition: 0.3s;
}
.topmenu {
    padding-top: 2px;
}

.lang select {
    outline: none;
    height: 37px;
    border: 0px;
    color: #888888;
    -webkit-appearance: none;
    appearance: none;
    -moz-appearance: none;
    box-shadow: none;
    background-image: url(../images/downarow.png);
    background-repeat: no-repeat;
    background-position: 95% 14px;
    width: 100%;
    padding-left: 11px;
    margin-left: 7px;
}
.navbar-brand {
    padding-top: 15px;
}

/*==============end preset css======*/
::placeholder {
  color: #d7d7d7;
  opacity: 1;
  font-family: Roboto-Regular;
}

:-ms-input-placeholder { 
 font-family: Roboto-Regular;   
 color: #d7d7d7;
}

::-ms-input-placeholder {
    font-family: Roboto-Regular;
 color: #d7d7d7;
}
/*================end=================*/
.dropdown-toggle::after {
    display: none !important;
    margin-left: 11px;
    vertical-align: middle;
    content: "";
    border-top: .3em solid !important;
    border-right: .3em solid transparent !important;
    border-bottom: 0 !important;
    border-left: .3em solid transparent !important;
}
.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 17px !important;
    padding-left: 17px !important;
    color: #fff !important;
    transition: 0.3s !important;
    font-size: 15px !important;
     font-family: Roboto-Medium !important;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
}
.navbar-nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    margin-left: auto;
    justify-content: flex-end;
    margin-top: -6px;
}
.navbar {
    padding: .5rem 0rem;
    position: relative;
    z-index: 999;
    width: 85%;
}
.navbar-expand-lg .navbar-nav .active >.nav-link {
    color: #1addd8 !important;
    border-bottom: 1px solid #1addd8;
}
.navbar-expand-lg .navbar-nav .nav-link:focus, .navbar-expand-lg .navbar-nav .nav-link:hover {
  color: #1addd8 !important;
  border-bottom: 1px solid #1addd8;
}
.nav-link2 {
    color: #fff;
    font-size: 13px;
    border: 1px solid #fff;
    padding: 10px 21px;
    background-color: transparent;
    transition: 0.3s;
}
.nav-link2:hover {
    color: #fff;
    font-size: 13px;
    background-color: #12a39f;
    transition: 0.3s;
    border: 1px solid #12a39f;
}
.nav-item2 {
    padding-top: 7px;
    padding-left: 25px;
    padding-right: 0;
}
/*=============for sticky=========*/
.sticky {
    position: fixed;
    width: 100%;
    z-index: 1000;
    top: -22px;
    background: #f2f2f2;
    height: 78px;
    padding: 5px 0px;
    box-shadow: 0px 0px 5px #ccc;
} 
 #menu-bar{
            transition: 0.4s;
            border-bottom: 1px solid #eff0f0;
            background-image: linear-gradient(to right, rgba(18,163,159,0.8), rgba(3,34,91,0.6));
        }

.lm {
    display: none;
}
.tm {
    display: block;
}
.sticky .tm{
  display: none;
}
.sticky .lm {
    display: block;
    padding-top: 6px;
}
.sticky .navbar-nav {
    margin-top: 0px;
}
.navbar-expand-lg .navbar-nav .active >.nav-link {
    color: #13dfd9 !important;
    border-bottom: 1px solid #13dfd9;
}

.sticky .nav-link2 {
    color: #03225b;
    font-size: 13px;
    border: 1px solid #03225b;
    padding: 10px 21px;
    background-color: transparent;
    transition: 0.3s;
}

.sticky .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 17px !important;
    padding-left: 17px !important;
    color: #03225b !important;
    transition: 0.3s !important;
    font-size: 15px !important;
    font-family: Roboto-Medium !important;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
}





/*==============end==*/
#banner{
    position: relative;
}
.overlay {
    width: 100%;
    height: 100%;
   /* background-image: linear-gradient(to right, rgba(18,163,159,0.8), rgba(3,34,91,0.6));*/
    position: absolute;
    z-index: 9;
    top: 0;
}
.carousel-item img {
    width: 100%;
}
.carousel-caption h3 {
    font-size: 50px;
    color: #fff;
    font-family: Roboto-Bold;
    text-align: left;
}
.carousel-caption p {
    font-size: 35px;
    color: #fff;
    font-family: Roboto-Regular;
    text-align: left;
}
.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 15;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 0%;
    margin-left: 0%;
    list-style: none;
    bottom: 36px;
}
.carousel-indicators li {
    box-sizing: content-box;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 20px;
    height: 20px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    transition: opacity .6s ease;
}
.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 7%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    top: 25%;
    display:none;
}
.offerTitle {
    background-color: #f2f2f2;
    text-align: center;
    padding-top: 13px;
    padding-bottom: 12px;
}
.offerTitle h4{
   font-family: Roboto-Regular;
   font-size: 18px;
   color: #333;
   margin: 0;
  }
.offerTitle a{
   font-family: Roboto-Regular;
   font-size: 18px;
   color: #333;
  }
  .offerContent{
    background-color: #f2f2f2;
    border-bottom: 2px solid #f2f2f2;
    cursor: pointer;
      transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;

  }
  .offerTitle{
     background-color: #f2f2f2;
    border-bottom: 2px solid #f2f2f2;
  }

.offerContent:hover .offerTitle {
 cursor: pointer;
 background-color: #d7d7d7;
 border-bottom: 2px solid #000;
     transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
}

.owl-ptnr .owl-nav button {
    margin-left: 5px;
    margin-right: 5px;
}
.owl-ptnr .owl-nav {
    display: flex;
    justify-content: center;
    margin-top: 25px;
}
.owl-ptnr .owl-dots{
    display: none;

}
.offerPrice h5 {
    font-size: 18px;
    text-align: center;
    color: #000;
    font-family: Roboto-Light;
}
.offerContent.ts {
    background-color: transparent;
    border:none; 
}

.owl-prftn .owl-dots button {
    width: 14px;
    height: 14px;
    background-color: #ccc !important;
    border-radius: 50%;
    margin-left: 3px;
    margin-right: 3px;
}
.owl-prftn .owl-nav{
  display: none;
}
.owl-prftn .owl-dots {
    display: flex;
    justify-content: center;
    margin-top: 25px;
}
.title_hed.gap20 {
    padding-bottom: 30px;
}

.owl-prftn .owl-dots .active  {
    width: 14px;
    height: 14px;
    background-color: #000 !important;
    border-radius: 50%;
    margin-left: 3px;
    margin-right: 3px;
}








.title_hed h3 {
    text-align: center;
    font-family: Roboto-Regular;
    font-size: 30px;
}

.title_hed {
    position: relative;
}

.smline{
  width: 139px;
  height: 2px;
  background-color: #c3c3c3;
  display: block;
  margin-left: auto;
  margin-right:auto; 
}
.bigine{
  width: 93px;
  height: 2px;
  background-color: #c3c3c3;
  display: block;
  margin-left: auto;
  margin-right:auto;
      margin-top: 15px;
      margin-bottom: 6px;
 
}
.ser_slide p {
    padding-top: 25px;
    margin: 0;
    padding-bottom: 20px;
}


.paralax{
  background:url(../images/plback.jpg) no-repeat center; 
  background-size: cover;
  min-height: 500px;
}

.ptext h2{
  text-transform: uppercase;
  font-family: Roboto-Medium;
  font-size: 35px;
  text-align: center;
  color: #fff;
  padding-top: 233px;
}
.box_xon {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #bfbfbf;
}
.box_xon p {
    font-size: 25px;
    color: #fff;
    font-family: Roboto-Medium;
}
.img-responsive {
    max-width: 100%;
}
.more {
    display: flex;
    justify-content: space-between;
}

.bgcont h4 {
    font-size: 20px;
    font-family: Roboto-Medium;
    padding-top: 20px;
    margin: 0;
    padding-bottom: 10px;
}
.bgcont {
    padding-left: 15px;
    padding-right: 15px;
       margin-bottom: 20px;
}
.more{
  padding-left: 15px;
    padding-right: 15px;
}
.blogbox {
    border-bottom: 3px solid #12a39f;
    background-color: #f1f1f1;
}
.more a {
    color: #000;
    font-family: Roboto-Medium;
    font-size: 14px;
    transition: 0.3s;
}
.more a:hover {
    color: #696d6e;
    font-family: Roboto-Medium;
    font-size: 14px;
}

.icobox {
    background-color: #12a39f;
    width: 50px;
    height: 50px;
    margin-left: 14px;
    margin-top: 0px;
    text-align: center;
    color: #fff;
    font-size: 18px;
    line-height: 2.7;
}
.blogbox p {
    font-size: 12px;
}









/*======================end*/
footer{
    background-color: #edf0fc;
    padding-top: 40px;
}
.hed h3 {
    color: #222;
}
.hed h3:before {
    content: "";
    position: absolute;
    width: 91px;
    height: 1px;
    background-color: #9f9f9f;
    left: 0;
    bottom: 7px;
}
.hed  {
   position: relative;
}

.hed h3 {
    color: #03225b;
    padding-bottom: 20px;
    margin-bottom: 0;
    font-size: 25px;
    font-family: Roboto-Bold;
}
.kl li a {
    color: #222;
     transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
}
.kl li a:hover {
    color: #12a39f;
     transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;

}
.kl li {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    padding-bottom: 4px;
    padding-top: 8px;
    font-size: 12px;
}
.kl li:last-child {
    display: flex;
    border-bottom: none;
    width: 100%;
    flex-wrap: wrap;
}
.ntsx {
    display: flex;
    justify-content: space-between;
    padding-bottom: 35px;
    width: 25%;
    margin-top: 26px;
}
.ntsx img {
    width: 90%;
}
.kl {
    margin-top: 5px;
}
.star {
    width: 12px;
    filter: invert(38%) sepia(12%) saturate(3376%) hue-rotate(320deg) brightness(115%) contrast(106%);
    margin-right: 9px;
}
.footerdown {
    background-color: #44484a;
}
.bdr p {
    margin: 0;
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    font-family: Roboto-Medium;
}
.ftr-link p {
    color: #9f9f9f;
}
.top-socil ul {
    display: flex;
    text-align: center;
}
.top-socil ul li {
    width: 38px;
    height: 38px;
    vertical-align: middle;
    border-radius: 50%;
    margin-right: 10px;
    border: 1px solid #222;
    line-height: 1.;
    padding-top: 2px;
}
.top-socil ul li a {
   text-align: center;
    line-height: 2.3;
    font-size: 15px;
    color: #222;
}
.top-socil ul li a:hover {
opacity: 0.5;
}
.ftr-link span {
    color: #12a39f;
    margin-right: 8px;
    font-weight: 800;
}
.ftr-link a {
    color: #222222;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
}

.ftr-link a:hover {
    color:#12a39f;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
}

.top-socil {
    margin-top: 17px;
    margin-bottom: 20px;
}

.dropdown-menu {
    position: absolute;
    top: 56px;
    right: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 300px;
    padding: 0;
    margin: 0;
    font-size: 14px;
    color: #000;
    text-align: left;
    list-style: none;
    background-color: #eaeff5;
    background-clip: padding-box;
    border: none;
    border-radius: inherit;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    border-bottom: 3px solid #12a39f;
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: 14px 0px 8px 16px;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    font-size: 16px;
}
.dropdown-item:focus, .dropdown-item:hover {
    color: #fff !important;
    text-decoration: none;
    background-color: #12a39f !important;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
}
.dropdown-item span {
    background-color: #03225b;
    padding: 3px 12px;
    border-radius: 10px;
    color: #fff
}
.listbox p {
    color: #9f9f9f;
    font-size: 14px;
}
.dil {
    font-family: Roboto-Medium;
    color: #9f9f9f;
    font-size: 15px;
}
.dil:hover {
    font-family: Roboto-Medium;
    color: #fff;
    font-size: 15px;
}
.serv {
    padding-top: 50px;
    padding-bottom: 18px;
    background-color: #03225b;
    position: relative;
}
.serv:before {
    position: absolute;
    content: "";
    width: 100%;
    background: url(../images/deepback.png) no-repeat center;
    background-size: cover;
    height: 171px;
    z-index: -1;
    bottom: -37px;
}
.serv:after {
    position: absolute;
    content: "";
    width: 100%;
    background: url(../images/bg-pattern01.png) no-repeat center;
    background-size: cover;
    height: 437px;
    top: 2px;
}

.iconbox {
    /*display: flex;
    justify-content: center;
    width: 100%;*/
    z-index: 999;
}

.ic {
    padding-left: 15px;
    padding-right: 15px;
    color: #fff;
    transition: 0.3s;
    width: 189px;
    display: block;
    float: left;
    margin-bottom: 40px;
}
.ic:hover img {
  opacity: 0.5;
}
.ic:hover p {
  opacity: 0.5;
}
.ic img {
    margin-left: auto;
    margin-right: auto;
    display: block;
    opacity: 1;
}
.ic p {
    text-align: center;
    font-size: 13px;
    margin-top: 13px;
    color: #fff;
     opacity: 1;
}
.xmn {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 80px;
    height: 80px;
    border: 1px solid #d7d7d7;
    box-shadow: 0px 2px 6px #ccc;
    margin-bottom: 19px;
    transition: transform .2s;
}
.xmn img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding-top: 15px;
}
/*===========================================================
====================================================================css start for other page
===================================================================================================================================*/
.fullbanner2{
    background:url(../images/upperbanner.jpg) no-repeat center top;
    background-size: cover;
    min-height: 570px;
}
.subpage h1 {
    font-size: 45px;
    color: #fff;
    font-family: NunitoSans-SemiBold;
    letter-spacing: 1px;
    padding-bottom: 20px;
    margin-bottom: 0;
}
.subpage p{
    font-size: 18px;
    color: #fff;
    margin-bottom: 25px;
}

.btnbox a {
    margin-right: 15px;
    margin-bottom: 35px;
}

.subdarkrdbtn {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  overflow: hidden;
  background: #f45243;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  box-shadow:-1px 1px 10px 7px rgba(0, 0, 0, 0.3);
  font-size: 16px;
  font-family: NunitoSans-SemiBold;
  color: #fff;
  padding:13px 26px;
}
.subdarkrdbtn:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  border-radius: 100%;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.subdarkrdbtn:hover, .subdarkrdbtn:focus, .subdarkrdbtn:active {
  color: #000;
}
.subdarkrdbtn:hover:before, .subdarkrdbtn:focus:before, .subdarkrdbtn:active:before {
  -webkit-transform: scale(2);
  transform: scale(2);
}

.subdarkrdbtn:hover .subparrow{
    filter: invert(0%) sepia(98%) saturate(10%) hue-rotate(10deg) brightness(93%) contrast(101%);
}

.subparrow {
    width: 30px;
    padding-left: 1px;
    filter: invert(100%) sepia(0%) saturate(28%) hue-rotate(57deg) brightness(106%) contrast(109%);
}

.rigbtn {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  overflow: hidden;
  background: #40aef1;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  box-shadow:-1px 1px 10px 7px rgba(0, 0, 0, 0.3);
  font-size: 16px;
  font-family: NunitoSans-SemiBold;
  color: #fff;
  padding:13px 26px;
}
.rigbtn:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  border-radius: 100%;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.rigbtn:hover, .rigbtn:focus, .rigbtn:active {
  color: #000;
}
.rigbtn:hover:before, .rigbtn:focus:before, .rigbtn:active:before {
  -webkit-transform: scale(2);
  transform: scale(2);
}

.rigbtn:hover .subparrow{
    filter: invert(0%) sepia(98%) saturate(10%) hue-rotate(10deg) brightness(93%) contrast(101%);
}

.subparrow {
    width: 30px;
    padding-left: 1px;
    filter: invert(100%) sepia(0%) saturate(28%) hue-rotate(57deg) brightness(106%) contrast(109%);
}

.imgsubpage {
    max-width: 100%;
    padding-top: 24px;
}
.boxplan span{
    color: #3a45d3;
}
.contbox p {
    color: #2c2c2c;
    margin-bottom: 33px;
    text-align: justify;
    font-size: 14px;
}
.img-res {
    width: 100%;
}

.lightback{
    background-color: #eaeff5;

}
.boxplan2 h4 {
    text-align: center;
    font-size: 35px;
    font-family: NunitoSans-Bold;
    margin-bottom: 10px;
    color: #000;
}
.boxplan2 span {
    color: #3a45d3;
}
.boxplan2 p {
    font-size: 14px;
    text-align: center;
    margin-bottom: 9px;
}

.tophed h1 {
    font-size: 24px;
    font-family: NunitoSans-SemiBold;
}
.simg {
    width: 100%;
}
.simg {
    width: 100%;
    border-bottom-left-radius: 50px;
}
.tbox {
    position: relative;
}
.tbox:before {
    content: "";
    position: absolute;
    background-color: transparent;
    border-bottom-left-radius: 50px;
    border: 2px dashed #f45243;
    width: 100%;
    height: 100%;
    left: -12px;
    top: 9px;
    z-index: -1;
}
.tbox:after {
    content: "";
    position: absolute;
    background-color: transparent;
    border-right: 2px dashed #3a45d3;
    width: 100%;
    height: 100%;
    top: 32px;
    right: -10px;
}
.tophed {
    padding-left: 24px;
}
.tophed p {
    font-size: 14px;
    color: #2c2c2c;
}

.boxplan3 h2{
    font-family: NunitoSans-Bold;
    font-size: 35px;
    font-family: NunitoSans-Bold;
    margin-bottom: 10px;
    color: #000;
    text-align: left;
}
.boxplan3 p {
    font-size: 14px;
}
.boxplan3 span{
    color: #3a45d3;
}

.lightback2{
   background: url(../images/secback2.jpg) no-repeat center bottom;
    background-size: cover; 
}

.nav-tabs {
    border-bottom: 1px solid #f45243;
    display: flex;
    justify-content: center;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #fff;
    background-color: #f45243;
    border-color: #dee2e6 #dee2e6 #f45243;
    font-family: NunitoSans-SemiBold;
}
.tab-pane {
    padding-top: 0px;
}
.tab-pane p {
    font-size: 16px;
    color: #2c2c2c;
}
.nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
    color: #000;
}

.clbox h5 {
    text-align: center;
    padding-top: 12px;
    margin-bottom: 15px;
    font-size: 16px;
    font-family: NunitoSans-SemiBold;
}
.boxes ul {
    display: flex;
    justify-content: center;
}
.boxes ul li {
    margin-left: 15px;
    margin-right: 15px;
    box-shadow: -2px 7px 27px 9px #ececec;
    width: 40%;
    border: 1px solid #f1f1f1;
}
.clbox {
    padding-top: 20px;
}

.boxplan3 ul li {
    list-style: disc;
    margin-left: 20px;
}
.back50 {
    background-color: #3a45d3;
}
.redback2:before {
    content: "";
    position: absolute;
    width: 50%;
    height: 100%;
    background-color: #f45243;
    right: 0;
}

.redback2:after {
    content: "";
    position: absolute;
    width: 390px;
    height: 259px;
    background: url(../images/dottedback.png) no-repeat;
    right: 0;
    z-index: 1;
    top: 0px;
}
.back50 {
    background-color: #3a45d3;
    overflow: hidden;
    position: relative;
}
.formbox input {
    height: 50px;
    width: 100%;
    padding-left: 14px;
    margin-bottom: 15px;
    border: 1px solid #d7d7d7;
}
.formbox textarea {
    width: 100%;
    /* border-bottom: 1px solid #d7d7d7; */
    padding-left: 14px;
    min-height: 100px;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #fff;
}
.fullbanner3 {
    background: url(../images/subpagerbanner.jpg) no-repeat center top;
    background-size: cover;
    min-height: 366px;
}
.map {
    border: 1px solid #d7d7d7;
    padding: 10px;
}
.btn-link2 {
    font-size: 17px;
    color: #3a45d3;
    width: 100%;
    background-color:#3a45d3; 
    color:#fff;
    text-align: left;
    padding: .75rem 1.25rem;
    transition: 0.3s;
    border-radius: 0px;
}
.btn-link2:hover {
    color: #fff;
    text-decoration: none;
    background-color: #f45243;
    transition: 0.3s;
}

.card-header {
    padding:0;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, .03);
    border-bottom: 1px solid rgba(0, 0, 0, .125);
}
button:focus {
    outline: none;
    outline: 5px auto -webkit-focus-ring-color;
}
.btn.focus, .btn:focus {
    outline: none;
    box-shadow: none;
}

.plan2{
    background: url(../images/faqback.png) no-repeat right;
    background-size: contain;
}
/*=================================start blog===============================*/
.ppty-item-pic2 {
    width: 100%;
    height: 300px;
    position: relative;
    overflow: hidden;
    border-radius: 12px;
}
.blogcont {
    background-color: #fff;
    border-radius: 12px;
    position: relative;
    margin-left: 26px;
    margin-right: 26px;
    top: -51px;
    padding: 25px;
    box-shadow: 1px -2px 21px 7px #e6e6e6;
}
.bloghead {
    position: relative;
}
.bloghead p {
    margin: 0;
    font-size: 15px;
    color: #959595;
    margin-bottom: 17px;
}
.share a {
    position: absolute;
    right: 0;
    top: 0px;
}
.blogcont h4 {
    color: #000;
    font-family: NunitoSans-SemiBold;
    font-size: 19px;
    margin: 0;
    padding-bottom: 15px;
    padding-top: 10px;
}
.blogcont p {
    font-size: 15px;
    color: #585858;
}
.blogback {
    position: relative;
    border-radius: 10px;
}
.datebox {
    position: absolute;
    z-index: 1;
    right: 19px;
    top: 30px;
}
.datebox {
    background-color: #f45243;
    width: 53px;
    height: 58px;
    text-align: center;
    color: #fff;
    padding-top: 4px;
    font-family: NunitoSans-SemiBold;
}
.datebox:before {
    content: "";
    position: absolute;
    width: 0px;
    height: 0px;
    border-left: 8px solid transparent;
    border-right: 17px solid transparent;
    border-top: 28px solid #f45243;
    top: 58px;
    right: 0px;
} 

.searchbox input {
    border-radius: 0px;
    outline: none;
    height: 45px;
    border: 1px solid #3a45d3;
    color: #fff;
    padding: 10px 15px;
    -webkit-appearance: none;
    appearance: none;
    -moz-appearance: none;
    box-shadow: none;
    background-image: url(../images/searchicon.png);
    background-repeat: no-repeat;
    background-position: 94% 13px;
    background-color: #3a45d3;
    width: 100%
}

.searchbox input::placeholder {
  color: #fff;
  opacity: 1;
  font-family: NunitoSans-Regular;
}

.searchbox input::-ms-input-placeholder { 
 font-family: NunitoSans-Regular;   
 color: #fff;
}

.searchbox input::-ms-input-placeholder {
    font-family: NunitoSans-Regular;
 color: #fff;
}
.subcontbox2 {
    margin-bottom: 25px;
}
.subcontbox2 img {
    float: left;
    min-height: 82px;
    /* padding-right: 37px; */
    width: 120px;
    border: 1px solid #d7d7d7;
    margin-right: 23px;
    box-shadow: 0px 6px 13px #d7d7d7;
}
.conbox2 {
    display: flex;
    flex-direction: column;
}
.ppty-item-pic2 img {
    max-width: 100%;
    height: 300px;
    
}
.org {
    color: #f45243;
}

.org:hover {
    color: #3a45d3;
}

.blu {
    color: #3a45d3;
    font-size:100px;
}


.recentpost h2 {
    font-size: 25px;
    font-family: NunitoSans-SemiBold;
    margin-bottom: 21px;
    border-bottom: 2px solid #000;
    padding-bottom: 6px;
}
.center {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.pagination {
  display: inline-block;
}

.pagination a {
  color: black;
  float: left;
  padding: 4px 12px;
  text-decoration: none;
  transition: background-color .3s;
  border: 1px solid #ddd;
  margin: 0 4px;
}

.pagination a.active {
  background-color: #f45243;
  color: white;
  border: 1px solid #f45243;
}

.pagination a:hover:not(.active) {background-color: #ddd;}


.ftr-link {
    margin-top: 16px;
}
.listbox p {
    color: #222222;
    font-size: 12px;
    margin-top: 15px;
}
.modal-header {
    background-color: #15a4a0;
}
.modal-title {
    text-align: left;
    font-size: 20px;
    font-family: Roboto-Medium;
    color: #fff;
    margin-bottom: 0px;
    text-transform: uppercase;
    position: relative;
}
/*.modal-title::before {
    content: "";
    position: absolute;
    width: 139px;
    height: 2px;
    background-color: #000;
    bottom: -10px;
}*/
.form-control.bm {
    height: 45px;
    border: 1px solid #cfcfcf;
    font-size: 15px;
    padding-left: 63px;
    margin-bottom: 24px;
}
.gbox span {
    padding-top: 7px;
}
.loginbtn {
    background-color: #fc3d6a;
    width: 100%;
    border-radius: 5px;
    font-size: 18px;
    font-family: Raleway-Bold;
    color: #fff;
    padding-top: 10px;
    padding-bottom: 10px;
}
.formpoup{
    position: relative;

}
.formpoup span {
    position: absolute;
    bottom: 13px;
    left: 14px;
    font-size: 14px;
}
.formpoup span:before {
    content: "";
    position: absolute;
    height: 30px;
    width: 1px;
    background-color: #cfcfcf;
    left: 33px;
    top: -2px;
}
.linkbox {
    display: flex;
    justify-content: flex-start;
    margin-top: 10px;
}
.close {
    position: absolute;
    right: -2px;
    top: -1px;
    border: 1px solid #000;
    background-color: #fff !important;
    width: 49px;
    height: 49px;
    opacity: 1;
    line-height: 0;
    text-align: center;
    font-size: 35px;
    border-radius: 50%;
    margin-top: 4px;
}
.form-group.boxi input {
    width: 100%;
    padding-left: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
    border: 1px solid #d7d7d7;
}
.form-group.boxi select {
    width: 100%;
    height: 49px;
    padding-left: 15px;
    border: 1px solid #d7d7d7;
}
.exb {
    background-color: #12a39f;
    padding: 10px 44px;
    color: #fff;
    transition: 0.3s;
    border-radius: 6px;
}
.exb:hover {
    background-color: #03225b;
    color: #fff;
}
.opm {
    text-align: center;
    width: 100%;
    margin-top: 11px;
    margin-bottom: 10px;
}

.linkbox span{
  font-family: Roboto-Medium;
}
.linkbox p {
    font-family: Roboto-Light;
    font-size: 16px;
    color: #000;
}
.blk2 {
    font-size: 16px;
    background-color: #fff;
    position: relative;
    margin-left: 10px;
    color: #000;
    font-family: Roboto-Light;
}
.blk2:hover {
    font-size: 16px;
    background-color: #fff;
    position: relative;
    margin-left: 10px;
    color: #696d6e;
    font-family: Roboto-Light;
    opacity: 0.5;
}

.modal-dialog {
    max-width: 700px;
    margin: 1.75rem auto;
}
.carousel-control-next, .carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 15%;
    color: #fff;
    text-align: center;
    opacity: .5;
    transition: opacity .15s ease;
    display: none;
}
.boximg img {
    width: 100%;
}
.cl_contact {
   background-color: red;
   background-image: linear-gradient(to right, #03225b , #12a39f);
}
.pad_t_b_61 {
    padding-top: 89px;
    padding-bottom: 60px;
}
.mobilebox img {
    width: 100%;
}
.mbhed {
    padding-left: 58px;
}
.mbhed h4 {
    color: #333;
    font-size: 35px;
    margin-bottom: 28px;
     font-family: Roboto-Bold;
}
.boxtitle h2 {
    position: absolute;
    bottom: 0;
    z-index: 9;
    color: #fff;
    text-align: center;
    left: 0;
    right: 0;
    top: 43%;
    font-size: 50px;
    font-family: Roboto-Bold;
    text-shadow: 2px 2px 7px #222;
}
.why {
    background-color: #cff3f1;
    padding-top: 60px;
    padding-bottom: 60px;
}
.hm h5 {
    font-size: 2rem;
    margin-bottom: 24px;
    font-family: Roboto-Bold;
}
.hm ul li {
    padding-bottom: 20px;
    color: #595959;
    font-size: 13px;
}
.hm ul li img {
    width: 24px;
    float: left;
    margin-right: 18px;
}
.wimg img {
    width: 100%;
}
.hm {
    padding-top: 20px;
}
.imcbox h2 {
    font-size: 17px;
    font-family: Roboto-Bold;
    text-align: center;
    color: #12a39f !important;
}
.imcbox p {
    text-align: justify;
    font-size: 14px;
    margin-bottom: 28px;
    line-height: 1.7;
}
.cformbox {
    position: relative;
    padding-bottom: 41px;
}
.cformbox:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 269px;
    background-color: #03225b;
    top: -28px;
}
.formbox {
    background-color: #12a39f;
    padding: 42px 35px;
    position: relative;
    margin-top: 0px;
    margin-bottom: 17px;
}
.title_hed_q {
    position: relative;
}
.formbox input {
    height: 50px;
    width: 100%;
    padding-left: 14px;
    margin-bottom: 10px;
    border: 1px solid #fff;
    border-top: none;
    border-right: none;
    border-left: none;
    background-color: transparent;
    color: #fff;
}
.imcbox {
    border-bottom: 3px solid #12a39f;
    margin-bottom: 35px;
   /* min-height: 452px;*/
}
.mbtn {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    position: relative;
    overflow: hidden;
    background: transparent;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    /* box-shadow: -1px 3px 6px 3px #ececec; */
    font-size: 15px;
    font-family: Roboto-Medium;
    color: #fff !important;
    padding: 7px 40px;
    border: 1px solid #fff;
}
.mbtn:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #03225b;
  border-radius: 100%;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.mbtn:hover, .mbtn:focus, .mbtn:active {
  color: #fff;
  border: 1px solid #03225b;
}
.mbtn:hover:before, .mbtn:focus:before, .mbtn:active:before {
  -webkit-transform: scale(2);
  transform: scale(2);
}
.contactbox {
    position: relative;
    height: 215px;
    border: 1px solid #2b4066;
    padding-top: 26px;
    margin-bottom: 49px;
}

.contactbox p {
    text-align: center;
}
.title_hed_q h3 {
    color: #fff;
    font-family: Roboto-Medium;
}

.full2 input {
    border-radius: 0px;
    outline: none;
    height: 48px;
    border: none;
    background-color: #fff;
    border: 1px solid #d7d7d7;
    border-radius: 0px;
    width: 100%;
    margin-right: 15px;
    padding-left: 44px;
}
.full2 select {
    outline: none;
    height: 48px;
    border: 0px;
    border: 1px solid #d7d7d7;
    color: #888888;
    -webkit-appearance: none;
    appearance: none;
    -moz-appearance: none;
    box-shadow: none;
    background-image: url(../images/downarow.png);
    background-repeat: no-repeat;
    background-position: 95% 17px;
    width: 100%;
    padding-left: 20px;
}
.btn.submit {
    background-color: #12a39f;
    padding: 10px 44px;
    color: #fff;
    transition: 0.3s;
}
.btn.submit:hover {
    background-color: #03225b;
    padding: 10px 44px;
    color: #fff;
    transition: 0.3s;
}
.breadcam {
    display: flex;
    font-size: 16px;
     font-family: Roboto-Medium;
     margin-bottom: 20px;
}
.breadcam a:hover {
    color: #12a39f;
    opacity: 0.5;
    font-size:30px;
}.breadcam a {
    color: #12a39f;
    opacity: 1;
    font-size:30px;
}
.mnbxo input{
    outline: none;
    height: 48px;
    border: 0px;
    border: 1px solid #d7d7d7;
    color: #888888;
    width: 100%;
    padding-left: 20px;
    margin-bottom: 5px;
}
.mnbxo select {
    outline: none;
    height: 48px;
    border: 0px;
    border: 1px solid #d7d7d7;
    color: #888888;
    -webkit-appearance: none;
    appearance: none;
    -moz-appearance: none;
    box-shadow: none;
    background-image: url(../images/downarow.png);
    background-repeat: no-repeat;
    background-position: 95% 17px;
    width: 100%;
    padding-left: 20px;
    border-radius: 0px;
}
.bxo select {
    outline: none;
    height: 48px;
    border: 0px;
    border: 1px solid #d7d7d7;
    color: #888888;
    -webkit-appearance: none;
    appearance: none;
    -moz-appearance: none;
    box-shadow: none;
    background-image: url(../images/downarow.png);
    background-repeat: no-repeat;
    background-position: 95% 17px;
    width: 100%;
    padding-left: 20px;
    border-radius: 0px;
}

.btn2.submit {
    background-color: #03225b;
    padding: 11px 0px;
    color: #fff;
    transition: 0.3s;
    display: block;
    font-size: 15px;
    width: 100%;
    border-radius: 0px;
    font-family: Roboto-Medium;
}

.btn2.submit:hover {
    background-color: #12a39f;
    padding: 11px 0px;
    color: #fff;
    transition: 0.3s;
    display: block;
    font-size: 15px;
    width: 100%;
    border-radius: 0px;
}
.mnbxo {
    padding: 25px 15px;
    background-image: linear-gradient(to right, rgba(3,34,91,0.8), rgba(18,163,159,0.6));
  }

.mnbxo input::placeholder {
  color: #888888;
}

.mnbxo input::-ms-input-placeholder { 
  
 color:#888888;
}

.mnbxo input::-ms-input-placeholder {

 color: #888888;
}

.operator img {
    width: 85px;
    margin-right: 12px;
}

.operator {
    margin-top: 34px;
    margin-bottom: 50px;
}
.cont h4 {
  font-family: Roboto-Medium;
}
.smt {
    color: #ccc;
    font-size: 11px;
    margin: 0px;
    padding-left: 13px;
    padding-top: 15px;
}
/* Style the tab */
.tab {
    overflow: hidden;
    border-bottom: 1px solid #12a39f;
}

.tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
}

.tab button:hover {
  background-color: #ddd;
}

.tab button.active {
    background-color: #12a39f;
    color: #fff;
}
.tabcontent {
    display: none;
    padding: 26px 0px;
    border-top: none;
}
.form-group.bbox{
  position: relative;
}

.form-group.bbox span {
    position: absolute;
    top: 12px;
    left: 15px;
    color: #03225b;
    border-right: 1px solid #d7d7d7;
    padding-right: 8px;
}
.ddbox {
    background-color: #12a39f;
    padding: 15px;
}

.ddbox h4 {
    color: #fff;
    font-size: 34px;
  font-family: Roboto-Medium;
}
.ddbox span {
    font-size: 40px;
    color: #fff;
    border: 1px solid #ccc;
    padding: 5px;
    margin-right: 17px;
}
.ddbox p {
    color: #fff;
    font-size: 17px;
    line-height: 2;
}
.ddbox h4 {
    color: #fff;
    font-size: 34px;
    font-family: Roboto-Medium;
    border-bottom: 1px solid #1dcdc8;
    padding-bottom: 10px;
    margin-bottom: 23px;
}
/*user css*/
.mainbox {
    border: 1px solid #d7d7d7;
    padding: 25px;
    text-align: center;
}
.perdetails {
    margin-bottom: 30px;
}
.perdetails2 {
    margin-bottom: 30px;
    width: 100%;
}
.cng{
  border: 1px solid #d7d7d7;
    padding: 25px;
}
.imgbox img {
    width: 200px;
    height: 200px;
    border: 1px solid #d7d7d7;
    margin-bottom: 10px;
}
.imgbox {
    position: relative;
}
.imgbox span {
    position: absolute;
    cursor: pointer;
    color: #12a39f;
    top: 0;
    right: 15px;
}

.imgbox p {
    font-size: 15px;
    font-family: Roboto-Medium;
}
.hd {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #dedede;
    margin-bottom: 30px;
    background-color: #12a39f;
    padding-top: 7px;
    padding-left: 17px;
}

.hd h4 {
    font-size: 19px;
    color: #fff;
    font-family: Roboto-Medium;
}
.hd p{
  color: #12a39f;
  margin-bottom: 0px;
  font-size: 13px;
}
.hd a{
  color: #12a39f;
  margin-bottom: 0px;
  font-size: 13px;
}
.hd a:hover{
  color: #222;
  margin-bottom: 0px;
  font-size: 12px;
}

.dipl input {
    border: 1px solid #d7d7d7;
    width: 100%;
    color: #888;
    margin-bottom: 10px;
    padding-left: 14px;
    height: 48px;
}


.dipl input::placeholder {
  color: #888;
  font-family: Roboto-Regular;
}

.dipl input:-ms-input-placeholder { 
 font-family: Roboto-Regular;   
 color: #888;
}

.dipl input::-ms-input-placeholder {
    font-family: Roboto-Regular;
 color: #888;
}

.diplx {
    display: flex;
    justify-content: space-between;
    margin-bottom: 58px;
    margin-top: 33px;
}

.diplx p {
    color: #222;
    font-size: 16px;
     font-family: Roboto-Medium;
}
.diplx span {
    color: #fc6969;
    font-size: 13px;
    font-weight: normal !important;
}
.btnj {
    background-color: #03225b;
    font-size: 13px;
    display: block;
    width: 101px;
    height: 45px;
    text-align: center;
    padding-top: 3px;
    color: #fff;
}
.btnj:hover{
  background-color: #12a39f;
  color: #fff;
}
.wallet.box {
    display: flex;
    justify-content: space-between;
    background-color: #12a39f;
    padding: 15px;
    margin-bottom: 35px;
}
.wallet {
    display: flex;
    justify-content: space-between;
    margin-bottom: 34px;
    background-color: #f2f2f2;
    padding: 10px;
}
.wallt {
    color: #fff;
    font-size: 20px;
     font-family: Roboto-Regular;
}
.wallt span {
    color: #fff;
    font-size: 20px;
      font-family: Roboto-Medium;
}
.amt input {
    width: 300px;
    height: 40px;
    padding-left: 8px;
    outline: none;
    border: none;
    background-color: transparent;
    border-bottom: 1px solid #d7d7d7;
}

.btnk {
    background-color: #03225b;
    font-size: 13px;
    display: block;
    width: 164px;
    height: 41px;
    text-align: center;
    padding-top: 0px;
    color: #fff;
    transition: 0.3s;
}
.box span {
    background-color: #595959;
    color: #fff;
    padding: 7px;
    font-size: 18px;
}
.box {
    padding-top: 8px;
}
.btnk:hover{
  background-color: #fff;
  color: #222;
}

/*vertical css*/
h5 a {
  font-family: "azo-sans-web", sans-serif;
  font-weight: 400;
  font-size: 22px;
  line-height: 32px;
  color: #435560;
  margin: 0;
}
h5 a:hover {
  color: #435560;
}

p {
  font-weight: 200;
  line-height: 26px;
  color: #414042;
  margin: 0;
}

#accordion .card {
  border-top: none;
  border-left: none;
  border-right: none;
  border-radius: 0;
  border-bottom: 1px solid #d1d3d4;
}
#accordion .card .card-header {
  background: none;
  border: none;
  padding: 25px 0;
}
#accordion .card .card-header.top-headline {
  padding: 0 0 25px;
}
#accordion .card .card-body {
  padding: 0 0 25px;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #fff;
    background-color: #03225b;
}

.vertical-tabs .nav-link {
    text-transform: uppercase;
    color: #595959;
    font-family: "azo-sans-web", sans-serif;
    font-size: 12px;
    font-weight: 500;
    border-radius: 0;
    padding: 16px 20px;
}
@media (min-width: 768px) {
  .vertical-tabs .nav-link {
    border-bottom: 1px solid #d1d3d4;
  }
}
.vertical-tabs .nav-link.active {
  background: #03225b;
  color: #fff;
  border-bottom: none;
}
.vertical-tabs .tab-content {
  margin-top: 30px;
}
@media (min-width: 768px) {
  .vertical-tabs .tab-content {
    margin-top: 0px;
  }
}

.wbox h4 {
    text-align: center;
    font-size: 24px;
     font-family: Roboto-Bold;
}

.wbox p {
    text-align: center;
    font-size: 18px;
   font-family: Roboto-Medium;
   color: #03225b;
}

.icw img {
    filter: invert(49%) sepia(31%) saturate(3378%) hue-rotate(144deg) brightness(90%) contrast(86%);
    display: block;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid #d7d7d7;
    padding: 15px;
    margin-bottom: 27px;
}

.wbox {
    box-shadow: rgb(50 50 93 / 25%) 0px 50px 100px -20px, rgb(0 0 0 / 30%) 0px 30px 60px -30px;
    padding-top: 35px;
    padding-bottom: 25px;
    margin-bottom: 30px;
    border: 1px solid #f1f1f1;
}
.dipl textarea {
    width: 100%;
    border: 1px solid #d7d7d7;
    padding-left: 13px;
    padding-top: 7px;
    min-height: 115px;
    margin-top: 12px;
}
#compId {
    width: 100%;
    height: 48px;
    border: 1px solid #d7d7d7;
    padding-left: 17px;
}

/*==============end preset css======*/
.dipl textarea::placeholder {
  color: #888;
}

.dipl textarea:-ms-input-placeholder {    
 color: #888;
}

.dipl textarea::-ms-input-placeholder {
 color: #888;
}

.rdx{
  color: #fa8e2a;
}
.hedbox h2 {
    font-family: Roboto-Bold;
}
.hedbox h5 {
    font-family: Roboto-Bold;
}
.led {
    font-size: 18px;
    margin-top: 10px;
    font-family: Roboto-Medium;
}
.Privacy-content h4 {
    color: #333;
    font-size: 24px;
    padding-top: 26px;
    font-family: Roboto-Medium;
}
.too {
    list-style: circle;
    padding-left: 36px;
    margin-top: 12px;
    font-size: 12px;
}
h2.hboc {
    font-size: 2.5rem;
    text-align: center;
    margin-top: 42px;
    font-family: Roboto-Bold;
}
.bgcont img {
    width: 100%;
    border: 1px solid #d7d7d7;
}
.mobilebox {
    display: none;
}
.cl_contact {
    background-color: red;
    background-image: linear-gradient(to right, #03225b , #12a39f);
    display: none;
}

.btnmdl {
    border: 2px solid #fff;
    padding: 8px 30px;
    background-color: transparent;
    color: #fff;
    font-family: Roboto-Medium;
}
.btnmdl:hover {
    border: 2px solid #03225b;
    padding: 8px 30px;
    background-color: #03225b;
    color: #fff;
    font-family: Roboto-Medium;
}
.modal-header {
    border: 0px;
}
.modal-dialog {
    max-width: 700px;
    margin: 1.75rem auto;
}
.aboutbn img {
    width: 100%;
}

/*.imcbox a {
    color: #333;
}
.imcbox a:hover {
    color: #12a39f;
    border-bottom: 3px solid #03225b;
}*/

.imcbox:hover {
    color: #12a39f;
    border-bottom: 3px solid #03225b;
}

.imcbox:hover .xmn {
    transform: scale(1.2);
}

.container2 {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #fff;
    margin-left: 15px;
    margin-top: 14px;
}

/* Hide the browser's default checkbox */
.container2 input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
}

/* On mouse-over, add a grey background color */
.container2:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.container2 input:checked ~ .checkmark {
  background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.container2 input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.container2 .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.cont.gap25 {
    margin-top: 55px;
}
.gap_po {
    margin-bottom: 35px;
}
.table .thead-dark th {
    color: #fff;
    background-color: #03225b;
    border-color: #03225b;
    font-weight: normal;
    font-size:12px;
}
.rc_pk table tr {
    border-bottom: 1px solid #1a1a1a;
}
.ammAppend {
    background-color: #f76d6d !important;
    text-align: center;
    padding-left: 14px !important;
    color: #fff;
    font-size: 19px;
    padding-right: 14px;
}
.databox {
    background-color: #fff;
    padding: 18px;
    margin-bottom: 19px;
    margin-top: 17px;
}
.gap_po img {
    width: 100%;
}
.btnm {
    width: 100%;
    height: 48px;
    text-align: left;
    padding-left: 13px;
    color: #888888;
    background-color: #fff;
}

.btnm:before {
    position: absolute;
    content: "";
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #888888;
    right: 13px;
    top: 19px;
}
.dropdown-item img {
    width: 28px;
    margin-right: 5px;
}
.dropdown-menu.mnt {
    top: 48px;
    left: 0;
    width: 350px;
    border: none;
     background-color: #fff;
}
.dropdown-item.gmp {
    padding: 9px 0px 7px 14px;
    font-size: 13px !important;
}

.dropdown-item.gmp:focus, .dropdown-item.gmp:hover {
    color: #1a1a1a !important;
    text-decoration: none;
    background-color: #eaeff5 !important;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
   
}
/* The container */
.container3 {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 16px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-bottom: 5px;
}

/* Hide the browser's default radio button */
.container3 input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #333;
  border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.container3:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.container3 input:checked ~ .checkmark {
  background-color: #03225b;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.container3 input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.container3 .checkmark:after {
 	top: 9px;
	left: 9px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: white;
}
.form-group.bbox2 label {
    font-size: 17px;
    margin-right: 32px;
}
.form-group.bbox2 {
    display: flex;
}
.b {
    display: none;
    width: 100%;
    max-width: 247px;
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
    border: 1px solid rgba(0,0,0,.15);
    position: absolute;
    background-color: #fff;
    z-index: 1000;
}

.open{
  display: show !important;
}
.vodiapicker{
  display: none; 
}

#a{
  padding-left: 0px;
}

#a img, .btn-select img{
  width: 25px;
  
}

#a li{
  list-style: none;
  padding-top: 5px;
  padding-bottom: 5px;
}

#a li:hover{
 background-color: #F4F3F3;
}

#a li img{
  margin: 5px;
}

#a li span, .btn-select li span{
  margin-left: 20px;
}

.btn-select {
    width: 100%;
    background-color: #fff;
    border: 1px solid #ccc;
    display: block;
    color: #888;
    padding-top: 11px;
    padding-bottom: 10px;
    position: relative;
}

.btn-select:before {
    position: absolute;
    content: "";
    background-image: url(../images/downarow.png);
    background-repeat: no-repeat;
    background-position: 95% 17px;
    z-index: 9;
    right: 14px;
    width: 19px;
    height: 26px;
    top: 3px;
}




.btn-select li{
  list-style: none;
  float: left;
  padding-bottom: 0px;
}

.btn-select:hover li{
  margin-left: 0px;
}

.btn-select:hover{
  background-color: #F4F3F3;
  border: 1px solid transparent;
  box-shadow: inset 0 0px 0px 1px #ccc;
  
  
}

.btn-select:focus{
   outline:none;
}

.lang-select{
  margin-left: 0px;
}
.payment_charge {
    color: #fff;
    font-size: 17px;
}
.mnbxo2 {
    padding: 25px 15px;
    background-image: linear-gradient(to right, rgba(3,34,91,0.8), rgba(18,163,159,0.6));
    color: #fff;
}
.payment_charge {
    padding-top: 20px;
    padding-bottom: 21px;
}
.inhed {color: #FFFFFF;
    border-bottom: 1px solid #d7d7d7;
    padding-bottom: 12px;
    margin-bottom: 16px;
    }
    
/*=================================report=============================*/
.dcon {
    display: flex;
    justify-content: space-between;
}
.dcon p {
    font-family: Roboto-Medium;
    color: #888;
    font-size: 13px;
     margin-top: 20px;
}
.g {
    color: #28a745 !important;
}
.P {
    color: #007bff !important;
}
.F{
    color:#dc3545 !important;
}
.cbox p {
    font-size: 14px;
    font-family: Roboto-Medium;
}

.rtbox {
    display: flex;
}
.rbox {
    border: 1px solid #d7d7d7;
    padding: 10px;
    background-color: #fff;
    box-shadow: -1px 1px 10px #ccc;
    position: relative;
    margin-bottom: 25px;
}
.icm img {
    margin-left: auto;
    margin-right: auto;
    display: block;
    padding-top: 12px;
}

.icm {
    width: 50px;
    height: 50px;
    background-color: #f2f2f2;
    padding: 0;
    border-radius: 50%;
    margin-right: 12px;
}
.spn {
    position: absolute;
    right: 11px;
    top: 10px;
}

.btm {
    background-color: #12a39f;
    color: #fff;
    padding-left: 14px;
    padding-right: 14px;
    font-size: 13px;
    padding-top: 4px;
    padding-bottom: 3px;
}
.btm:hover {
    background-color: #03225b;
    color: #fff;
    padding-left: 14px;
    padding-right: 14px;
    font-size: 13px;
    padding-top: 4px;
    padding-bottom: 3px;
}

.spn p {
    font-size: 16px;
     font-family: Roboto-Medium;
}
.optetor {
    width: 30px;
    height: 30px;
    position: absolute;
    bottom: 60px;
    left: 18px;
}
.optetor img {
    width: 27px;
}
.cont.gap26 {
    text-align: center;
}
.cont.gap26 h4 {
    font-size: 32px;
    margin-top: 40px;
}
.user-wallet-balance {
    position: absolute;
    top: -6px;
    right: 16px;
    color: #fff;
    font-size: 20px;
    font-family: Roboto-Medium;
}
.user-wallet-balance img {
    width: 20px;
}
.wht {
    color: #fff;
}
.col-lg-8.ml-auto.mr-auto.gp {
    margin-top: 14px;
    margin-bottom: 18px;
}
#complainSubject {
    height: 48px;
    margin-bottom: 25px;
}
.table td, .table th {
    padding: .75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
    font-size: 13px;
}
.customer_id_error.cls_err {
    color: #f9eb03;
}
.share2 {
    display: flex;
    justify-content: space-around;
    border-bottom: 1px solid #d7d7d7;
    margin-bottom: 25px;
    margin-top: 25px;
}
.share2 p {
    color: #595959;
    padding-bottom: 11px;
    font-size: 18px;
}
.share2 span {
    color: #03225b;
    font-size: 17px;
}
.top-socil2 ul {
    display: flex;
    text-align: center;
}
.top-socil2 ul li {
    width: 38px;
    height: 38px;
    vertical-align: middle;
    border-radius: 50%;
    margin-right: 10px;
    border: 1px solid #595959;
    line-height: 1.;
    padding-top: 2px;
}
.top-socil2 ul li a {
   text-align: center;
    line-height: 2.3;
    font-size: 15px;
    color: #12a39f;
}
.top-socil2 ul li a:hover {
opacity: 0.5;
}

.top-socil2 {
    padding-bottom: 19px;
}
.cont h4 {
    font-family: Roboto-Medium;
    font-size: 18px;
    margin-top: 34px;
    color: #06b7bd;
    text-transform: capitalize;
}
.appbox {
    margin-top: 39px;
}
.appbox p {
    font-size: 20px;
    padding-bottom: 8px;
    color: #f24c24;
    font-weight: 600;
}
.cont h3 {
    font-size: 32px;
    font-weight: 600;
}
.cont.gap65 {
    margin-top: 46px;
}
.Privacy-content h6 {
    font-size: 20px;
    color: #12a39f;
    font-weight: 700;
    margin-top: 19px;
    margin-bottom: 7px;
}
.Privacy-content h4 {
    font-size: 30px;
}
.scrm img {
    width: 88%;
    /* padding-bottom: 60px; */
    border-radius: 12px;
}
.securebx {
    background-color: #f2f2f2;
    padding-top: 35px;
    border-bottom: 1px solid #d7d7d7;
}

.Privacy-content2 h6 {
    font-size: 15px;
    color: #12a39f;
    font-weight: 700;
    margin-top: 19px;
    margin-bottom: 7px;
}
.Privacy-content2 p {
    font-size: 12px !important;
    color: #000;
}
.Privacy-content2 h4 {
    color: #000;
    margin-top: 36px;
}
.hedbox2 h2 {
    color: #000;
    font-size: 20px;
    margin-top: 25px;
    font-family: Roboto-Bold;
}
.hedbox2 p {
    font-size: 12px;
}
.hm2 {
    padding-top: 40px;
}
.hm2 h5 {
    font-size: 20px;
    margin-bottom: 24px;
    font-family: Roboto-Bold;
}

.hm2 ul li {
    font-size: 12px;
    color: #000;
    padding-bottom: 28px;
}

.Privacy-content3 h4 {
    font-size: 20px;
     color: #000;
         padding-top: 27px;
}
.Privacy-content3 p {
    font-size: 12px;
    color: #000;
}
.serviceschrege.gmt {
    padding-top: 38px;
}
.rightbtn {
    display: flex;
    flex-wrap: wrap;
    position: absolute;
    z-index: 99;
    justify-content: flex-end;
    width: 100%;
    top: 18px;
}
.itemgap {
    margin-top: 14px;
}
.eclose img {
    width: 29px;
}
.eopen img {
    width: 29px;
}
.eopen {
    position: absolute;
    top: 10px;
    right: 15px;
     display:none;
     cursor: pointer;
}
.eclose {
    position: absolute;
    top: 10px;
    right: 15px;
}

.eclose {
    position: absolute;
    top: 10px;
    right: 15px;
   cursor: pointer;
}
.massagebox {
    text-align: center;
    margin-top: 100px;
    height: 60vh;
}
.ico_icon {
    font-size: 100px;
    border: 1px solid #d7d7d7;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    padding-top: 12px;
    margin: 0px auto;
    margin-bottom: 39px;
    box-shadow: rgb(50 50 93 / 25%) 0px 50px 100px -20px, rgb(0 0 0 / 30%) 0px 30px 60px -30px;
    color: #219b00;
    background-color: #fff;
}

.ico_icon2 {
    font-size: 100px;
    border: 1px solid #d7d7d7;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    padding-top: 12px;
    margin: 0px auto;
    margin-bottom: 39px;
    box-shadow: rgb(50 50 93 / 25%) 0px 50px 100px -20px, rgb(0 0 0 / 30%) 0px 30px 60px -30px;
    color: #fb5a3d;
    background-color: #fff;
}

.ico_icon3 {
    font-size: 100px;
    border: 1px solid #d7d7d7;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    padding-top: 12px;
    margin: 0px auto;
    margin-bottom: 39px;
    box-shadow: rgb(50 50 93 / 25%) 0px 50px 100px -20px, rgb(0 0 0 / 30%) 0px 30px 60px -30px;
    color: #4285f4;
    background-color: #fff;
}








.massage {
    background-color: #f5f0e1;
}
.massagebox h4 {
    font-size: 50px;
    text-align: center;
    font-weight: 700;
    color: #000;
    letter-spacing: 3px;
    margin-bottom: 35px;
}


.form-outline {
    width: 100%;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 14px;
    position: relative;
}
.btn-primary_bd {
    position: absolute;
    right: 11px;
    background: #d7d7d7;
    padding: 11px 15px;
    top: 15px;
}
.form-outline input {
    border-radius: 0px;
}
.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}
.error-alert-n{
    color:#fcff00;
    font-size:12px;
}
.bblogo img {
    width: 98px;
}
.bblogo {
    position: absolute;
    top: 0;
    right: 18px;
}
.required {
    color: #fff;
}
/*for accordian tab*/
.template_faq {
    background: #edf3fe none repeat scroll 0 0;
}
.panel-group {
    background: #fff none repeat scroll 0 0;
    border-radius: 3px;
    box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.04);
    margin-bottom: 0;
    padding: 30px;
}
#accordion .panel {
    border: medium none;
    border-radius: 0;
    box-shadow: none;
    margin: 0 0 15px 10px;
}
#accordion .panel-heading {
    border-radius: 30px;
    padding: 0;
}
#accordion .panel-title a {
    background: #03225b none repeat scroll 0 0;
    border: 1px solid transparent;
    border-radius: 30px;
    color: #fff;
    display: block;
    font-size: 16px;
    font-family: Roboto-Bold;
    padding: 12px 20px 12px 50px;
    position: relative;
    transition: all 0.3s ease 0s;
}
#accordion .panel-title a.collapsed {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #ddd;
    color: #333;
}
#accordion .panel-title a::after, #accordion .panel-title a.collapsed::after {
    background: #12a39f none repeat scroll 0 0;
    border: 1px solid transparent;
    border-radius: 50%;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.58);
    color: #fff;
    content: "";
    font-family: fontawesome;
    font-size: 25px;
    height: 55px;
    left: -20px;
    line-height: 55px;
    position: absolute;
    text-align: center;
    top: -5px;
    transition: all 0.3s ease 0s;
    width: 55px;
}
#accordion .panel-title a.collapsed::after {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #ddd;
    box-shadow: none;
    color: #333;
    content: "?";
}
#accordion .panel-body {
    background: transparent none repeat scroll 0 0;
    border-top: medium none;
    padding: 20px 25px 10px 9px;
    position: relative;
}
#accordion .panel-body p {
    border-left: 1px dashed #8c8c8c;
    padding-left: 25px;
}

.gbox {
    background-color: #c1e1df;
    padding: 12px 153px 13px 26px;
    border-radius: 8px;
    position: relative;
}
.gbox:before {
    content: "";
    position: absolute;
    background: url(../images/gift.png) right no-repeat;
    width: 220px;
    height: 234px;
    right: -89px;
    top: -3px;
}

.fbox {
    background-color: #cff3f1;
    padding: 12px 153px 13px 26px;
    border-radius: 8px;
    position: relative;
}
.fbox p {
    line-height: 1.5;
    font-size: 12px;
    color: #000;
}
.fbox:before {
    content: "";
    position: absolute;
    background: url(../images/travel.png) right no-repeat;
    width: 195px;
    height: 237px;
    right: 20px;
}



.arrow.down {
    transform: rotate(-135deg);
    left: 0;
    z-index: 9;
}
.arrow {
    display: inline-block;
    position: absolute;
    width: 15px;
    height: 15px;
    background: transparent;
    text-indent: -9999px;
    border-top: 3px solid #fff;
    border-left: 3px solid #fff;
    transition: all 250ms ease-in-out;
    text-decoration: none;
    color: transparent;
}
.arrow:before {
    display: block;
    height: 200%;
    width: 200%;
    margin-left: -50%;
    margin-top: -50%;
    content: "";
    transform: rotate(45deg);
}

.parallax {
  /* The image used */
  background-image: url("../images/img_parallax.png");
  /* Set a specific height */
/*  min-height: 500px;*/ 
  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
   color: #fff;
}

.parallax p { color: #fff;}
.ulh img {
    border-radius: 15px;
}

.didbox {
    padding: 15px;
    background-color: #03225b;
    border-radius: 7px;
    margin-top: 5px;
    margin-bottom: 13px;
}
.lkm {
    color: #fff;
    margin-bottom: 7px;
}
.conbox {
    background-color: rgba(23, 74, 131, 0.8);
    padding: 39px;
    border-radius: 15px;
    position: relative;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
}
.conbox li {
    margin-bottom: 5px;
    font-size: 15px;
    padding-left: 13px;
}

.conbox:before {
    content: "";
    background: url(../images/topics.png);
    padding: 39px;
    border-radius: 15px;
    position: absolute;
    width: 253px;
    height: 270px;
    right: -124px;
    bottom: -60px;
}
.gap {
    padding-top: 65px;
}
.icon2 {
    text-align: center;
    width: 100px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 50%;
    height: 100px;
    font-size: 42px;
    color: #f55c4e;
    box-shadow: 1px 7px 6px #e1e1e1;
    margin-bottom: 30px;
    line-height: 2.2;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
}
.icon2 svg {
    filter: brightness(0) saturate(100%) invert(47%) sepia(69%) saturate(1109%) hue-rotate(327deg) brightness(96%) contrast(101%);
    padding: 29px;
}
.icon {
    text-align: center;
    width: 100px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 50%;
    height: 100px;
    font-size: 42px;
    color: #f55c4e;
    box-shadow: 1px 7px 6px #e1e1e1;
    margin-bottom: 30px;
    line-height: 2.2;
    box-shadow:rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
}
.contactbox p {
    color: #fff;
    font-size: 20px;
}
.ilist{
     background-color: rgba(23, 74, 131, 0.8);
    padding: 39px;
    border-radius: 15px;
    position: relative;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px; 
}
.newsec_wok {
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #f2f2f2;
}
.nbox {
    padding-top: 65px;
    padding-bottom: 50px;
}
.scrm ul {
    display: flex;
    justify-content: center;
}
.scrm li {
    border-radius: 5px;
    margin-left: 10px;
    margin-right: 10px;
    cursor: pointer;
}
.cerbox img {
    max-width: 100%;
}
.modal-footer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: center;
    padding: .75rem;
    border-top: 1px solid #dee2e6;
    border-bottom-right-radius: calc(.3rem - 1px);
    border-bottom-left-radius: calc(.3rem - 1px);
}
.modal-dialog.in_show {
    max-width: 435px;
}
.scrm {
    margin: 30px 0 50px;
    padding: 20px 40px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, .16);
    box-shadow: 0 0 30px rgba(0, 0, 0, .16);
    background-color: #f5f5f5;
}
.new_btn {
    font-weight: normal !important;
    font-size: 12px;
    color: rgb(236 8 8) !important;
}
.sp_im {
    width: 75%;
}
.b_logo {
    position: absolute;
    right: 21px;
    top: -5px;
}
.b_logo img {
    width: 195px;
}
.btn-spec {
    background-color: rgba(3, 4, 91, 1);
    color: #fff !important;
    font-size: 14px;
    padding-bottom: 9px;
    padding-top: 9px;
    padding-left: 25px;
    padding-right: 25px;
    transition: 0.5s;
}
.btn-spec:hover {
    background-color: rgba(3, 4, 91, 0.8);
    color: #fff !important;
    font-size: 14px;
    padding-bottom: 9px;
    padding-top: 9px;
    padding-left: 25px;
    padding-right: 25px;
        transition: 0.5s;
}
.btn-spec svg {
    width: 15px;
    filter: invert(100%) sepia(0%) saturate(4238%) hue-rotate(259deg) brightness(116%) contrast(100%);
    padding-right: 2px;
}
.no_color {
    background-color: transparent;
}
.cont {
    padding-top: 29px;
}
.timb {
    padding: 6px 2px;
}
.dipl img {
    display: block;
    float: right;
}
.btm {
    color: #fff !important;
}














