﻿.company-intro, .product-intro {
    font-size: 16px;
    line-height: 30px;
}

.img-align, .products-img-align {
    border: 1px solid #e2edf7;
    padding: 15px;
    border-radius: 5px;
    margin-bottom: 15px;
}

.counter .number {
    font-size: 40px;
}

.counter h5 {
    font-size: 15px;
    color: #fff;
}

.my-tabs.style-1 .tab-content {
    background: #fff;
    border-bottom: 0px solid #e6e6e6;
}

.modal {
    z-index: 9999;
    top: 10%;
}

.modal-head {
    font-size: 18px;
    text-transform: inherit;
    text-align: center;
    color: #000;
    font-weight: 500;
}

#silver .modal-header {
    background: rgba(255,255,255,1);
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(47%, rgba(246,246,246,1)), color-stop(100%, rgba(237,237,237,1)));
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
    background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
    background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed', GradientType=0 );
}

#silver .modal-content {
    border-radius: 0px;
}


#gold .modal-body {
    padding: 30px;
}

#gold .modal-header {
    background: rgba(241,231,103,1);
    background: -moz-linear-gradient(top, rgba(241,231,103,1) 0%, rgba(254,182,69,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(241,231,103,1)), color-stop(100%, rgba(254,182,69,1)));
    background: -webkit-linear-gradient(top, rgba(241,231,103,1) 0%, rgba(254,182,69,1) 100%);
    background: -o-linear-gradient(top, rgba(241,231,103,1) 0%, rgba(254,182,69,1) 100%);
    background: -ms-linear-gradient(top, rgba(241,231,103,1) 0%, rgba(254,182,69,1) 100%);
    background: linear-gradient(to bottom, rgba(241,231,103,1) 0%, rgba(254,182,69,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1e767', endColorstr='#feb645', GradientType=0 );
}

#gold .modal-content {
    border-radius: 0px;
}


#gold .modal-body {
    padding: 30px;
}


#renew .modal-body {
    padding: 30px;
}

#renew .modal-header {
    background-color: #00b1f1;
}

#renew .modal-content {
    border-radius: 0px;
}


#renew .modal-body {
    padding: 30px;
}


.clients .form-control {
    height: 45px;
}

.clients .input-group-addon {
    color: #fff;
    text-align: center;
    background-color: #00b1f1;
    border: 0px solid #ccc;
    cursor: pointer;
}

.clients .heading span {
    text-transform: inherit;
    display: inline-block;
    color: #8e8e8e;
    margin-top: 15px;
}

.upgrade-btn {
    padding-right: 20px;
    background-color: #4CAF50;
    margin-top: 20px;
}


.enquiry-btn {
    padding-right: 20px;
    margin-top: 0px;
    height: 34px;
    font-size: 12px;
    line-height: 15px;
}

.tags li {
    display: grid;
    float: none;
    margin-right: 5px;
    margin-bottom: 7px;
}

.head-title {
    color: #046ea2;
    font-size: 28px !important;
}
