@import url('https://fonts.googleapis.com/css?family=Roboto+Slab:300,400|Noto+Serif:400,700');

.justify-content-end {
    justify-content: flex-end;
}
body {
    padding-top: 6em;
}
.card-img-top {
    margin-top: 20px;
}
::-webkit-scrollbar-thumb {
    background-color: #ed1c24;
}
.main-con {
    padding-bottom: 1em;
}
.space {
    padding: 5px;
}
.modal-backdrop.show{
    opacity: .85!important;
}
footer.foot-space {
    padding-top: 2em;
    padding-bottom: 2em;
}
.list-inline > li {
    display: inline-block;
    list-style: none;
}
.ind-con-sec {
    padding: 2rem 0;
}
.mt-1 {
    margin-top: 1.5rem;
}
.mt-2 {
    margin-top: 2rem;
}
.mb-1 {
    margin-bottom: 1.5rem;
}
.pill-btn {
    border-radius: 499rem !important;
}
.map-sec {
    height: 50vh;
    width: 100%;
}
.font-medium {
    font-weight: 500;
}
label.error {
    background: url('images/sprite.png') -100px -150px no-repeat;
    color: #FB3A3A;
    display: inline-block;
    margin: 0 0 0 10px;
    text-align: left;
    width: 260px;
}

.bg-black{
    background-color: #000!important;
}
.text-purple{
    color:#6f42c1!important;
}
.text-indigo{
    color: #6610f2!important;
} 
.text-pink{
    color: #ff5ca7!important;
}
.text-orange{
    color: #fd7e14!important;
}
.text-red{
    color: #dc3545!important;
}
.text-teal{
    color: #20c997!important;
}
.text-greenblue{
    color: #20cae4!important
}

/*===============================*/
#mainHeader.affix{
    padding: 0rem 1rem;
}
#mainHeader.affix .navbar-brand img{
    max-height: 70px;
    width: auto;
}
.bizz-nav {
    transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    -ms-transition: .3s all ease-in-out;
    -moz-transition: .3s all ease-in-out;
    -webkit-transition: .3s all ease-in-out;
    background-color: white;
    box-shadow: 0 0.1rem 0.4rem 0 rgba(0, 0, 0, 0.05), 0 -1px 0 0 rgba(0, 0, 0, 0.05) inset;
    border-bottom: none;
}
.bizz-nav .navbar-nav .active > .nav-link {
    color: inherit;
    border:1px solid rgba(226, 226, 226, 0.5);
    border-radius: 1.4rem;
}
.bizz-nav .navbar-nav .active:nth-child(1) > .nav-link {
    border: 1px solid rgb(253, 126, 20);
    background: #fd7e14;
    color: #fff!important;
}
.bizz-nav .navbar-nav .active:nth-child(2) > .nav-link {
    border: 1px solid #ff5ca7;
    background: #ff5ca7;
    color: #fff!important;
}
.bizz-nav .navbar-nav .active:nth-child(3) > .nav-link {
    border: 1px solid #20cae4;
    background: #20cae4;
    color: #fff!important;
}
.bizz-nav .navbar-nav .active:nth-child(4) > .nav-link {
    border: 1px solid #20c997;
    background: #20c997;
    color: #fff!important;
}
.bizz-nav .navbar-nav .nav-item{
    margin-left: 1rem;
}
.bizz-nav .navbar-nav .nav-item > .nav-link {
    font-weight: 500 !important;
        padding: 0.25rem 1rem;
    color: inherit;
}
.bizz-nav .navbar-nav .nav-item > .nav-link i{
    font-weight: 400!important;
}


/*=====================================*/
.app-showcase-module .each-app-cell .card-title {
    font-size: 1.250em;
    font-weight: 400;
    text-align: center;
}
.app-showcase-module .each-app-cell .go-payment,
.app-showcase-module .each-app-cell .show-details {
    border-width: 2px;
    font-weight: 500;
    border-radius: 1.250rem;
    padding: 0.375rem 1rem;
    text-transform: uppercase;
    font-size: 0.875rem;
    margin: 1rem auto 0;
}
.app-showcase-module .each-app-cell .go-payment{
    margin-left: .5rem!important;
}
.app-showcase-module .each-app-cell .app-status {
    position: absolute;
    top: 0.4rem;
    right: 0.4rem;
    border-radius: 0;
    line-height: 15px;
    font-size: 0.65rem;
    font-weight: 500;
    padding: 0.175rem 0.375rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    z-index: 100;
}
.app-showcase-module .each-app-cell .price {
    display: table;
    font-size: 20px;
    color: #333;
    overflow: hidden;
    font-weight: 500;
    margin: 0 auto;
    padding-bottom: 15px;
}
.app-showcase-module .each-app-cell .price del {
    display: table-cell;
    vertical-align: middle;
    font-size: 16px;
    color: #ff9999;
    font-weight: normal;
    line-height: 18px;
    padding-top: 2px;
    padding-right: 10px;
}
.app-showcase-module .each-app-cell .price ins {
    display: table-cell;
    vertical-align: middle;
    text-decoration: none;
    font-size: 22px;
    color: #525252;
}
.each-app-cell .flash {
    position: absolute;
    top: .4rem;
    left: .4rem;
}
.each-app-cell .flash .onsale{
    position: relative;
    display: block;
    font-size: 12px;
    line-height: 20px;
    font-weight:500;
    color: #fff;
    border-radius: 0px;
    padding: 0 8px;
    z-index: 1;
    background-color: #f44336;
    border-color: #f44336;
    margin-bottom: 15px;
}
.each-app-cell .onsale::before{
    position: absolute;
    content: '';
    top: 100%;
    right: 15px;
    border-top: 7px solid;
    border-left: 7px solid transparent;
    border-top-color: #f44336;
}

.app-showcase-module .modal-dialog{
    border-radius: 1rem;
}
.app-showcase-module .modal-dialog .modal-content .modal-body .tab-content::-webkit-scrollbar {
    width: 8px;
    height: 2px;
}
.app-showcase-module .modal-dialog .modal-content .modal-body .tab-content::-webkit-scrollbar-thumb {
    background-color: #FFC107;
    border-radius: 8px;
}

.app-showcase-module .modal-dialog .modal-content .modal-body{
    background-color: #ffffff;
}
.app-showcase-module .modal-content{
    border-radius: 1rem;
    overflow: hidden;
}
.app-showcase-module .modal-content .modal-header {
    background-color: #ffffff;
    border-bottom: 1px solid #ffffff;
    border-radius: 1rem 1rem 0rem 0rem;
}
.app-showcase-module .modal-content .modal-title {
    font-size: 1.7rem;
    padding: 0 1rem;
    color: #1e282c;
    font-weight: 400;
}
.app-showcase-module .modal-content .close {
    position: absolute;
    top: 2rem;
    color: #ff5a5a !important;
    padding: 0;
    height: 40px;
    font-size: 2.5rem;
    width: 40px;
    opacity: 1;
    line-height: 2rem;
    box-shadow: none;
    right: 2rem;
    background: #ffffff;
    border-radius: 3px;
}
.app-showcase-module .modal-content .close span {
    vertical-align: top;
    position: relative;
    top: -3px;
}
.app-showcase-module .modal-content .close:hover,
.app-showcase-module .modal-content .close:focus {
    text-shadow: none;
    outline: none;
    color: #4a5052;
}
.app-showcase-module .carousel-control-next-icon,
.app-showcase-module .carousel-control-prev-icon {
    display: inline-block;
    width: 35px;
    height: 35px;
}
.app-showcase-module .modal-content .nav.nav-pills {
    box-shadow: 0rem 0.2rem 0.4rem 0 rgba(0, 0, 0, 0.05);
    padding: 0;
    background-color: #ffffff;
    padding-left: 10px;
}
.app-showcase-module .modal-content .nav-pills .nav-link {
    font-weight: 500;
    text-transform: uppercase;
    padding: 0.75rem 1rem;
    color: #1e282c;
    font-size: 0.9rem;
    border-radius: 0;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
.app-showcase-module .modal-content .nav-pills .nav-link span {
    line-height: 1.4;
    font-size: 1.2rem;
}
.app-showcase-module .modal-content .nav-item:nth-child(1) .nav-link span {
    color: #ae2ec4;
}
.app-showcase-module .modal-content .nav-item:nth-child(2) .nav-link span {
    color: #fb3980;
}
.app-showcase-module .modal-content .nav-item:nth-child(3) .nav-link span {
    color: #ff6c3d;
}
.app-showcase-module .modal-content .nav-item:nth-child(4) .nav-link span {
    color: #9bf92d;
}
.app-showcase-module .modal-content .nav-item:nth-child(5) .nav-link span {
    color: #59abed;
}
.app-showcase-module .modal-content .nav-item:nth-child(6) .nav-link span {
    color: #9c27b0;
}
.table-box {
    position: relative;
    z-index: 2;
}
.table-box .table {
    border: #e7e6e6 solid 10px;
    background-color: #fff;
}
.table-box:after,
.table-box:before {
    position: absolute;
    content: "";
    bottom: 16px;
    left: 10px;
    width: 50%;
    top: 80%;
    box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7);
    z-index: -1;
    transform: rotate(-3deg);    
    -webkit-transform: rotate(-3deg);
    -moz-transform: rotate(-3deg);
    -o-transform: rotate(-3deg);
}
.table-box:after {
    content: '';
    right: 10px;
    left: auto;
    transform: rotate(3deg);
    -webkit-transform: rotate(3deg);
    -moz-transform: rotate(3deg);
    -o-transform: rotate(3deg);
}
.video-border {
    border: #fff solid 0.75rem;
    background-color: #ffffff;
    border-radius: 1rem;
}
.app-showcase-module .each-app-cell .card-body {
    padding: 1rem;
}
.app-showcase-module .modal-dialog .modal-content {
    border: none;
    background-color: transparent;
}
.app-showcase-module .app-screen-slide {
    box-shadow: 0 0 0 0.03rem rgba(0, 0, 0, 0.05);
}
.app-showcase-module .app-screen-slide img {
    padding: 1rem;
}
.app-showcase-module {
    padding: 3rem 0;
    background-color: #fcfeff;
}
.app-showcase-module .modal {
    padding-right: 0;
    background-color: transparent;
}
.app-showcase-module .modal-dialog .modal-content .jumbotron {
    margin-bottom: 0;
    border-radius: 0 0 .85rem .85rem;
}
.app-showcase-module .carousel-control-next-icon,
.app-showcase-module .carousel-control-prev-icon {
    display: inline-block;
    width: 35px;
    height: 35px;
}

.app-screen-slider a {
    display: none;
}
.app-screen-slider a:first-child {
    display: inline-block !important;
}
.app-showcase-module .each-app-cell {
    position: relative;
    border-radius: 0;
    transition: all 0.3s ease-in-out;
    margin-bottom: 1.75rem;
    box-shadow: 0 0 0 0.05rem #deebf1;
    border: #fff solid 1px;
    text-align: left;
    padding: 1.25rem 1rem 1rem;
}
.app-showcase-module .each-app-cell:hover {
    border: #deebf1 solid 1px;
    box-shadow: 1.25rem 1.25rem 1rem 0.1rem #f2f4f5;
}
.app-showcase-module .modal.fade .modal-dialog {
    transition: transform 0.3s ease-out;
    transform: translate(25%, 0);
}
.app-showcase-module .modal.show .modal-dialog {
    transform: translate(0, 0);
    box-shadow: 0 0 8rem 0 rgba(73, 80, 86, 0.9);
}
.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #4a5052;
}
@media (min-width: 576px) {
    .app-showcase-module .modal-dialog {
        margin: 20px auto;
    }
}
@media (min-width: 992px) {
    .modal-lg {
        max-width: 900px;
        margin: 30px auto;
    }
}
.app-showcase-module .carousel-control-next-icon,
.app-showcase-module .carousel-control-prev-icon {
    display: inline-block;
    width: 35px;
    height: 35px;
}


/*========================*/
.app-showcase-module.app-us .each-app-cell {
    padding: 0.5rem;
}
.app-showcase-module.app-us .each-app-cell .title-lg {
    font-size: 1rem;
    text-align: left;
}
.app-showcase-module.app-us .each-app-cell .app-status{
    position: absolute;
    right: auto!important;
    left: .5rem!important;
    top: .5rem!important;
}
.app-us .cover-video .mejs__overlay-button:hover,
.app-us .cover-video .mejs__overlay-button {
    position: absolute;
    top: 0.3rem;
    right: .5rem;
    background: url(../img/play-button.png) no-repeat;
    background-position: center;
    background-size: 100%;
    height: 40px;
    width: 40px;
}
.app-us .cover-video .mejs__overlay{
    transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    -ms-transition: .3s all ease-in-out;
    -moz-transition: .3s all ease-in-out;
    -webkit-transition: .3s all ease-in-out;
}
.mejs__controls,
.app-us .mejs__container{
    background-color: #000;
}
.app-us .cover-video .mejs__overlay:hover > .mejs__overlay-button {
    background-position: center;
    background-size: 100%;
}
.app-us .cover-video .mejs__overlay:hover{
      background-color: rgba(0, 0, 0, 0.4);
}
.app-showcase-module.app-us .each-app-cell .card-title{
    font-weight: 500;
    font-size: 1.14rem!important;
    text-align: center;
}
.app-showcase-module.app-us .each-app-cell .card-body > .card-title{
    height: 65px;
}
.app-showcase-module.app-us .modal-content .nav-item .nav-link{
    color: #ffffff;
}
.app-showcase-module.app-us .modal.show .modal-dialog{

}
@media (min-width: 1200px){
    .app-showcase-module.app-us .modal-lg {
        max-width: 1150px!important;
        margin: 30px auto;
    }
}
.app-showcase-module.app-us .modal-content .modal-header {    
    background-color: #1e282c;
    border-bottom: 1px solid #1e282c;
}
.app-showcase-module.app-us .modal-content .modal-title {
    font-family: 'Roboto Slab',sans-serif;
    font-weight: 400;
    font-size: 1.7rem;
    padding: 0 1rem;
    color: #ffffff;
}
.app-showcase-module.app-us .modal-content .modal-title .subtitle{
    font-family: "Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
    font-weight: 500;
    display: block;
    font-size: .85rem;
    color: #b5b7b7;
    letter-spacing: .045rem;
}   
.app-showcase-module.app-us .modal-content .close {
    position: absolute;
    top: 2rem;
    border-radius: 3px;
    line-height:2.4rem;
}
.app-showcase-module.app-us .modal-content .close span{
    top:0;
}
.app-us .modal-body .media-wrapper{
    border-radius: 0px;
    padding: 6px;
    max-height: 70vh;
}   
.app-us .modal-body{
    background-color: #ffffff;
}
.app-us .us-modal .myvideos video{
    background-color: #000;
}
.app-us .us-modal .content-right{
    max-height: 70vh;
    overflow-y: scroll; 
    border-right: 1px solid #ddd;
}
#style-10::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
    border-radius: 10px;
}

#style-10::-webkit-scrollbar
{
    width: 10px;
    background-color: #F5F5F5;
}

#style-10::-webkit-scrollbar-thumb
{
    background-color: #AAA;
    border-radius: 10px;
    background-image: -webkit-linear-gradient(90deg,
                                              rgba(0, 0, 0, .2) 25%,
                                              transparent 25%,
                                              transparent 50%,
                                              rgba(0, 0, 0, .2) 50%,
                                              rgba(0, 0, 0, .2) 75%,
                                              transparent 75%,
                                              transparent)
}
.content-right::-webkit-scrollbar-track{
    border-radius: 10px!important;
    background-color: #F5F5F5!important;
}
.content-right::-webkit-scrollbar{
    width: 7px!important;
    background-color: #F5F5F5!important;
}
.content-right::-webkit-scrollbar-thumb{
    border-radius: 0px;
    background-color: #8c8c8c !important;
}

.app-us .us-modal .content-right .card{
    border: none;
}
.app-us .us-modal .content-right .card-header{
    background-color: rgba(0,0,0,.01);
}
.app-us .us-modal .content-right .card-header h4{
    font-weight: 700;
    margin-bottom: 0;
}

.app-us tr.price td {
    font-size: 24px;
    font-weight: 400;
    color: #00B22D;
    border-bottom: none;
    padding-top: 25px;
    letter-spacing: -1px;
}
.app-us .packages-table{
    border:2px solid #ddd;
}
.app-us .packages-table tr td:first-child {
    font-weight: 500;
    text-align: left;
    background: #f7f7f7;
    color: #777777;
    border-bottom: 1px solid #e5e5e5;
    border-left: none;
}

.app-us .packages-table tr td:nth-child(4),
.app-us .packages-table tr td:nth-child(3),
.app-us .packages-table tr td:nth-child(2){
    width: 26%;
}
.app-us .packages-table .package-btn{
    border-width: 2px;
}

/*===============*/
.app-us .package{
    text-align: center;
    position: relative;
    /*box-shadow: 0px 0px 0px 2px #ddd;*/
    border:1px solid #eee;
    border-radius: 0;
}
.app-us .package h2{
    padding: 1rem 0rem;
}
.app-us .package .package-price{
    color: #fff;
    font-weight: 300;
    font-size: 2rem;
    padding: 1rem 0rem;
}
.app-us .package-1{
    border:1px solid #1abc9c!important;
}
.app-us .package-2{
    border:1px solid #9b59b6!important;
}
.app-us .package-3{
    border:1px solid #e91e63!important;
}
.app-us .package-1 .package-price{
    background-color: #1abc9c;
}
.app-us .package-2 .package-price{
    background-color: #9b59b6;
}
.app-us .package-3 .package-price{
    background-color: #f93c7c;
}
.app-us .package .btn{
    color: #fff;
    border-width: 2px;
    padding: .3rem 1rem;
    border-radius: 1.5rem;
}
.app-us .package-1 .package-btn{
    background: #1abc9c;
    color: #fff;
}
.app-us .package-2 .package-btn{
    background: #9b59b6;
    color: #fff;
}
.app-us .package-3 .package-btn{
    background: #f93c7c;
    color: #fff;
}

.app-us .package-1 h6{
    background-color: #18a287;
    color: #fff;
    padding: .5rem 0rem;
}
.app-us .package-2 h6{
    background-color: #79468e;
    color: #fff;
    padding: .5rem 0rem;
}
.app-us .package-3 h6{
    background-color: #e91e63;
    color: #fff;
    padding: .5rem 0rem;
}
.app-us .package .desc{
    font-family: 'Roboto Slab',sans-serif;
    font-size: .85rem;
    font-weight: 400;
    text-align: left;
}
.app-showcase-module .modal-content .modaltab-nav{
    padding: 0rem;
    padding-left: .5rem;
    margin-bottom: 0;
    background-color: rgb(30, 40, 44);
    border-bottom: 1px solid rgba(0,0,0,.125);
    border-left: 1px solid rgba(0,0,0,.125);
}
.app-showcase-module .modal-content .nav-item .nav-link{
    padding: .75rem 1.25rem;
    color: #343a40;
    font-weight: 500;
    text-transform: uppercase;
}
.app-showcase-module .modal-content .nav-item .nav-link.active{
    position: relative;
    color: #343a40;
    background-color: #f8f9fa;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
.app-showcase-module .modal-content .nav-item:nth-child(1) .nav-link i{
    color: #e341ff;
}
.app-showcase-module .modal-content .nav-item:nth-child(2) .nav-link i{
    color: #fb3980;
}
.app-showcase-module .modal-content .nav-item:nth-child(3) .nav-link i{
    color: #ae2ec4;
}

.app-showcase-module .modal-content .nav-item:nth-child(2) .active i,
.app-showcase-module .modal-content .nav-item:nth-child(2) .active span,
.app-showcase-module .modal-content .nav-item:nth-child(1) .active i,
.app-showcase-module .modal-content .nav-item:nth-child(1) .active span{
    color: #ffffff!important;
}
.app-showcase-module .modal-content .nav-item:nth-child(1) .active{
    background-color: #e341ff;
    color: #ffffff;
}
.app-showcase-module .modal-content .nav-item:nth-child(2) .active{
    background-color: #fb3980;
    color: #ffffff;
}
.external-links{
    border:1px solid #ddd;
    background-color: #ffffff;
    padding: 0rem 2rem;
    border-radius: 0 0 .85rem .85rem;
}
.external-links .inner-cell{
    position: relative;
    margin: 2rem 0rem;
    text-decoration: none;
    /*box-shadow: 0px 0px 10px 0px #ddd;*/
    border-radius: 0px;
    z-index: 1;
}

.external-links .inner-cell .inner{
    position: relative;
    background-color: #ffffff;
    border:4px solid #e5e6e7;
    padding: 0rem;
    text-align: center;
    color: #444;
    transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    -ms-transition: .3s all ease-in-out;
    -moz-transition: .3s all ease-in-out;
    -webkit-transition: .3s all ease-in-out;
    border-radius: 0px;
    z-index: 1;
}
.external-links .inner-cell:hover .inner{
    position: relative;
    background-color: #f9f9f9;
     border: 4px solid #3a99d7; 
    /* color: #fff; */
    z-index: 10;
}
.external-links .inner-cell img{
    max-width: 120px;
    transition: .35s all ease-in-out;
    -o-transition: .35s all ease-in-out;
    -ms-transition: .35s all ease-in-out;
    -moz-transition: .35s all ease-in-out;
    -webkit-transition: .35s all ease-in-out;
    transform: rotate(0deg);
    -o-transform: translateY(60px);
    -ms-transform: translateY(60px);
    -moz-transform: translateY(60px);
    -webkit-transform: translateY(60px);
    padding: 1rem 1rem;
}
.external-links .inner-cell:hover img{
    -o-transform: translate(0px);
    -ms-transform: translate(0px);
    -moz-transform: translate(0px);
    -webkit-transform: translate(0px);
}
.external-links .inner-cell h5{
    border-top: 4px solid #f9f9f9;
    color: #222;
    padding: 3rem 1rem 1rem;
    background-color: #ffffff;
    margin-bottom:0;
    transition: .35s all ease-in-out;
    -o-transition: .35s all ease-in-out;
    -ms-transition: .35s all ease-in-out;
    -moz-transition: .35s all ease-in-out;
    -webkit-transition: .35s all ease-in-out;
}
.external-links .inner-cell:hover h5{
    color: #fff;
    padding: 2rem 1rem 2rem;
    border-top: 4px solid #f9f9f9;
    box-shadow: inset 0px 1px 7px rgba(0,0,0,.24);
    background-color: #3a99d7;
}
/*================================*/
.contact-us-page{
    padding: 3rem 0rem;
}
.contact-us-page .map{
    padding: 0px 5px;
    border:1px solid #ddd;
}
.contact-us-page iframe{
    height: 300px;
}
.contact-us-page .display-5{
    font-size: 1.85rem;
    font-weight: 300;
    color: #ff679b;
}
.contact-form{
    background-color: #fff;
    border-radius: 0rem;
    margin: 0rem auto;
    position: relative;
    border: 0px solid #e8e8e8;
    padding-right: 4rem;
    border-right: 1px solid #ddd;
}
.contact-form  h4{
    margin-bottom: 2rem;
}
.contact-form .form-group{
    margin-bottom: .7rem;
}
.contact-form .form-control{
    font-size: 1rem;
    font-weight: 400;
    box-shadow: none;
    -o-box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    border: 1px solid #d8d8d8;  
    color: #2c2d30;
    border-radius: .05rem;
}
.contact-form .form-control:hover{
    border: 1px solid #a0a0a2;
    box-shadow: none;
    -o-box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;   
}
.contact-form .form-control:focus{
    border: 1px solid #2cb9ee;
    box-shadow: 0px 0px 0px 1px #2cb9ee;
}
.contact-form label{
    font-weight: 500;
    color: #7a7a7a;
    font-size: .85rem;
}
/*================*/
.map-block{
    background-color: #fdfdfd;
    box-shadow: inset 0px 3px 3px #f2f3f4;
    padding: 2rem;
}
.contact-details{
    margin-top: 0rem;
    padding-left: 2rem;
}
.contact-details h4{
    margin-bottom: 2rem;
}
.contact-details p{
    color: #445566;
    font-size: 1.25rem;
    font-weight: 400;
}
.contact-details p span{
} 
.contact-details p span:first-child{
    padding-right: 1rem;
    min-width: 50px;
}




/*===========================*/
.paytm-modal{
    /*position: relative;*/
}
.paytm-modal .close{
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1000;
    border-radius: 0px;
    padding: 3px 6px 9px 7px;
    background: #50bbed;
    opacity: 1;
}
.paytm-modal .close:hover{
    background-color: #213164;
}
.payment-module{
    background-color: #ffffff;
    color: #213164;
}
.payment-module .card{
    padding: 1.5rem 1.5rem 2rem;
    border-radius: 0px;
    border:none;
    border-top: 6px solid #4DBDED;
}
.payment-module .card .paytm-qr-code{
    padding: 1rem;
    border:2px dotted #456;
}
.payment-module .payment-phone{
    font-size: 1.4rem;
    font-weight: 700;
    margin-top:1rem;
    text-align: center;
}
.payment-module .payment-phone span{
    border-bottom: 2px dotted #456;
}

/*============================*/
.enquiry-form{
    padding: 1.5rem 2rem;
    border:1px solid #8bc34a;
    background-color: #f9fff2;
    margin: 10px 7px;
}
.enquiry-form h5{
    font-weight: 500;
    text-align: center;
    color: #8bc34a;
    text-transform: uppercase;
}
.enquiry-form label{
    font-weight: 500;
    color: #678;
    font-size: .85rem;
    padding-left: .5rem;
}
.enquiry-form .form-control{
    font-size: 1rem;
    font-weight: 400;
    box-shadow: none;
    -o-box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    border: 1px solid #d8d8d8;  
    color: #2c2d30;
    border-radius: 1.5rem;
    padding-right: 1rem;
    padding-left: 1rem;
}
.enquiry-form .form-control:hover{
    border: 1px solid #a0a0a2;
    box-shadow: none;
    -o-box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;   
}
.enquiry-form .form-control:focus{
    border: 1px solid #8bc34a;
    box-shadow: 0px 0px 0px 1px #8bc34a;
}
.enquiry-form .btn-submit{
    border-width: 2px;
    border-radius: 1.5rem;
    font-weight: 500;
}
.app-showcase-module .modal-content .enquiry-form  .close{
    font-size: 1.5rem;
    width: 25px;
    height: 25px;
    line-height: 1.4rem;
    top: 1rem;
}

.app-showcase-module .modal-content .enquiry-form  .close:hover{
    background-color: #eee;
}