@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css");
* { margin:0; padding:0; outline:0 none;/*box-sizing: border-box;*/}
body { margin:0; /*font-family:'Open Sans',sans-serif;*/ font-size:14px; color:#444; line-height:22px;overflow: unset !important; }
.Web-Size { width:100%; float:left; /*font-family:'Open Sans',sans-serif;*/ }
.Page-Size { max-width: 1170px; margin:0 auto;}
input, textarea {/*font-family:'Open Sans',sans-serif;*/ }
hr { -moz-border-bottom-colors: none; -moz-border-left-colors: none; -moz-border-right-colors: none; -moz-border-top-colors: none;
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-color: -moz-use-text-color -moz-use-text-color #DEDEDE;
    border-image: none;
    border-style: none none solid;
    border-width: 0 0 1px;
    color: #FFFFFF;
    margin: 0 0 0.5em;
    padding: 0 0 0.5em;
}
h1, h2, h3, h4 {/*font-family:'Open Sans',sans-serif;*/}
.Clear { clear:both;}
.fl { float:left; }
img { border:0 none; height:auto; max-width:100%; display:block; }
a:hover { text-decoration:underline;}
.fr { float:right; margin:5px 0px 15px 15px;}
.fl { float:left; margin:5px 15px 15px 5px;}

.Grey {background:#eee;}
.Content {margin:30px 0; width:100%; float:left;}
.Service-Tab {float: left;width:45%;}
.Service-Tab h3 {border-bottom: 2px solid #ac6ed4;color:#ac6ed4;font-size: 24px;font-weight: 600;padding: 9px 0 3px 0; /*font-family:'Open Sans',sans-serif !important;*/}
.Service-Tab p {font-size:12px; color:#444; padding:20px 0;}
.Service-Tab a {font-size:12px; color:#fff; background:#ac6ed4; padding:5px 30px; display:inline-block; margin:0 0 20px 0; text-decoration:none; text-transform:uppercase; font-weight:600;}
.Service-Tab h3 img {background:url("../images/service-sprite.png") no-repeat;float: left;height: 35px;margin-right: 20px;width: 35px; }
.Service-Tab h3 img.tab1 {background-position:0 0;}
.Service-Tab h3 img.tab2 {background-position:-36px 0;}

.view_samples{font-size: 11px;}

.view_samples img{width: 15px; display: inline-block; padding-right: 5px; }
.dlr-icon_img{width: 15px; display: inline-block; padding-right: 5px;}


.List {list-style:none;}
.List li {background: rgba(0, 0, 0, 0) url("../images/bullete.png") no-repeat scroll left;color: #333;line-height: 20px;margin: 5px 0;padding: 0 0 0 20px; font-size:12px;}

.Offer-Tabs {width:100%; float:left; margin:30px 0 0 0;}
.Offer-Tab {width:49.5%; float:left;}
.Offer-Image {float:left; width:171px;}
.Offer-Detail {background:#fff; height:299px; width:405px; float:left;}
.Offer-Detail h3 {font-size:22px; color:#666; font-weight:600; padding:5px 20px; /*font-family:'Open Sans',sans-serif !important;*/}
.Offer-Detail p {font-size:12px; color:#444; padding:0 20px 20px 20px;}
.Service-Tab h3 {border-bottom: 2px solid #ac6ed4;color:#ac6ed4;font-size: 24px;font-weight: 600;padding: 9px 0 4px 0; /*font-family:'Open Sans',sans-serif !important;*/}

.Tabs {width:100%;float:left; margin:30px 0;}
.Tab {width:30%; float:left; margin-right:55px;}
.Tab h3 {border-bottom: 2px solid #303030;color:#303030;font-size: 24px;font-weight: 600;padding: 9px 0 4px 0; text-transform:uppercase; /*font-family:'Open Sans',sans-serif !important;*/}
.Tab h3 img {background:url("../images/tab-sprite.png") no-repeat;float: left;height: 35px;margin-right: 20px;width: 35px; }
.Tab h3 img.tab1 {background-position:0 0;}
.Tab h3 img.tab2 {background-position:-36px 0;}
.Tab p { font-size:12px; color:#444; padding:20px 0 0 0;}
.Tab ul {list-style:none;margin:20px 0;}
.Tab ul li {display:inline-block; margin:10px 5px 0px 0;}
.Tab ul li a {background:none; padding:0;margin:0;}
.Tab a {background:#303030; font-size:12px; text-transform:uppercase; padding:5px 30px; color:#fff; display:inline-block; margin:20px 0; text-decoration:none;}

.Testimonials {width:100%; float:left; background:#ac6ed4; margin:30px 0;}
.Testimonials h3 {color:#333;font-size: 24px;font-weight: 600;padding: 9px 0 3px 0; background:#fff; margin:0px; /*font-family:'Open Sans',sans-serif !important;*/}
.Testimonials h3 img {float: left;height: 35px;margin-right: 20px;width: 35px; }

.Backgroud-Img {background:url(../images/footer-banner.jpg) no-repeat center; -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;}
.About-Wrapper {width:55%; float:left; margin:30px 0;}
.About-Wrapper h3 {font-size:24px; color:#ac6ed4; /*font-family:'Open Sans',sans-serif !important;*/}
.About-Wrapper img {float:right; padding:30px 20px 0 20px;}
.About-Wrapper p {font-size:12px; color:#fff; padding:20px 0 0 0;}
.About-Wrapper a {font-size:12px; color:#fff; background:#ac6ed4; padding:5px 30px; text-decoration:none; text-transform:uppercase; display:inline-block; margin:20px 0 0 0;}

.Youtube {width:40%; float:right; margin:50px 0;}
.Youtube iframe {height:260px;}

.effect {
    -webkit-animation: 5s linear infinite condemned_blink_effect; // for android
    animation: 5s linear infinite condemned_blink_effect;
}
/*======= Form =========*/
.bsrow {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.form-section .form-row > .col, .form-section .form-row > [class*="col-"] {
    padding-right: 5px;
    padding-left: 5px;
}
.form-section .form-group {margin-bottom: 1rem;width: 100%;}
.form-section .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.form-section .form-control {
    display: block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: 0.50rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
    box-sizing: border-box;
}
.col-md-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
    .container {
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
        margin-right: auto;
        margin-left: auto;
    }
.form-section .fill-up-form form, .cell-section #myModal .modal-body .two-box {display: flex;align-items: center;flex-direction: row;}
.form-section .fill-up-form .form-group {display: flex;flex-direction: row;}
.form-section .fill-up-form .form-group input#email_id {width: 92.50%;}
.form-section .fill-up-form .three-box .span3 {width: 24.80%;margin-right: 10px;}
.form-section .fill-up-form .three-box .span3:last-child {margin-right: 0;}
.form-section .fill-up-form .form-row {display: flex;}
.form-section .fill-up-form .form-group label {font-size: 1rem;}
.form-section .fill-up-form .form-group #msg_box {height: 135px !important;width: 100%;}
.form-section .fill-up-form .send-box {display: block;}
.form-section .fill-up-form .send-box .form-check {display: flex;align-items: center;} 
.form-section .fill-up-form .send-box .form-check #gridCheck {margin: 0 6px 6px 0;}
.form-section .sub-heading p {font-size: 18px !important;}
.form-section .sub-heading {padding-top: 2rem;}
#slide input, #slide textarea {width: -webkit-fill-available;}
.cell-section {padding: 20px 0 0;}
.cell-section .fill-up-form input {padding: 0.50rem .75rem; line-height: 1.5; height: 20px !important; font-size: 16px;}
.cell-section .fill-up-form label {font-size: 18px; color: #fff; padding-bottom: 1rem; letter-spacing: 0.5px;}
.cell-section .bsrow {justify-content: center;}
.cell-section .bsrow form .send-txt {text-align: center;display: inline-block;padding-top: 1rem;}
.cell-section .bsrow form .send-txt button {font-size: 1.3rem;padding: 10px 20px;}
.cell-section .check-box { max-width: 50%; margin: 0 auto; display: block; }
.cell-section .check-box .form-row { display: flex; flex-direction: row; flex-wrap: wrap;margin-bottom: 15px; }
.cell-section .check-box .form-row label.checkbox-inline {flex: 0 0 50%;max-width: 50%; font-size: 16px; color: #fff; text-align: left;}
.cell-section .check-box .form-row  input[type="checkbox"] { height: 20px; width: 20px; line-height: normal; overflow: hidden; margin: 0 10px 0 0;}
.cell-section #myModal .modal-body .row {margin-left:auto;}
.cell-section #myModal .modal-body .two-box {padding-top: 20px;}
.cell-section #myModal .modal-body .two-box .call a {font-size: 22px;}
.cell-section #myModal .modal-body .send-txt-model input.form-control {max-width: 140px;margin-bottom: 0;font-size: 1rem;}
.cell-section #myModal .modal-body .send-txt-model label {margin-bottom: 0;font-size: 14px;text-align: left;}
.cell-section #myModal .modal-body .send-txt-model .form-group textarea {height: auto !important;width: 100% !important;margin: 10px 0;}
.send-txt {text-align: center;margin: 2rem 0;}
.video-section .video-box {margin-bottom: 2rem;}
.video-section .video-box h2 {font-size: 30px;}
.btn-lg {padding: 10px 16px !important;font-size: 18px !important;}
/*======= # Form =========*/

/* --- before after --- */
.before_after {padding: 2rem 0 3rem;}
.before_after .row {display: flex;align-items: center;margin: 0;flex-wrap: wrap;}
.before_after .portfolio-img {margin-top: 2rem;}
.before_after .portfolio-img .img-box {display: flex;justify-content: space-between;}
.before_after .border-right {position: relative;overflow: hidden;border: 1px solid #fff;}
.before_after .border-right span {font-size: 18px;color: #fff;font-weight: 600;padding: 8px;display: block;}
.before_after .portfolio-img .img-box .caption {
    top: 0;
    position: absolute;
    width: auto;
    left: auto;
    right: 0;
    bottom: inherit;
    background: rgba(50,76,115,.75);
    min-width: 140px;
    text-align: center;
    border-bottom-left-radius: 20% 100%;
}
/*.before_after .img-content {background: #f4f4f4;padding: 20px;}*/
.before_after .img-content h3 {font-size: 22px;color: #20827b;border-bottom: 1px solid #9a9a9a;padding-bottom: 10px;}
.before_after .img-content p {color: #6d6d6d;}
.text-center {text-align: center;}
.winner {padding: 3rem 0;}
.title h1 {font-size: 30px;margin: 0 0 2rem 0;}
.img-fluid {max-width: 100%;height: auto;}
.popup .gallery {margin: unset;text-align: center;}
.popup .gallery .picture {width: 100%;margin: unset;}
.popup .gallery .picture a {color: #000;}
.popup .modal-header {display: flex;}
.popup .model-img {margin-bottom: 2rem;}
.popup .modal-body .row {display: flex;flex-wrap: wrap;align-items: center;margin-right: -15px;margin-left: -15px;}
.popup .modal-dialog-scrollable .modal-body {overflow-y: auto;}
/*.popup .modal-dialog-scrollable .modal-content {max-height: calc(100vh - 3.5rem);}*/
.popup button.btn.btn-primary {
    background: transparent;
    border: none;
    box-shadow: unset;
    outline: none;
    color: #000;
}
.modal-dialog-scrollable {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
}
/* ==== houston-chronicle ==== */
.houston-chronicle {position: fixed;right: 30px;bottom: 40px;z-index: 555;}
.houston-chronicle img {margin: 0 auto;}
.houston-chronicle .close {
      cursor: pointer;
    position: absolute;
    top: -24px;
    right: 0;
    padding: 3px 7px;
    color: #fff;
    opacity: 1;
    z-index: -1;
    background: #9e4dab;
}
.houston-chronicle .close:hover {background: #bbb;}
/* --- vote btn --- */
.vote_btn {margin-top: 10px;}
.vote_btn a { display: inline-block;background: #c41175;color: #fff;font-family: 'Poppins';padding: 10px 12px;border-radius: 6px;font-size: 16px;font-weight: 400;}
.vote_btn a:hover {text-decoration: none;color: #fff;}

/* === boxs === */
.stepbox {margin-bottom: 1rem;}
.stepbox .bsrow {justify-content: center;}
.stepbox .bsrow h3.font-35 {background: magenta;padding: 5px 0;color: #fff;}
.stepbox .innerbox {margin: 1rem 0;background: #9681eb63;border-radius: 10px;padding: 10px 5px;text-align: center;color: #000;border: 1px solid #ccc;    word-break: break-word;}
.stepbox .innerbox h2 {margin-top: 0;}
.stepbox .innerbox p {font-size: 18px;margin: 7px 0 0;}
.stepbox .innerbox p .digit {font-size: 24px;}
.stepbox .innerbox h2 {margin-bottom: 2px;min-height: 46px;}
.stepbox .innerbox a {color: #000;}
.stepbox .first_row .col-xl-3 {flex: 0 0 33.33%;max-width: 33.33%;}
.stepbox .first_row .innerbox {background-color: #ff5454 !important;}
.stepbox .first_row .innerbox h2, .stepbox .first_row .innerbox p {color: #fff;}
.stepbox .col-md-3 {flex: 0 0 33.33%;max-width: 33.33%;}

/* 15-8-23 */
.mobile_qr {
display: flex;
align-items: center;
justify-content: center;
}
.mobile_qr .qr_img {margin-bottom: 1rem;}
.black-bg{background-color: #000000; margin-bottom:10px;}
.black-bg p{ color:#ffffff;}
.appointmentcorner {margin-top: 30px;}
.appointmentcorner .appoint {
    width: 100%;
}
.appointmentcorner .counter {
    background: transparent !important;
    width: 100% !important;
    border: 0 !important;
    display: inline-block;
    margin: 1.5%;
    font-size: 25px;
    font-weight: 700;
    color: #ffffff;
    vertical-align: middle;
    padding: 10px 0 10px 0px;
}
.appointmentcorner .small-boxs ul {
    margin-left: 0;
    display: flex;
    flex-wrap: wrap;
}
/*.appointmentcorner .small-boxs ul li {
    flex: 0 0 100%;
    max-width: 100%;
}*/
.appointmentcorner .small-boxs ul li {
    flex: 0 0 33.33%;
    max-width: 33.33%;
}
.appointmentcorner .container {width: 100% !important;padding: 0 !important;}
.appointmentcorner .small-boxs ul .inner-box {line-height: 25px;}