@import url(../font-awesome.min.css);
@import url('https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');

body{
    background-color: var(--theme-color);
    font-family: 'Poppins', sans-serif;
}
.col .col .col{padding: 0;}
body{background-color: #f3f3f3;}
strong {
    font-weight: 600;
}
/*Theme Type style Darl/light Start*/
.dark .pro-pic-block h5,
.dark .profile_block .name,
.dark .social-icon i,
.dark .contact-action-table a,
.dark input[type='submit'],
.dark .action_button.whatsapp
{color: #ffffff;box-shadow: none;}
.dark .social-icon a, .dark .contact-action-table i,.dark .action_button{background: rgba(0, 0, 0, 0.28);color: #ffffff; box-shadow: none;}
.dark h5.underline::after, .dark h2.underline::after{background: rgba(255, 255, 255, 0.62);}
.dark .action_button.whatsapp{
    /*background-image: url('../../images/icon_wp_white.png');*/ color: #ffffff;     box-shadow: none;}
/*Theme Type style Darl/light End*/

.card{overflow: hidden;}
.card .card-content{    min-height: 270px;}
.pro-pic-block{
    padding: 0 15px;
    background-color: var(--theme-color);
    background-size: cover;
    padding: 30px 20px 20px;
    text-align: center;
    box-shadow:0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    position: relative;
}

.pro-pic-block .businessLogo_div img{border-radius: 50%;}
.pro-pic-block h5 {font-size: 18px; font-weight: 600;color: black;line-height: 29px;}
.pro-pic-block p {font-size: 18px; color: inherit;opacity: 0.65;}
.social-icon{text-align: center;margin-top: 15px;} 
.social-icon i{color: #000000;}
.text-upper{text-transform: uppercase;}
.title-lg{font-weight: 600;margin-bottom: 30px;margin-top: 0;    text-transform: capitalize;}
.section-block {background-color: #ffffff; border: 1px solid #e1e1e1;padding: 40px 50px;box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.05), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);    margin-bottom: 10px;}
/*For gradient Border 
.section-block {
    background-color: #ffffff;
    border-top: 1px solid #e1e1e1;
    padding: 40px 50px;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.05), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
    margin-bottom: 10px;
    border-image-source: linear-gradient(to right, #743ad5, #d53a9d);
    border-image-slice: 1;
    border-width: 3px;
  }
*/
.section-block p{line-height: 25px;font-size: 15px;font-weight: 400;}
.section-block h2{font-size: 30px;text-align: center;}
.social-icon a{background: rgba(255, 255, 255, 0.28); margin-left: 5px; width: 40px; color: #ffffff; display: inline-grid; text-align: center; height: 40px; align-content: center; transition: all 300ms linear 0s;font-size: 22px;box-shadow: 0px 0.5px 1px rgba(88, 88, 88, 0.58);}
#diziShape1 {left: 0; }
#diziShape1, #diziShape2 {top: 0; position: fixed; z-index: -1; }
#diziShape1 polygon {fill: #e1e1e1; }
#diziShape2 {top: -100px; right: -100px; }
#diziShape2 polygon {fill: var(--theme-color); }
.underline {position: relative;padding-bottom: 10px;}
h5.underline::after, h2.underline::after {position: absolute; content: ""; width: 80px; height: 2px; background: #192133; bottom: 0; left: 50%; margin-left: -40px;}
.contact label{line-height: 2.5em; font-size: .82em; letter-spacing: .02em;}
.contact span input{background-color: #f3f3f3;}
input[type="text"],input[type="email"],textarea{
    padding: 10px 10px;
    background-color: #f3f3f3 !important;border: 1px solid transparent;border-bottom:none !important;
    background-color: #ffffff;border-radius: 3px !important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
     box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) !important;
    -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
    -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
    -o-transition: border linear 0.2s, box-shadow linear 0.2s;
     transition: border linear 0.2s, box-shadow linear 0.2s;
}
.container{
    width: 100%;
}
.contact textarea{height: 150px;resize: vertical;outline: none;}
 input[type='submit']{background-color: var(--theme-color) !important;font-size: 15px; font-weight: 700; line-height: 1.2; text-align: center; vertical-align: middle; padding: 12px 25px; display: inline-block; border-radius: 35px; background: 0 0; border: 0px solid transparent; cursor: pointer; box-shadow: 0px 2px 2px rgba(115, 115, 115, 0.65); transition: all .5s cubic-bezier(.23,1,.32,1) 0s;width: auto;} .btn:hover, input[type=submit]:hover {    box-shadow:0px 2px 2px rgba(115, 115, 115, 0.90); }
.contact-action-table{margin: 25px 0;font-weight: 400;}
.contact-action-table a{color: #000000;}
.contact-action-table tr{border-bottom: none;}
.contact-action-table td{padding: 5px;}
.contact-action-table i{background: rgba(255, 255, 255, 0.28);
    margin-left: 5px;
    color: #000000;
    width: 40px;
    display: inline-grid;
    text-align: center;
    height: 40px;
    align-content: center;
    transition: all 300ms linear 0s;    box-shadow: 0px 0.5px 1px rgba(88, 88, 88, 0.58);}
.about-us .title-sub, .payment .title-sub{margin: 0;color: #000000;}    
.about-us .title, .payment .title{font-size: 15px;font-weight: 600;line-height: 26px;}    
.unorderedList li{list-style: disc !important;}
.unorderedList{padding-left: 20px !important;}
.document-wrapper {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    border: 2px solid #555555;
    border-radius: 3px;
    margin-top:10px;
    color: #555555;
    height: 40px;
}
.document-wrapper .pdf-icon {
    padding: 6px;
    display: inline-flex;
}
.document-wrapper .pdf-number {
    padding: 10px;
    flex: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.document-wrapper .download-icon {
    font-size: 18px;
    padding: 6px;
    border-left: 2px solid #555555;
    color: #0085C4;
    display: inline-flex;
}
.download-icon i{color: #000000;}
.other-links-wrapper .other-links-link {
    display: block;
    line-height: 20px;
    margin-top:10px;
    word-break: break-all;
}
.other-links-wrapper .other-links-link i {
	float: left;
    margin-right: 10px;
}
.footer_container .section-block.footer_powered {
    margin: 0 auto;
}
/* .footer_container .row .footer_powered{
    margin-bottom: 0;
    padding: 10px 50px;
    font-size: 14px;
    text-align: center;
    position: relative;
        border: 0;
} */
.footer_container .row{margin-bottom: 0;position: relative;}
.footer_container .row .footer_powered{
    font-size: 13px;
    color: #1d1d1d;
    font-weight: 500;
    padding-left: 0;
}
.footer_container .row .footer_powered .left-align .material-icons{
    font-size: 22px;
    margin: 0 5px 0 0;
    line-height: 16px;
    position: relative;
    top: 6px;
}
.footer_container .row .footer_powered .right-align{
    line-height: 28px;
}
.footer-body:after{
    content: '';
  height: 1px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ed8034+0,ed8034+33,feb123+33,feb123+66,2184cd+66,2184cd+100 */
  background: rgb(237,128,52); /* Old browsers */
  background: -moz-linear-gradient(left, rgb(226, 40, 27) 0%,  rgb(226, 40, 27) 25%, rgb(22, 160, 93) 25%,rgb(22, 160, 93) 50%,rgb(73, 137, 244) 50%,rgb(73, 137, 244) 75%,rgb(244, 183, 9) 75%,rgb(244, 183, 9) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgb(226, 40, 27) 0%, rgb(226, 40, 27) 25%,rgb(22, 160, 93) 25%,rgb(22, 160, 93) 50%,rgb(73, 137, 244) 50%,rgb(73, 137, 244) 75%,rgb(244, 183, 9) 75%,rgb(244, 183, 9) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgb(226, 40, 27) 0%, rgb(226, 40, 27) 25%,rgb(22, 160, 93) 25%,rgb(22, 160, 93) 50%,rgb(73, 137, 244) 50%,rgb(73, 137, 244) 75%,rgb(244, 183, 9) 75%,rgb(244, 183, 9) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ed8034', endColorstr='#2184cd',GradientType=1 ); /* IE6-9 */
}
.footer-body{
    margin-bottom: 0;
    padding-top: 15px;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
    border: 0;
}
/* 
section.section-block.contact{margin-bottom: 0!important;} */
.m-b-0{margin-bottom:0;}
.p-b-0{padding-bottom:0;}

.gradient_style::before{
  content: "";
    display: block;
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #e8519e;
  background: -webkit-linear-gradient(bottom,#d6026e,#9c00f9);
background: -o-linear-gradient(bottom,#d6026e,#9c00f9);
background: -moz-linear-gradient(bottom,#d6026e,#9c00f9);
background: linear-gradient(bottom,#d6026e,#9c00f9);
opacity: 0.8;
}
.businessLogo_div{
    width: 160px;
    height: 160px;
    border-radius: 50%;
    margin: 0px auto;
    /*margin-top: 60px;*/
    overflow: hidden;
    background-repeat: no-repeat;
    background-color: #ffffff;
    background-position: center;
    background-size: 80%;
    -webkit-box-shadow: 0px 2px 2px #080808;
    -moz-box-shadow: 0px 2px 2px #080808;    
    box-shadow: 0px 2px 2px #080808;
    position: relative;
    z-index: 999;
}
.card a.share_button{
    color: #ffffff;
    background: #57BB63 url('../../images/new_wp.png') no-repeat 5px/35px;
    font-size: 14px;
    font-weight: 500;
    border: 0px solid #fff;
    box-shadow: 0px 2px 2px #155a1da6;
    transition: all .5s cubic-bezier(.23,1,.32,1) 0s;
    text-align: center;
    vertical-align: middle;
    border-radius: 35px;
    cursor: pointer;
    line-height: 35px;
    padding: 10px 15px 10px 40px;
}
.action_button{
    font-size: 15px;
    font-weight: 500;
    box-shadow: 0px 0.5px 1px rgba(88, 88, 88, 0.65);
    transition: all .5s cubic-bezier(.23,1,.32,1) 0s;
    text-align: center;
    vertical-align: middle;
    border-radius: 35px;
    cursor: pointer;
    line-height: 25px;
    padding: 10px 15px;
    background-color: rgba(255, 255, 255, 0.28);
        width: 100%;
    float: left;
}

.action_button.whatsapp{
    /*background-image: url('../../images/icon_wp_black.png');
    background-repeat: no-repeat;
    background-size: 16px;
    background-position: 33px 14px;
    padding-left: 33px;*/
}
.action_button .material-icons{ 
   font-size: 18px;
    margin: 0 5px 0 0;
    position: relative;
    top: 4px;
}


.title-sub{line-height: 26px;}
.services .row{margin-bottom: 0;}
.payment .col.s12 {
    border-bottom: 1px solid #dadada;
    padding: 10px 0;
}
.payment .col.s12 .col.s12 {
    border: none;
    padding: 0;
}
.qr_data{margin-bottom: 0;}
.bank_data:last-child, .qr_data:last-child {
    border: none;
    padding-bottom: 0;
}

.tag_line{
	    font-size: 13px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    margin-top: 7px;
    color: #565656;
}
.businessCover_div{
    width: 100%;
    height: 170px;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(http://thinkbeatsolutions.com/vcard/assets/uploads/business/cover/111332_7052797_1374323_66adf9bf_image_1595688252.jpg);
    background-size: cover;
}
.profile_block{
   /*  margin-top: 65px; */
    position: relative;
    z-index: 999;
}
.profile_block .name{
    font-weight: 500;
}
.profile_cover{
     /* background-image: url(https://dizintro.com/assets/uploads/activity_images/logo_banner_1596100104.jpg);*/
    background-color: white;
    width: 100%;
    height: 150px;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 99;
    background-size: cover;
}
.form_error{ 	color: #e20000; }
.form_success{ 	color: green; }

.qr_data .material-icons{

    width: 29px;
    height: 29px;
    border-radius: 0;
    border: 2px solid #3f3f3f;
    box-shadow: 0 0 0 0 rgba(90, 90, 90, 0.6);
    animation: pulse 2s infinite;
    cursor: pointer;
}
.hidden_service_text{ display: none; }

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 999; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  max-height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  border: 1px solid #888;
  width: 90%;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.4s
}

/* Add Animation */
@-webkit-keyframes animatetop {
  from {top:-300px; opacity:0} 
  to {top:0; opacity:1}
}

@keyframes animatetop {
  from {top:-300px; opacity:0}
  to {top:0; opacity:1}
}

/* The Close Button */
.close {
  color: #969696;
    float: right;
    font-size: 28px;
    font-weight: normal;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.modal-body {}
.modal .modal-content {
    padding: 10px 20px 20px 20px;
}
.modal-footer {
  padding: 2px 16px;
  background-color: #5cb85c;
  color: white;
}
pre {
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;
}

.menu_bar{
    background-color: white;
    position: sticky;
    top: 0px;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.05), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
}
.menu_bar .menu-item, .menu_bar .menu-item .menu-block span{
    width: 100%;
    float: left;
    text-align: center;
}
.menu_bar .menu-item{
    background-color: white;
    border-bottom: 1px solid #eaeaea;
}
.menu_bar .menu-item .menu-block{
    color: black;
    float: left;
    width: 100%;
    padding: 20px 0;
}
.menu_bar{
    padding: 0 !important;
}
.card_block{position: sticky;top: 0;}
.card_block,.main_info_block{
    padding-left: 0 !important;
}
.menu_bar ul{
    margin: 0;
}

.menu_bar_mobile
{
  display: none;
}
.expire_notice_container{
  text-align: center; font-family: 'Poppins', sans-serif; font-size: 18px; line-height: 38px; padding: 170px 20px;
}
.expire_notice_container .image_case img{border-radius: 50%;-webkit-box-shadow: 0px 2px 2px #696969; -moz-box-shadow: 0px 2px 2px #696969; box-shadow: 0px 2px 2px #696969;}
.menu_bar_mobile ul{
        display: table-cell;
    vertical-align: middle;
    position: fixed;
    bottom: -14px;
    z-index: 9999;
    background-color: white;
    width: 100%;
    box-shadow: 0px 2px 8px rgba(0,0,0,0.9);
    /* border-radius: 50px; */
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    padding: 0 10px;
    /* left: 1.5%; */
    /* border-left: 15px solid #ffffff; */
    /* border-right: 15px solid #ffffff; */
}
.menu_bar_mobile li, .menu_bar_mobile li span{
   width: auto;
    text-align: center;
    color: black;
    vertical-align: middle;
    display: table-cell;
        padding: 7px 10px;
    font-size: 13px;
}
.menu_bar_mobile li span
{
    padding: 10px 5px;
}
.menu_bar_mobile li a{
  color: black; 
}
.product_desc_popup .modal-content{position:relative;bottom: 80px;}
/* Modal Popup */

#section_video iframe{
        width: 100%;
    height: 174px;
}
@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(90, 90, 90, 0.6);
    }

    70% {
        box-shadow: 0 0 0 8px rgba(90, 90, 90, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(90, 90, 90, 0);
    }
}

@media (min-width: 768px) and (max-width: 991px){
  
}

@media (max-width: 767px){
  
}


@media only screen and (min-width: 280px) and (max-width: 599px){
  .card_block{position: relative;}
  .lg-outer .lg-thumb-outer{bottom: 50px;}
.footer-body, .footer-body:after{background: transparent;box-shadow: none;padding: 0px 10px 0px 10px !important;}
.footer_container{margin-bottom: 60px;}
.menu_bar_mobile{  display: block; }
.menu_bar{display: none;}
.section-block{    padding: 30px 30px;}    
.section-block#section_video{text-align: center;}
.section-block.footer-body{padding: 15px 10px 40px 10px;}
.section-block h2{    font-size: 25px;    text-align: center;}
.row .col, .section{padding: 0;}
.section-block.about-us{ margin-top: 20px;}
/*.action_button.whatsapp{background-position: 23px 14px;}*/
.product_desc_popup .modal-content{position:relative;bottom: 50px;}
#section_video iframe{
        width: 100%;
    height: 270px;
}


}