@import url('//fonts.googleapis.com/css?family=Comfortaa|Dosis|Josefin+Sans|Josefin+Slab|Raleway:400|Ubuntu');

/*investor relation*/

.sharedeptdiv{
    min-height: 300px !important;
    margin-right: 15px;
    box-shadow: 0px 0px 10px #8a797947;
    padding: 25px 20px;
    margin-bottom: 15px;
    border-radius: 10px;
}

.sharedeptdiv h4{
    text-decoration: underline;
    text-align: center;
}

.sharedeptdiv p{
    text-align: left;
}

/*homepage gallerydiv*/

.homegallery>div{
    display: flex;
    flex-direction: column;
    align-items: center;
    /*border-top: 1px solid;*/
    /*border-bottom: 1px solid;*/
    border-radius: 5px;
}

.homegallery>div>h3{
    width: 100%; text-align: left; padding-bottom: 5px; border-bottom: 2px solid #e78836;
}

.viewmorebtn{
    margin: 20px 0 auto;
    border: none;
    background: none;
    color: #f89224;
}

.homepageecard{
    display:flex;
    justify-content:center;
    align-items:center;
    flex-wrap: wrap;
    padding: 0;
}

.homepageecard div:nth-child(1){
    width:48%;
    margin: 5px 1%;
}
.homepageecard div:nth-child(2){
    width:48%;
    margin: 5px 1%;
}
.homepageecard div:nth-child(3){
    width:100%;
    margin: 5px auto;
}

.homepageecard div img{
    width: 100%;
    height: 180px;
}

.homepagevideo{
    display:flex;
    justify-content:center;
    align-items:center;
    flex-wrap: wrap;
    padding: 0;
}

.homepagevideo>figure{
    width:100%;
}

.homepagevideo>figure p{
    margin:3px;
}

.homepagevideo>figure iframe{
    margin:0;
    padding:0;
    width: 100%;
    height: 180px;
}

/*end homepage gallerydiv*/


/* start org reg css */

    #loading{
      position: fixed;
      left: 0px;
      top: 0px;
      width: 100%;
      height: 100%;
      z-index: 9999;
      background: #fff;
      background: url('https://zenithlifebd.com/wp-content/uploads/2021/08/wait-loader.gif') 
                  50% 50% no-repeat rgba(249,249,249,0.75);
    }
    
    #last-news-div{
        margin: 25px auto;
        display:flex;
    }
    
    /*
    #last-news{
        padding: 0;
        margin: 0 7px;
        min-height: 270px;
        border: 8px solid #b1e7e5;
    }
    */
    
    #last-news{
        padding: 5px;
        margin: 0 7px;
        min-height: 270px;
        border: 1px solid #0a760d;
        border-radius: 8px;
    }
    
    
    #last-news img{
        width: 100%;
        height: 250px;
        object-fit: cover;
    }
    
    #last-news h4{
        margin-top: 18px;
        font-size: 14px;
        padding: 2px 8px;
    }
    
    #last-news a,a:hover,a:active,a:visited{
        color: #000;
    }
    
    #last-news-more{
        border: 1px solid #11540d;
        border-radius: 50px;
        padding: 15px 50px;
        background: #11540d;
        color: #fff;
        transition: all .3s ease;
    }
    
     #last-news-more:hover{
        background: #ffffff;
        color: #000000;
        transition: all .3s ease;
     }
    
	.orgbody{
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 50px 0;
    }

  .orgdiv{
    padding-bottom: 50px;
    border-radius: 5px;
    background: #dfdfdf;
    border: 1px solid #cecece;
  }

  .orgdiv .form-row {
    margin:10px auto;
  }

  .org-submit-btn {
    width: 90%;
    margin: 0 5%;
    padding: 8px;
    border-radius: 10px;
    font-weight: bold;
    color: #000000;
    border: 1px solid #5f5d5d;
    background: #ffffff;
    transition: all .3s ease-in-out;
  }

  .org-submit-btn:hover {  
    border: 1px solid #ff0000;
    color: #136433;
    background: #ffffff;
    transition: all .3s ease-in-out;
  }

  .orgdatabody{
    width: 94%;
    margin: 0 auto;
  }  

  .orgdataform{
    margin: 100px 0;
    padding: 15px;
    background: #f9f9f9;
    border: 1px solid #b7b7b7;
    box-shadow: 2px 2px 3px #999;
  }

  .orgdataform h1{
    font-family: 'Trebuchet MS', sans-serif;
    font-size: 25px;
    font-weight: bold;
    text-align: center;
    text-decoration: underline;
    margin-bottom: 80px;
  }

  .org-reg-data-form{
    display: block;
    min-height: !important 150px;
    margin-bottom: 100px;
  }

	.org-details-form{
    padding: 10px 50px;  
		border: 1px solid #124356;   
  }

/* end org reg css */


.mujib-corner-div{
 display:inline-block;
 float: left;
 margin: 5px;
}

.frame {
  text-align: center; 
  position: relative;
  width: 100%;
  height: auto;
  /*cursor: pointer;    */
  /*perspective: 500px; */
}
.frame img {
  display: block;
  width: 100%;
  height: auto;  
  border: 5px solid #adadad;
  border-radius: 5px;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}
.frame img:hover {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}
.frame .details {
  border-radius: 5px;
  color: white;
  width: 80%;
  height: auto;    
  padding: 5% 8%;
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotateY(90deg);
  transform-origin: 50%;
  background: rgb(63, 178, 217);  
  opacity: 0;
  transition: all 0.4s ease-in;

}
.frame .details h4{
 font-size: 12px;
 cursor: pointer;
}
.frame:hover .details {
  transform: translate(-50%, -50%) rotateY(0deg);
  opacity: .95;
}
.mojib-corner-btn {
  flex: 1 1 auto;
  margin: 10px;
  padding: 30px;
  text-align: center;
  text-transform: uppercase;
  transition: 0.5s;
  background-size: 200% auto;
  color: white;
  box-shadow: 0 0 20px #eee;
  border-radius: 30px;
 }

.mojib-corner-btn:hover {
  background-position: right center;
}

.mojib-corner-btn{
  background-image: linear-gradient(to right, #116317 0%, #f7000b 51%, #116317 100%);
}

div.carousel-inner{
  max-width:100%;
}

.lang-div {
  position: absolute;
  top: 10px;
}

.lang-div p {
  float: right;
  background: #eee;
  border: #ddd;
  border-radius: 5px;
  padding: 10px;
}

.lang-div a:link, a:active, a:visited {
  color: #000;
  transition: .3s color ease-in-out;
  text-decoration: none;
}

.lang-div a:hover {
  color: #f00;
  transition: .3s color ease-in-out;
  text-decoration: none;
}

.slide-navigation{
  color:rgba(227, 50, 13, 0.9);
  margin-top: 190%;
}

.container-fluid{
  padding-right:15px;
  padding-left:15px;
  margin-right:auto;
  margin-left:auto;
  display:inline;
}

.container-fluid div img{
  vertical-align:middle;
}

.client-div{
  max-width:100%;
  display:block;
  margin:auto;
  border:1px solid grey;
  border-radius:5px;
  text-align:center;
  padding:10px;
  background-color:#ffffff;
}

.board-row-div{
  max-width:100%;
  display:block;
  margin:50px auto;
  border-radius:5px;
  text-align:center;
  padding:20px;
  border-bottom:1px solid #C5C2C1;
  box-shadow: 1px 1px 10px 1px rgba(10, 112, 45, 0.36);
}

.board-row-div h3{
  margin:30px auto;
  padding:10px 5px;
  width:50%;
  font-family:'Comfortaa';
  text-transform: uppercase;
}

.board-row-div img{
  width: 220px;
  height: 250px;
  margin:50px 0 20px 0;
  border:1px solid #b44211;
  border-radius: 100%;
  padding: 5px;
}

.board-row-div p{
  width:90%;
  margin:0 auto 30px auto;
  font-family:'Josefin Sans';
  text-align: left;
}

.first-div{
  max-width:90%;
  display:block;
  margin:auto;
  border-radius:5px;
  text-align:center;
  padding:20px;
}

.client-div img{
  margin:auto;
  border:2px solid rgb(176,81,13);
}

.first-div img{
  margin-top:20px;
  border:2px solid rgb(176,81,13);
}

.first-text-size{
  border-bottom:1px solid rgb(222,89,31);
  margin:30px auto;
  width:80%;
  font-size:16px;
  color:rgb(1,1,1);
}

first-row{
  max-height:600px;
}

.first-row{
  padding:50px 0;
  height:auto;
  background:rgb(238,238,238);
  margin-top:100px;
  margin-bottom:100px;
}

.first-row-column: hover{
}

.first-row-column{
  margin-bottom:20px;
}

.board-row-column{
  margin-bottom:20px;
}

.second-row column{
  margin-bottom:20px;
}

.second-row-column{
  margin-bottom:20px;
}

.carousel-caption{
right: 15%;
left: 15%;
z-index: 10;
padding-top: 5px;
padding-bottom: 5px;
color: #fff;
text-align: center;
text-shadow: 0 1px 2px rgba(0,0,0,.6);
background-color: rgba(10, 112, 45, .85);
border-radius: 5px;
}

.slide-active{
  max-width:100%;
  max-height:600px;
}

.first-row-heading{
  min-height:1px;
  padding-right:15px;
  padding-left:15px;
  text-align:center;
}

.row-heading{
  width:20%;
  height:auto;
  padding:20px 5px;
  border:1px solid rgb(26,162,55);
  text-align:center;
  margin-left:40%;
  margin-right:40%;
  background-color:#ffffff;
  font-size:18px;
}

.second-row{
  background: rgb(10, 112, 45);
  padding:50px 0 150px;
  margin:50px auto;
}

.second-row-p{
  color:#fff;
}

.second-row-p:hover{
  color: #000;
}

.navbar-nav > li{
  width:auto;
}

.navbar-default .navbar-nav > li > a{
  color:#777;
  font-size:18px;
  font-weight:bold;
}

.third-row{
  margin:100px 0;
  height:auto;
  padding:50px 0;
  color:rgb(255,252,252);
}

.top-margin{
  margin-top:50px;
}

.notice-slide{
  max-height:350px;
}

.notice-head{
  text-align:center;
  font-size:26px;
  font-weight:bold;
  width:80%;
  margin-left:10%;
  margin-right:10%;
  margin-bottom:20px;
  padding:10px 0;
  color:white;
}

.third-row button{
  width:20%;
  margin-left:40%;
  margin-bottom:50px;
  padding:10px 0;
}

.notice-button{
  padding:10px 5px;
  color: #fff;
  border:1px solid white;
  border-radius:30px;
  text-align:center;
  font-family:'Comfortaa';
}

.notice-button:hover{
  background-color:rgba(255, 255, 255, 0.83);
  color:#000000;
  transition:all .3s;
}

.row{
  margin-right:0;
  margin-left:-15px;
}

.slide h3{
  text-align:center;
}

.first-row-column div:hover{
}

.latest-news-row{
  margin-bottom:100px;
  width:100%;
  height:auto;
  border-bottom:1px solid #dd5544;
  border-radius:10px;
}

.second-row h2{
  color:black;
}

.third-row h2{
  color:rgb(0,0,0);
}

.footer-column{
  margin:20px 0;
  width:100%;
  height:auto;
  text-align:center;
}

.footer-style{
  background-color:rgb(10, 112, 45);
  min-width:100% !important;
  /*height:100px;*/
  text-align:center;
  bottom:0;
}

.footer-style p{
  margin-top:25px;
  padding:10px 0;
  color: #fff;
}

.footer-style p{
  font-size:14px;
  font-family:'Josefin Sans';
}

.navbar-column{
  width:100%;
  height:auto;
  margin:0;
  padding:0;
}

header{
  background:url(../../img/header-pattern-150.png) repeat;
  width:100%;
  margin:auto;
  padding:0 0 20px;
  position:relative;
  z-index:2000;
}

header{
  position:relative;
  width:100%;
  background:#333;
}

.first-row-column p{
  margin:auto;
  width:100%;
  height:auto;
  font-size:14px;
  color:rgb(1,1,1);
  font-family:'Josefin Sans', sans-serif;
}

.carousel-inner > .item > a > img, .carousel-inner > .item > img, .img-responsive, .thumbnail a > img, .thumbnail > img{
  display:block;
  max-width:100%;
  height: auto;
}
/*
.board-row-img{
  margin:50px 0 20px 0;
  border:1px solid #b44211;
  border-radius: 100%;
  width:250px;
  height:280px;
}*/

.committee-img{
  width:250px;
  height:300px;
  padding: 5px;
}

.business-col-div img:hover{
  -webkit-transition:all .3s ease-in-out;
  transition:all .3s ease-in-out;

  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
/*.committee-col-1{
  display:block;
  margin:auto;
}*/

.committee{
  width:100%;
  height:auto;
  display:block;
  float:left;
}

.committee img{
  width:50%;
  height: 20%;
  margin-top:30px;
  margin-left:25%;
  margin-right:25%;
  border:1px solid #c55403;
}

.committee p{
  margin:10px auto;
  padding:10px 0;
  text-align:center;
  font-size:15px;
  font-weight:bold;
  color:#018727;
  font-family:'Comfortaa';
  /*text-transform: uppercase;*/
}

.committee-description{
  width:95%;
  height:auto;
  margin:40px 20px auto;
  display:block;
  float:right;
  border-left:1px solid #ef3a01;
}

.committee-col{
  display:inline-block;
}

.committee-col img{
  border-radius: 100%;
}

.committee-description p{
  margin-left:5%;
  font-size:14px;
  font-family:'Josefin Sans';
}

.committee-col-main{
  margin:50px auto;
  border-bottom:1px solid #e1e0e0;
}

.question{
  text-align:center;
  margin:40px 10%;
  width:80%;
  font-size:30px;
  font-weight:bold;
  color:white;
  font-family:'Raleway', sans-serif;
}

.page-heading{
  text-align:center;
  margin:30px 20%;
  width:60%;
  font-family:'Dosis';
  font-size:40px;
}

.committee-col-main:hover{
  background:rgba(208,206,206,0.13);
}

.management-row-col{
  height:auto;
  display:block;
  float:left;
}

.management-row{
  width: 98%;
  margin:50px auto;
  padding:40px 0;
  background:#ffffff;
  border-radius:10px;
  border:1px solid #C5C2C1;
  box-shadow: 1px 1px 10px 1px rgba(10, 112, 45, 0.36);
}

.cleardiv:after{
  content:"";
  display:table;
  clear:both;
}

.customer-logos img{
  width:100px;
  height:80px;
}

.carousel-inner img{
  width:100%;
  height: auto;
}

.product-panel-head{
  background:#ffffff;
}

.product-button{
  width:100%;
  height:50px;
  margin:1% 0;
  font-size: 14px;
  padding-top: 15px;
}

.product-button p{
  margin:10px;
  padding:0 10px 20px 10px;
  border-bottom:1px solid #ddd;
}

.product-div{
  padding-bottom:20px;
  margin:50px 0;
}

.download-col{
  margin:0 auto 50px;
}

.table > thead > tr > th{
  vertical-align:bottom;
}

.download-col ul{
  width:60%;
  height:auto;
  margin-left:20%;
  margin-right:20%;
  margin-top:50px;
}

.download-col li{
  height:auto;
  margin-bottom:2px;
}

/*.download-col p{
  color:black;
}

.download-col a:link, a:active, a:visited{
  color: #999;
}

.download-col a:hover{
  color: #111;
}


.download-col li:hover{
  background:#d0cfcf;
}*/

.info-div-right{
  border-bottom:1px solid #ccc;
  border-radius:5px;
  width:65%;
  margin:0 0 0 5%;
  margin-bottom:20px;
  display:inline;
  float:left;
  font-family:'Raleway';
  font-size:16px;
}

.info-div-left{
  border-radius:5px;
  width:30%;
  margin:auto;
  margin-bottom:20px;
  display:inline;
  float:left;
  text-align:right;
  font-family:'Josefin Sans';
  font-size:16px;
  font-weight:bold;
}

.calculator-col{
  padding:20px;
  border:1px solid #ccc;
  border-radius:5px;
  width:60%;
  margin:auto;
  margin-bottom:20px;
}

.no-border tr td th{
  border:0px !important;
}

/*.info-div-right:hover{
  color:#18accc;
  border-bottom:1px solid #e86d13;
  transition:all .3s;
}*/

.contact-col{
  padding:20px 10px;
  text-align:center;
}

.contact-div .glyphicon{
  font-size:35px;
  position:relative;
  top:1px;
  display:inline-block;
  font-family:'Glyphicons Halflings';
  font-style:normal;
  font-weight:400;
  line-height:1;
  margin-bottom:20px;
  color:white;
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale;
}

.contact-col p{
  text-align:center;
  font-size:14px;
  margin:0;
  color:white;
}

.contact-div .glyphicon:hover{
  color:#d94505;
}

.map-style{
  width:100%;
  margin-bottom:20px;
}

.map-col{
  background:black;
}

.question-row{
  margin:50px auto;
  padding:120px 0;
  background-image:url('../../bootstrap/img/bg-1.jpeg');
  background-repeat:no-repeat;
  background-size:cover;
  background-position:center;
  background-attachment:fixed;
  box-shadow:inset 0 0 0 1000px rgba(0,0,0,.7);
}

.contact-div{
  padding:40px 0 40px 0;
  background-image:url('../../bootstrap/img/bg-1.jpeg');
  background-repeat:no-repeat;
  background-size:cover;
  background-position:center;
  background-attachment:fixed;
  box-shadow:inset 0 0 0 1000px rgba(0,0,0,.7);
}

.info-div{
  background: -webkit-linear-gradient(to right, #314755 0%, #26a0da 51%, #314755 100%);
  background: -moz-linear-gradient(to right, #314755 0%, #26a0da 51%, #314755 100%);
  background: -ms-linear-gradient(to right, #314755 0%, #26a0da 51%, #314755 100%);
  background: -o-linear-gradient(to right, #314755 0%, #26a0da 51%, #314755 100%);
  background: linear-gradient(to right, #314755 0%, #26a0da 51%, #314755 100%);
  transition: background 0.5s ease-in-out;
  -moz-transition: background 0.5s ease-in-out; /* Firefox 4 */
  -webkit-transition: background 0.5s ease-in-out; /* Safari and Chrome */
  -o-transition: background 0.5s ease-in-out; /* Opera */
  -ms-transition: background 0.5s ease-in-out; /* Explorer 10 */
  color: #fff;
  width:90%;
  margin:auto;
  padding:40px 0;
  margin-bottom:20px;
  border:1px solid #9a9a9a;
  border-radius:10px;
}

.post-page{
  width:95%;
  height:auto;
  margin:40px auto 0;
}

.post-page img{
  width:20%;
  margin:auto 40%;
  border:1px solid #292929;
  border-radius:5px;
}

.post-page p{
  margin:10px 0;
  font-family:'Raleway';
  font-size:14px;
  color:#393838;
  text-align:justify;
  line-height:1.5em;
}

.post-page table, tr, th, td{
  border:1px solid #bbb;
}

.post-page th, td{
  width:auto;
  padding:0 5px;
  text-align:center;
}

.post-page h4{
  text-align:center;
  font-size:14px;
  font-family:'Raleway';
  font-weight:bold;
  margin:0 0 10px 0;
}

.post-page h2{
  text-align:center;
  font-size:18px;
  font-family:'Raleway';
  font-weight:bold;
  margin:35px 0 15px 0;
}

.post-page table{
  margin:20px auto 40px;
}

.collapse img{
  display: block;
  width:100%;
  margin:5px auto;
  border:1px solid #292929;
  height: auto;
  }

.collapse h4{
  text-align:center;
  font-size:14px;
  font-family:'Raleway';
  font-weight:bold;
  margin:0 0 10px 0;
}

.collapse h2{
  text-align:center;
  font-size:18px;
  font-family:'Raleway';
  font-weight:bold;
  margin:35px 0 15px 0;
}

/*.business-col-div{*/
/*  width:90%;*/
/*  padding:5px;*/
/*  border-radius:5px;*/
/*  margin:25px auto;*/
/*  height:325px;*/
  /*box-shadow:0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);*/
/*}*/

.business-col-div{
     display: flex;
    flex-direction: column;
  width:90%;
  padding:5px;
  border-radius:5px;
  margin:25px auto;
  min-height:375px;
  box-shadow:0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

/*.corporate-col-div{*/
/*  width:90%;*/
/*  padding:5px;*/
/*  border: 1px solid #d2d2d2;*/
/*  border-radius:5px;*/
/*  margin:25px auto;*/
/*  height:375px;*/
  /*box-shadow:0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);*/
/*  box-shadow: 1px 1px 5px 1px rgba(172, 180, 175, 0.55);*/
/*}*/

.corporate-col-div{
    display: flex;
    flex-direction: column;
  width:90%;
  padding:5px;
  border: 1px solid #d2d2d2;
  border-radius:5px;
  margin:25px auto;
  min-height:400px;
  /*box-shadow:0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);*/
  box-shadow: 1px 1px 5px 1px rgba(172, 180, 175, 0.55);
}

.business-col-div img{
  display: block;
  width:150px;
  height: 55%;
  margin:0 auto;
  border:1px solid #ea4701;
  border-radius:100%;
  margin-top:-30px;
  padding: 5px;
}

.corporate-col-div img{
  width:150px;
  height: 50%;
  display: block;
  margin:0 auto;
  border-top: 2px solid #09481C;
  border-radius:100%;
  margin-top:-30px;
}

.business-col-div h3{
  text-align:center;
  font-family:'Comfortaa';
  font-weight:bold;
  font-size:16px;
  margin-top:40px;
}

.corporate-col-div h3{
  text-align:center;
  font-family:'Comfortaa';
  font-weight:bold;
  font-size:16px;
  margin-top:40px;
}

.shariah-div p{
  text-align:center;
  font-family:'Josefin Sans';
  font-size:16px;
  padding:5px;
}

.business-col-div p{
  text-align:center;
  font-family:'Josefin Sans';
  font-size:16px;
  padding:5px;
}

.corporate-col-div p{
  text-align:center;
  font-family:'Josefin Sans';
  font-size:16px;
}

.corporate-col-main{
  width:100%;
  height:auto;
  padding:50px 0;
}

.shariah-div{
  width:90%;
  padding:5px;
  background:white;
  border:1px solid #c6c5c5;
  border-radius:5px;
  margin:25px auto;
}

.shariah-div:hover{
  background:rgba(32,91,38,0.15);
  -webkit-transition-duration:1s;
  transition-duration:.4s;
}

.shariah-div h3{
  text-align:center;
  font-family:'Comfortaa';
  font-weight:bold;
  font-size:16px;
  margin-top:40px;
}

.message_box{
  width:95%;
  background:#e4e3e3;
  color:#000;
  margin:auto;
  padding:10px;
  border-radius:10px;
  height:auto;
  vertical-align:middle !important;
}

.message_box p{
  text-align:center;
}

.message_box .left{
  float:left;
  font-weight:bold;
}

.message_box .right{
  float:right;
  font-weight:bold;
}

.clr{
  clear:both;
}

.message_box h3{
  padding:10px 0;
  margin:0;
}

.table > tbody > tr > td{
  vertical-align:middle !important;
}

.statement-col{
  margin:15px auto;
}

.statement-border{
  width:80%;
  height:auto;
  padding:30px;
  margin:20px auto 100px;
  border:1px solid #cbcaca;
  border-radius:3px;
}

body{
  font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size:14px;
  line-height:1.42857143;
  color:#333;
  background-color:#fff;
  overflow-y: scroll;
	overflow-x: hidden;
}

.navbar-fixed-top{
  position:fixed !important;
  width:100%;
  background:#ffffff;
  border-bottom:1px solid #e4e3e3;
  margin:0;
  padding:0;
}

.navbar-logo {
  display: inline-block;
  width: 33%;
  height: auto;
  margin: 15px 0;
  padding: 0;
}

.navbar-logo-img{
  /*width: 100%;*/
  height: auto;
  margin: 5px 10px;
}


.page-heading:after{
  content:'';
  display:block;
  margin:0 auto;
  width:5%;
  padding-top:10px;
  border-bottom:1px solid #d06603;
  transition:width .3s ease-in-out;
}

.page-heading:hover::after{
  width:20%;
  transition:width .3s ease-in-out;
}

.customer-logos h4{
  height: 50px;
  border-radius:5px;
  padding: 10px 15px;
  background: #fff;
  font-family:'Josefin Sans';
  font-size:14px;
  color:rgb(10, 112, 45);
}

.customer-logos h4:hover{
  cursor:pointer;
}


.customer-logos h4:hover{
  cursor:pointer;
}

.question-row a:link, a:hover, a:active, a:visited{
  text-decoration:none;
}

.carousel{
  margin-bottom:80px;
}

/*.client-row{
  background:#f9f8f8;
}*/

.contact-div .fa{
  margin-bottom: 10px;
  color: white;
  /*color: #f47a42;*/
  transition: color .5s;
}

/*.fa:hover{
  color: #f47a42;
  transition: color .5s;
}*/

.details-col{
  width: 90%;
  margin: 0 5%;
  min-height: 450px;
}

.details-col img{
  width: 70%;
  margin: 10px 15%;
  height: auto;  
}

.details-col-heading{
  text-align:center;
  margin:40px 2% 40px;
  width:96%;
  font-family:'Comfortaa';
  font-size:20px;
  padding: 20px 0;
  border-bottom: 1px solid #ccc;
}

.details-col p{
  width: 90%;
  margin: 10px 5%;
  font-family:'Dosis';
  font-size:16px;
  text-align: left;

}

.counter-col{
  padding:40px 0 40px 0;
  /*background-image:url('../../bootstrap/img/bg-2.jpg');
  background-repeat:no-repeat;
  background-size:cover;
  background-position:center;
  background-attachment:fixed;
  background-color: rgb(0,0,0,0,.98);*/
  box-shadow:inset 0 0 0 1000px rgba(0,0,0,.7);
  min-height: 400px;
  margin-bottom: 50px;
  text-align: center;
  background-color: white;
}

.counter-col p{
  color:rgb(191,191,191);
  text-align: center;
  font-family: 'Dosis';
  font-size: 18px;
  margin-top: 100px; 
  color: white;
}
.counter{
  float: left;
  border: 1px solid #eee;
}

.counter-p{
  text-align: center;
  border: 1px solid #6fe0fc;
  border-radius: 5%;
  /*background: rgb(111, 224, 252, 0.9);*/
  font-size: 50px;
  padding: 15px;
  font-family: 'comfortaa';
  color: white;
}

.download-col .list-group-item:hover{
  background: #6fdbfc;
  color: white;
  transition: all .3s;
}

.center-text{
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  padding: 0;
  margin: 0;
}

#return-to-top{
  position:fixed;
  bottom:20px;
  right:20px;
  background:rgba(13, 128, 227, 0.74);
  width:50px;
  height:50px;
  display:block;
  cursor:pointer;
  text-decoration:none;
  -webkit-border-radius:35px;
  -moz-border-radius:35px;
  border-radius:35px;
  display:none;
  -webkit-transition:all 0.3s linear;
  -moz-transition:all 0.3s ease;
  -ms-transition:all 0.3s ease;
  transition:all 0.3s ease;
}

#return-to-top i{
  color:#fff;
  margin:0;
  position:relative;
  left:16px;
  top:13px;
  font-size:19px;
  -webkit-transition:all 0.3s ease;
  -moz-transition:all 0.3s ease;
  -ms-transition:all 0.3s ease;
  transition:all 0.3s ease;
}

#return-to-top:hover{
  font-size:22px;
  transition:all .3s;
  cursor:pointer;
}

#return-to-top:hover i{
  color:#fff;
}

h3 i{
  color:#444;
}

.office-div{
  width:98%;
  /*height:430px;*/
  margin:5px auto 20px;
  border-radius:2px;
  transition:all .5s;
  padding: 4px 0 20px 0;
}

.office-div h2, h3{
  text-align:center;
  font-family:'Ubuntu';
  font-size:16px;
  margin:20px 5px 5px 5px;
  font-weight:bold;
}
.office-div img{
  width: 80px;
  height: 100px;
  display: block;
  margin:0 auto;
  border-radius:50px;
  margin-top:10px;
  /*border-bottom: 1px solid #0b2a13;*/
  object-fit: contain;
}
.office-div p{
  font-family:'Josefin Sans';
  font-size:14px;
  padding:5px 20px;
}

.office-col{
  width:96%;
  margin:auto 2%;

}

.shariah-div img{
  display: block;
  width:40%;
  height: auto;
  margin:0 auto;
  border:1px solid #ea4701;
  border-radius:100%;
  padding: 5px;
}

.social-icon {
  width: 66%;
  display: inline-block;
}

.social-icons{
  display: inline-block;
  float: right;
  margin: 0 10px;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
}


.social-icons a:link,a:active,a:visited,a:hover{
  color: #555;
  transition: color .3s ease-in-out;
}

.social-icons i{
  vertical-align: middle;
  padding: 5px 8px;
  border-radius: 15%;
  color: white;
  background: rgba(6, 99, 17, .6);
  transition: color,background .3s ease-in-out;

}

.social-icons i:hover{  
  color: white; 
  background: rgba(244, 98, 19, .6);
  transition: all .3s ease-in-out;
}

.social-icons label{
  font-size: 12px;
  font-family: 'Josefin';
}


.page-navi{
  margin-bottom: 30px;
}

.page-navi ul{
  list-style: none;
}

.page-navi ul li{
  display: inline;
  padding: 10px;
  margin-bottom: 15px;
  background: #3C8DC5;
  border-radius: 5px;
  cursor: pointer;
  transition: background .3s ease-in-out;
}

.page-navi ul li a,
.page-navi a:hover, 
.page-navi li.active a, 
.page-navi li.disabled{
    color: #ffffff;
    text-decoration: none;
    transition: color .3s ease-in-out;
}

.page-navi ul li:hover{
  background: #ee0000;
  color: #ffffff;
  transition: all .3s ease-in-out;
}

.newspaper-div{
  width: 90%;
  margin: 50px auto;
}

.newspaper-div img{
  display: block;
  width: 100%;
  height: 220px;
}

.newspaper-div-content{
  width: 100%;
  height: 145px;
  border: 1px solid #aaa;
  box-shadow:0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.newspaper-div-content h2{
  font-size: 16px;
  font-family: 'Josefin Sans';
  padding: 15px 15px 5px; 
  text-decoration: underline;
}

.newspaper-div-content p{
  font-size: 12px;
  font-family: 'Comfortaa';
  padding: 5px 15px 15px;
}

.slogan{
  font-family: 'Raleway';
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  color: #0A702D;
}

.table-fill {
  background: white;
  border-radius:3px;
  width: 80%;
  margin: 50px auto;
  padding:5px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.5);
  animation: float 5s infinite;
}

.table-fill th {
  color:#D5DDE5;;
  background:#1b1e24;
  border-bottom:4px solid #9ea7af;
  border-right: 1px solid #343a45;
  font-size:16px;
  font-weight: 100;
  padding:24px;
  text-align:center;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  vertical-align:middle;
}

.table-fill th:first-child {
  border-top-left-radius:3px;
}
 
.table-fill th:last-child {
  border-top-right-radius:3px;
  border-right:none;
}
  
.table-fill tr {
  border-top: 1px solid #C1C3D1;
  border-bottom-: 1px solid #C1C3D1;
  color:#666B85;
  font-family: 'Comfortaa';
  font-size:17px;
  font-weight:normal;
  text-shadow: 0 1px 1px rgba(256, 256, 256, 0.1);
}
 
.table-fill tr:hover td {
  background:#4E5066;
  color:#FFFFFF;
  border-top: 1px solid #22262e;
}
 
.table-fill tr:first-child {
  border-top:none;
}

.table-fill tr:last-child {
  border-bottom:none;
}
 
.table-fill tr:nth-child(odd) td {
  background:#EBEBEB;
}
 
.table-fill tr:nth-child(odd):hover td {
  background:#4E5066;
}

.table-fill tr:last-child td:first-child {
  border-bottom-left-radius:3px;
}
 
.table-fill tr:last-child td:last-child {
  border-bottom-right-radius:3px;
}
 
.table-fill td {
  background:#FFFFFF;
  padding:20px;
  font-family: 'Josefin Sans';
  text-align:left;
  vertical-align:middle;
  font-weight:300;
  font-size:13px;
  text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.1);
  border-right: 1px solid #C1C3D1;
}

.table-fill td:last-child {
  border-right: 0px;
}

.table-fill h4 {
  font-size: 15px;
  font-weight: bold;
  text-decoration: underline;
}

.hospital-area {
  text-align: center;
  color:#0A702D;
  font-weight: bold;
}

.hospital-area:hover{
  color: #fff;
}

#premium {
  padding: 5px 10px;
  border: 1px solid #ddd;
  border-radius: 2px;
  color: #0A702D;
  font-weight: bold;
}

#sumassured2 {
  padding: 5px 10px;
  border: 1px solid #ddd;
  border-radius: 2px;
  color: #0A702D;
  font-weight: bold;
}

.notification{
  width: 80%; 
  margin: 10px 10%; 
  border: 1px solid #ededed; 
  border-radius: 10px; 
  padding: 10px;
  box-shadow: 0 0 5px #acacac;
}

.notification h5 {
  text-align: center;
  text-decoration: underline;
  color: #0a702d;
}

/*====== hottopic ======*/

.hottopic {
  -webkit-border-radius: 5;
  -moz-border-radius: 5;
  border-radius: 5px;
  border: 2px solid #0A702D;
  font-size: 13px;
  font-family: "Comfortaa";
  text-decoration: none;
  display: table;
  width: 100%;
  height: 100px;
  cursor: hand;
  background: #0A702D;
  transition: background border .3s ease-in-out;
}

.hottopic:hover {
   border: 2px solid #0A702D;
   background: #fff;
   transition: all .3s ease-in-out;  
   cursor: hand;
}

.hottopic:hover label{    
  cursor: hand;
  color: #0A702D;
  transition: all .3s ease-in-out;
}

.hottopic label {
  display: table-cell; 
  vertical-align: middle; 
  text-align: center;
  color: #fff;
  transition: color .3s ease-in-out;
}

/*====== counter ======*/
.flipper {
  color: #f88;
  display: block;
  font-size: 50px;
  line-height: 100%;
  padding: 0;
  margin: 0;
  height: 1.8em;
}
.flipper.flipper-invisible {
  font-size: 0px !important;
}

.flipper-group {
  position: relative;
  white-space: nowrap;
  display: block;
  float: left;
  padding: 0;
  margin: 0;
}
.flipper-group label {
  position: absolute;
  color: #f00;
  font-size: 40%;
  top: 100%;
  line-height: 1em;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  text-align: center;
  padding-top: .5em;
}

.flipper-digit {
  white-space: nowrap;
  position: relative;
  padding: 0;
  margin: 0;
  display: inline-block;
  float: left;
  height: 1.2em;
  overflow-y: hidden;
}
.flipper-digit span {
  font-size: 25%;
}

.flipper-delimiter {
  white-space: nowrap;
  display: block;
  float: left;
  padding: 0;
  margin: 0;
  color: #fff;
  min-width: .1em;
  white-space: nowrap;
  display: block;
  padding-top: 0.1em;
  padding-bottom: 0.1em;
  line-height: 1em;
}

.digit-face {
  display: block;
  visibility: hidden;
  position: relative;
  border-radius: 0.1em;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 8;
  padding-top: 0.1em;
  padding-bottom: 0.1em;
  padding-left: 0.1em;
  padding-right: 0.1em;
  box-sizing: border-box;
  text-align: center;
}

.digit-next {
  display: block;
  position: relative;
  border-radius: 0.1em;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 8;
  height: 1.2em;
  background: #12612d;
  color: #fff;
  padding-top: 0.1em;
  padding-bottom: 0.1em;
  padding-left: 0.1em;
  padding-right: 0.1em;
  box-sizing: border-box;
  text-align: center;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.digit-top {
  z-index: 10;
  top: 0;
  left: 0;
  right: 0;
  height: 50%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  pointer-events: none;
  overflow: hidden;
  position: absolute;
  background: #12612d;
  color: #fff;
  padding-top: 0.1em;
  padding-bottom: 0;
  padding-left: 0.1em;
  padding-right: 0.1em;
  border-top-left-radius: 0.1em;
  border-top-right-radius: 0.1em;
  box-sizing: border-box;
  text-align: center;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  transition: background 0s linear, -webkit-transform 0s linear;
  transition: transform 0s linear, background 0s linear;
  transition: transform 0s linear, background 0s linear, -webkit-transform 0s linear;
  -webkit-transform-origin: 0 0.6em 0 !important;
          transform-origin: 0 0.6em 0 !important;
  -webkit-transform-style: preserve-3d !important;
          transform-style: preserve-3d !important;
  z-index: 20;
}
.digit-top.r {
  transition: background 0.2s linear, -webkit-transform 0.2s linear;
  transition: transform 0.2s linear, background 0.2s linear;
  transition: transform 0.2s linear, background 0.2s linear, -webkit-transform 0.2s linear;
  -webkit-transform: rotateX(90deg);
          transform: rotateX(90deg);
  background: #cccccc;
}

.digit-top2 {
  visibility: hidden;
  position: absolute;
  height: 50%;
  left: 0;
  right: 0;
  background: #cccccc;
  transition: -webkit-transform 0.2s linear;
  transition: transform 0.2s linear;
  transition: transform 0.2s linear, -webkit-transform 0.2s linear;
  line-height: 0em !important;
  top: 50% !important;
  bottom: auto !important;
  padding-top: 0;
  padding-bottom: 0.1em;
  padding-left: 0.1em;
  padding-right: 0.1em;
  border-bottom-left-radius: 0.1em;
  border-bottom-right-radius: 0.1em;
  overflow: hidden;
  text-align: center;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  transition: background 0s linear, -webkit-transform 0s linear;
  transition: transform 0s linear, background 0s linear;
  transition: transform 0s linear, background 0s linear, -webkit-transform 0s linear;
  -webkit-transform: rotateX(-90deg);
          transform: rotateX(-90deg);
  -webkit-transform-style: preserve-3d !important;
          transform-style: preserve-3d !important;
  -webkit-transform-origin: 0 0 0 !important;
          transform-origin: 0 0 0 !important;
  z-index: 20;
}
.digit-top2.r {
  visibility: visible;
  transition: background 0.2s linear 0.2s, -webkit-transform 0.2s linear 0.2s;
  transition: transform 0.2s linear 0.2s, background 0.2s linear 0.2s;
  transition: transform 0.2s linear 0.2s, background 0.2s linear 0.2s, -webkit-transform 0.2s linear 0.2s;
  -webkit-transform: rotateX(0deg);
          transform: rotateX(0deg);
  background: #fff;
}

.digit-bottom {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  pointer-events: none;
  position: absolute;
  overflow: hidden;
  background: #12612d;
  color: #fff;
  height: 50%;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9;
  line-height: 0em;
  padding-top: 0;
  padding-bottom: 0.1em;
  padding-left: 0.1em;
  padding-right: 0.1em;
  border-bottom-left-radius: 0.1em;
  border-bottom-right-radius: 0.1em;
  box-sizing: border-box;
  text-align: center;
  transition: none;
}
.digit-bottom.r {
  transition: background 0.2s linear;
  background: #cccccc;
}

.flipper-digit:after {
  content: "";
  position: absolute;
  height: 2px;
  background: #fff;
  top: 50%;
  display: block;
  z-index: 30;
  left: 0;
  right: 0;
}

.flipper-dark {
  color: #fff;
}
.flipper-dark .flipper-delimiter {
  color: #333;
}
.flipper-dark .digit-next {
  background: #333;
}
.flipper-dark .digit-top {
  background: #333;
}
.flipper-dark .digit-top.r {
  background: black;
}
.flipper-dark .digit-top2 {
  background: black;
}
.flipper-dark .digit-top2.r {
  background: #333;
}
.flipper-dark .digit-bottom {
  background: #333;
}

.flipper-dark-labels .flipper-group label {
  color: #333;
}
/*====== counter end ======*/

/*pagination start*/

.page-nav-container{
    margin: 15px auto;padding: 15px;border-radius: 7px;display: flex;
    justify-content: center;
}

.page-numbers{
    margin: auto 5px;
    line-height: .75em;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    background: #0e223c;
    padding: 11px;
    border-radius: 50px;
    box-shadow: rgb(14 14 56 / 25%) 0px 6px 12px -2px, rgb(50 10 50 / 30%) 0px 3px 7px -3px;
}

/*pagination end*/

.ecard img{
    width: 100%;
    height: 250px;
    object-fit: cover;
    padding: 5px;
    border: 1px solid #dbdbdb;
    border-radius: 10px;
}



@media screen and (max-width: 600px){
  .calculator-col{
    width: 98%;
    margin: auto;
  }
}

@media only screen and (max-width: 768px){
  .office-div{
    width: 100%;
  }
  .office-div img{
    width: 15%;
    height: 28%
  }
}

@media only screen and (max-width: 425px){
  .office-div img{
    width: 30%;
    height: 28%;
  }
}

@media only screen and (max-width: 320px) {
  .office-div{
   	height: auto;
    padding-bottom: 10px;
  }
  .office-col{
    width: 100%;
  }
}
@media only screen and (max-width: 640px) {
  .product-button{
    font-size: 10px;
	}
}

@media only screen and (max-width: 700px) {

  .navbar-logo {
    display: block;
    width: 100%;
    height: auto;
    margin: 15px 0;
    padding: 0;
  }

  .navbar-logo-img{
    width: 50%;
    margin: 0 25%;
  }

  .social-icon {
    width: 100%;
    padding: 5px;
    text-align: center;
  }

  .social-icons {
    text-align: center;
    display: inline-block;
  }
}

@media only screen and (max-width: 320px) {
 
  .navbar-logo-img{
    width: 70%;
    margin: 0 15%;
  }

}