﻿nav a.navbar-brand img {
  display: inline-block;
  height: 28px;
  margin-left: 10px;
}

.hero_container {
    background-image: url("/img/Cover_site.jpg");
    background-repeat: no-repeat;
    background-position: center;
    height: 500px;
    width: 100%;
    padding-top: 40.58px;
    margin: 0 auto;
    background-size: contain;
}


.hero-poster.hero-contact {
  background-image: url("/img/bg/Contact-Banner-Cover.jpg");
}

/*.hero-poster .hero-text {
  position: relative;
  padding: 50px 40px;
  text-align: right;
  color: #fff;
  z-index: 9999;
}*/
.hero-poster .hero-text p {
  width: 65%;
}

/*.dl-blurbs {
  display: grid;
}
.dl-blurbs dl {
  counter-reset: count;
  background-color: #f5f5f5;
  margin: 0;
  padding: 55px;
}
.dl-blurbs dl + dl {
  counter-reset: counter 4;
}
.dl-blurbs dt {
  counter-increment: count;
  color: #4f6d7a;
  font-size: 28px;
}
.dl-blurbs dt::before {
  content: counter(count, decimal-leading-zero) ".";
  color: #5ea5b8;
  padding-left: 10px;
}
.dl-blurbs dd {
  margin-left: 5vw;
  margin-bottom: 10px;
  font-size: 20px;
}
.btn span {
    display: block;
    padding-right: 13px;
}*/
.webdesign img {
    margin: 30px 30px 13px 0px;
    float: left;
    display: block;
}

.lawyer_pos img{
    display: block;
    float: left;
    width: 100%;
    margin-left: 13px;
}
.Video_marketing img {
    display: block;
    float: left;
    width: 30%;
    margin-left: 13px;
}

.facbook3 img {
    display: block;
    float: left;
    width: 100%;
    margin-left: 13px;
}
.instgram {
    display: block;
    float: right;
    width: 100%;
    margin-right: 13px;
}

@media (min-width: 768px) {
    .dl-blurbs {
        grid-template-columns: repeat(2, 1fr);
        gap: 2vw;
    }
}
.affilate_aliexpress img {
    display: block;
    height: 70px;
    width: 70px;

}
@media (min-width: 768px) {
    dl {
    padding-left: 2vw;
  }
}
@media (min-width: 1024px) {
  dl {
    padding-top: 3vw;
    padding-bottom: 3vw;
  }
}
.gallery-build-site img {
  width: 100%;
  height: 330px;
  display: block;
}

.gallery {
  display: block;
  width: 100%;
  color: #fff;
  background-color: #ffebcd;
}

h2 {
  color: #000;
}

.center-Design {
  text-align: center;
  margin: 0 auto;
  display: block;
  height: 350px;
  width: 420px;
}

.center img {
  display: block;
  text-align: center;
  width:100%;
}

p.grey-text mb-3 {
  font-family: Arial, sans-serif;
  display: block;
  font-size: 21px;
}
.gallery-build-site rectangle{
    width:200px;
    height:100px;
    display: block;
    border:1px solid black;
}
.cover-design {
    width: 100%;
    height: 550px;
    background: url("../img/Design-Trends.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

    video {
        height: 80%;
        width: 80%;
        object-fit: fill;
        display:cover;
    }
        video.center {
             margin-left: auto;
             margin-right: auto;
             display: block
            }
    
.photographer{
    display: block;
    margin-right: 21px;
}

.services {
    font-size: 27px;
    direction: rtl;
}

.lead {
  font-size: 33px;
  direction: rtl;
  color: #000;
}
.video_biz{
    display: block;
    margin:0 auto;
    height:auto;
    line-height:normal;
    width:540px;
    height: 440px;
}
.text h4{
    display: block;
    text-align: center;
}
* {
    box-sizing: border-box;
}

.ul {
    list-style-type: none;
}
ul {
  list-style-type: none;
}

li {
  font-size: 16px;
}

video :after {
  width: 100% !important;
  height: auto !important;
}
.containerBlocks{
    display: flex;
    gap:10px;
    justify-content: center;
}
.header-top {
    display: block;
    color: white;
}
.strechBox1 {
    display: block;
    color: white;
    padding-right: 7px;
    margin: 0 auto;
    text-align: center;
}
.strechBox2 {
    display: block;
    color: white;
    padding-right: 7px;
    margin: 0 auto;
    text-align: center;
}
.parBlock1 {
    display: block;
    color: white;
    margin: 0 auto;
    text-align: center;
    padding-top: 7px;
}
.parBlock2 {
    display: block;
    color: white;
    margin: 0 auto;
    text-align: center;
    padding-top: 7px;
}

.divBlock1 {
    height: 500px;
    width: 600px;
    background-color: purple;
    padding: 5px 7px 5px 7px;
    margin: 0 auto;
}
.par1 {
    display: block;
    width: 100%;
    margin: 0 auto;
    color: white;
    padding: 7px 3px 7px 5px;
    text-align: center;
}

.par2 {
    display: block;
    width: 100%;
    margin: 0 auto;
    color: white;
    padding: 7px 3px 7px 5px;
    text-align: center;
}
.divBlock2 {
    height: 500px;
    width: 600px;
    background-color: hotpink;
    padding: 5px 7px 5px 7px;
    margin: 0 auto;
    text-align: center;
}
.container img .center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
}

.row {
  display: flex;
  flex-wrap: wrap;
  padding: 0 4px;
}

.cloumn .image-cover img {
  background: url("../img/Web-DesignTrends.jpg");
  background-repeat: no-repeat;
  max-width: 100%;
  height: auto;
}

.cover-img {
    width: 100%;
    height: 550px;
/*    background: url("/img/9baeb3324480a60d5014f7c8bd23af9ce347ff15.jpeg");
*/    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.cover-blog img {
  display: block;
  width: 100%;
}

.button_action  {
    background-color: #f58349;
    border: none;
    color: #fff;
    padding: 23px;
    text-align: center;
    direction: ltr;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
    border-radius: 12px;
}
.button_action:hover {
    color: #fff;
}

/*.*//*breadcrumb li a {
  color: #000;
}*/

.blog-post margbot50 clearfix {
  width: 80%;
}

.blog-post-img {
  width: 100%;
  height: 550px;
  background: url("../img/blog_pic.jpg");
  background-position: center;
  background-size: cover;
}

.blog-post3 {
  width: 100%;
  height: 550px;
  background: url("../img/What_is_digital_design.jpg");
  background-position: center;
  background-size: cover;
}

.seo_title iframe {
  display: block;
  margin: 0 auto;
}
.web_icon img{
    display: block;
    height:160px;
    width: 180px;

}
.Par {
    font-family: Arial, sans-serif;
    color: #000;
    font-size: 23px;
}
.img-Blog img {
  margin: 0 auto;
  display: block;
  width: 100%;
}

.videoEditing {
  margin: 0 auto;
  display: block;
}
.container .video3 {
    margin: 0 auto;
    display: block;
    width: 100%;
    padding-top: 7px;
}
.form_container {
    margin: 0 auto;
    display: block;
    width: 100%;
    padding-top: 7px;
}
.about-photo {
    display: block;
    float: right;
    direction: rtl;
}

.portfolio h2 {
  text-align: center;
  padding: 5px 10px 30px;
}
.portfolio .row div {
  text-align: center;
}
.portfolio .row div iframe {
  display: block;
  width: 100%;
  height: 315px;
}
.portfolio .row div img {
  display: block;
  width: 100%;
  height: 340px;
}
.portfolio .row div span {
  display: block;
  font-size: 16px;
  font-weight: bold;
}

.portfolio2 h2 {
  text-align: center;
  padding: 5px 10px 30px;
}
.portfolio2 .row div {
  text-align: center;
}
.portfolio2 .row div iframe {
  display: block;
  width: 100%;
  height: 315px;
}
.portfolio2 .row div video {
  display: block;
  width: 100%;
  min-height: 300px;
}
.portfolio2 .row div img {
  display: block;
  width: 100%;
}
.portfolio2 .row div span {
  display: block;
  padding: 5px 0 20px 0;
  font-size: 16px;
  font-weight: bold;
}

.main-cat .col {
  padding: 10px;
  text-align: center;
}
.main-cat .col img {
  display: block;
  margin: 0 auto;
  height: 80px;
}
.main-cat .col a {
  display: block;
  font-size: 22px;
  font-weight: bold;
}
.main-cat .col p {
  padding: 0 0 0 12px;
  font-size: 16px;
}

h2.lead {
  font-weight: 100;
}

.owl-carousel .item {
  height: 300px;
  min-width: 300px;
}
.owl-carousel .item img {
  display: block;
  height: 300px;
}

.carousel .carousel-inner img, .carousel .carousel-inner video {
  display: block;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
}

.categories-main img {
  display: block;
  width: 100%;
  height: auto;
}
.categories-main .card-body {
  min-height: 150px;
}
.container{
    display:block;
    margin: 0 75px 0 75px;
    display: block;
    }
.Contact {
    display: block;
    width: 100%;
    background-color: #f7f7f7;
    margin: 0 50px 0 50px;
}
    .Contact control {
        display: block;
        width: 100%;
        }
.input [type ="text"]{
    position: relative;
    display: block;
    margin: 0 auto;
 }

      .but-send {
        background-color: orange;
        padding: 9px 18px 9px 18px;
        margin: 4px 2px;
        cursor: pointer;
        border-radius: 12px;
    }
.box_container {
    padding: 0 100px;
}

.box1 {
    height: 200px;
    width: 200px;
    background-color: mediumpurple;
    float: left;
}

.box2 {
    height: 200px;
    width: 200px;
    background-color: mediumvioletred;
    float: right;
}
h2.align {
    text-align: center;
}
h2.number{
    color: saddlebrown;
}
    .contact-form .details ul li {
  display: block;
  padding: 10px 0 3px;
  border-bottom: 1px solid #e5e5e5;
}
.contact-form .details ul li i {
  display: inline-block;
  width: 25px;
  padding-left: 5px;
}
.contact-form .details ul li span {
  display: inline-block;
  width: 80px;
}
ul.style {
    list-style-type: circle;
}
    .contact-form .details ul li strong, .contact-form .details ul li a {
        display: inline-block;
        text-decoration: none;
        direction: ltr;
        color: #121212;
        margin: 0 auto;
    }
.contact-form .details ul li a:hover {
  text-decoration: underline;
}
.form {
    max-width: 500px;
    padding: 40px;
    background-color: #e5e5e5;
    border-radius: 3px;
    margin: 0 auto;
    box-shadow: 0 1px 0 0 #c8d2da, 0 1px 2px 0 rgba(0, 0, 0, 0.15);
}

h3 .pos{
    margin-bottom:13px;
}
p, .ul {
    margin: 0;
    padding: 0;
    display: block;
}

li {
    list-style-type: circle;
} 

li .square {
    list-style-type: circle;
}
.par {
    font-size: 18px;
    color: black;
    display: block;
}

/*.container-blocks {
    display: block;
    margin: 0 auto;
}
*/.column {
    float: left;
    padding: 12px;
    min-height: 350px; 
    /* Add other styling like padding, background-color, etc. */
}
.container {
    display: block;
}
.form_block{
    float:right;
    display: block;
    width:100%;
}
.left-side {
    width: 50%;
    height: 500px;
}
.right-side {
    width: 50%;
    height: 500px;
}

.rows::after {
    content: "";
    display: black;
    clear: both;
}
.grey-text{
    color: white;
    margin-left: 3px;
}
.Ptext {
    color: white;
}
.Plink1 .link1 {
    color: white;
    text-align: center;
    font-size: 14px;
    display: block;
}
.Plink2 .link2 {
    color: white;
    text-align: center;
    font-size: 14px;
    display: block;
}
@media (max-width: 468px){
    .column {
        flex: auto; /* Allows columns to take up full width on smaller screens */
        width: 50%; /* Ensures full width */
    }
    p.Par {
        display: block;
        width: 50%;
    }
}


.deeppink {
    background-color: deeppink;
    width: 530px;
    height: 500px;
}

    .deeppink .grey-text {
        color: white;
        text-align: center;
        padding-top: 30px;
    }

    .deeppink .Ptext {
        color: white;
        text-align: center;
        display: block;
        font-size: 14px;
        margin-left: 10px; /* Adds 10px space to the left */
        margin-right: 10px; /* Adds 10px space to the right */
        padding-left: 7px;
        padding-right: 7px;
        padding-top: 7px;
    }

    .deeppink .Plink1 .link1 {
        color: white;
        text-align: center;
        font-size: 14px;
        display: block;
    }

.darkviolet {
    background-color: darkviolet;
    width: 530px;
    height: 500px;
}

    .darkviolet .Ptext {
        color: white;
        text-align: center;
        font-size: 14px;
        display: block;
        margin-left: 10px; /* Adds 10px space to the left */
        margin-right: 10px; /* Adds 10px space to the right */
        padding-top: 7px;
        padding-left: 7px;
        padding-right: 7px;
    }

    .darkviolet .grey-text {
        color: white;
        text-align: center;
        padding-top: 30px;
    }

.darkviolet .Plink2 .link2 {
    color: white;
    text-align: center;
    font-size: 14px;
    display: block;
}



.control ID[type=Text] {
    position: relative;
    bottom: 0;
    left: 0;
    z-index: 5;
    display: inline;
    width: 100%;
    font-family: Arial, sans-serif;
    font-size: 13px;
    font-weight: normal;
    border: none;
    outline: none;
    color: #333;
    background-color: transparent;
}
.control textarea {
  overflow: hidden;
  resize: none;
}
.control span {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 10;
  padding: 3px 3px;
  color: #d61e12;
}
.contact-form .control.have-value {
  border-color: #b2b2b2;
}
.contact-form .control.have-value label {
  top: 0;
  font-size: 14px;
  color: #00a2f5;
}
.contact-form .control.alert {
  border-color: #d61e12;
}
.contact-form .control.alert span {
  display: inline-block;
}
.contact-form .control.focus {
  border-color: #00a2f5;
}
.contact-form .control.focus label {
  top: 0;
  color: #00a2f5;
}
.contact-form .control-checkbox {
  position: relative;
  display: block;
  height: 34px;
  width: 100%;
  padding: 0 5px;
  vertical-align: top;
  margin: 0 0 15px;
}
.contact-form .control-checkbox label {
  position: absolute;
  top: 10px;
  right: 20px;
  display: inline-block;
  height: 28px;
  padding: 0 8px;
  vertical-align: top;
  font-size: 12px;
}
.contact-form .control-checkbox label:before {
  position: absolute;
  top: -4px;
  right: -15px;
  display: inline-block;
  height: 10px;
  width: 10px;
  font: normal normal 22px "Font Awesome 5 Pro";
  content: "\f0c8";
  font-weight: 300;
  color: #222;
}
.contact-form .control-checkbox input[type=checkbox] {
  position: relative;
  right: -9999px;
}
.contact-form .control-checkbox input[type=checkbox]:checked ~ label:before {
  content: "\f14a";
}
.contact-form .control-msg {
  display: block;
  height: 34px;
  width: 100%;
  vertical-align: top;
  margin: 0 0 15px;
}
.contact-form .control-msg div {
  display: block;
  padding: 0 20px;
  line-height: 32px;
  font-size: 12px;
  font-weight: 500;
}
.contact-form .control-msg div.blue {
  color: #2f84ad;
  background-color: #e8f2f7;
  border-left: 4px solid #2f84ad;
}
.contact-form .control-msg div.green {
  color: #0a9d58;
  background-color: #e6f5ee;
  border-right: 4px solid #0a9d58;
}
/*.form_container .control-msg div.red {
    color: #cb4437;
    background-color: #faeceb;
    border-right: 4px solid #cb4437;
}*/
 /*form_container .control-msg div.orange {
    color: #ca7937;
    background-color: #f8f3e9;
    border-right: 4px solid #ca7937;
}
*/ /* .container_Box .info {
    display: block;
    width: 100%;
    background-color: orange;
}*/
/*.Par{
    display:block;
    margin: 0 auto;
}*/

.form_container .form_section {
    text-align: center;
    margin: 7px auto;
    display: block;
    padding: 21px 0px 7px 0px;
    width: 70%;
    background-color: lightblue;
}

.form_container .text {
    text-align: center;
    font-family: 'Poppins', sans-serif;
    font-size: 30px;
    margin: 3px 0px 0px 13px;
    color: black;
    padding-top: 21px;
    width: 80%;
}

.form_container .form1 {
    text-align: center;
    margin: 7px auto;
    display: block;
    padding: 21px 0px 7px 0px;
    width: 70%;
    background-color: lightblue;
}
.form1 .form_section {
    width: 70%;
    display: block;
    text-align:center;
    margin: 0 auto;
}
.hi_tech_video iframe{
    display: block;
    margin: 0 auto;
    width: 100%;
}
/*fieldset {
    border: 1px solid #eee;
    padding: 15px;
    margin-bottom: 20px;
    border-radius: 5px;
}*/
.Header {
    font-size: 23px;
}
legend {
    font-weight: bold;
    color: #333;
    padding: 0 10px;
}

/*label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
}
*/
/*input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
    width: calc(100% - 22px);*/ /* Account for padding and border */
/*padding: 10px;
    margin-bottom: 15px;
    border: 1px solid #ddd;
    border-radius: 4px;
    box-sizing: border-box;*/ /* Include padding and border in the element's total width and height */
/*}

input[type="submit"] {
    background-color: #007bff;
    color: white;
    padding: 12px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
    transition: background-color 0.3s ease;
}*/

/*input[type="submit"]:hover {
        background-color: #0056b3;
    }*/


.Button .but_send {
    padding: 3px 7px 7px 3px;
    margin: 0 auto;
    display: block;
    cursor: pointer;
    width: 15%;
    border-radius: 12px;
    text-align: center;
    background-color: orange;
}

.form1 .but_send:hover {
    color: #a16f12;
}

.phone {
    margin: 0 auto;
    color: black;
    display: block;
    width: 80%;
    text-align: center;
}

.form1 label {
    width: 100%;
}
.digital_img img {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 600px;
    border: 1px solid black;
}
.status {
    text-align: center;
    display: block;
    margin: 0 auto;
}

@media only screen and (max-width: 480px) {
    .form_container .form1 {
        display: block;
        margin: 0 auto;
        width: 70%;
        padding: 13px;
        background-color: lightblue;
    }



    .Button .but_send {
        background-color: orange;
        padding: 3px 7px 7px 3px;
        margin: 0 auto;
        display: block;
        padding-top: 13px;
        cursor: pointer;
        width: 20%;
        border-radius: 12px;
        text-align: center;
    }

    .form_container label {
        margin: 0 auto;
        width: 40%;
        display: block;
    }

    .phone {
        margin-left: auto;
        margin-right: auto;
        color: black;
        width: 40%;
        padding: 13px;
        text-align: center;
    }

    .text h4 {
        text-align: center;
    }
    /* .container_Box  {
        text-align: center;
        margin: 0 auto;
        align-items: center;
        display: flex;
        padding-left: 30px;
        width: 40%;
    }*/
    .form1 label .Name .Mail .Email_to .Message {
        width: 50%;
        display: block;
    }
  

    .phone {
        margin: 0 auto;
        background-color: lightblue;
        display: inline-block;
        width: 40%;
        text-align: center;
    }


    h2, h3 .Par {
        padding-bottom: 3px;
    }
    /*orm-row .input-data {
        margin: 35px 0 !important;
    }

    .submit-btn .input-data {
        width: 40% !important;
    }

*/


    .footer {
        padding: 45px 0 0;
        background-color: #2a2b2d;
    }

        .footer div.title {
            padding: 0 0 5px;
            font-family: Arial, sans-serif;
            font-weight: bold;
            font-size: 20px;
            color: #fff;
        }

        .footer ul {
            margin: 0;
            padding: 0 0 30px;
        }

            .footer ul li {
                margin: 0;
                padding: 2px 0;
            }

                .footer ul li a {
                    color: #8b9096;
                    text-decoration: none;
                }

                    .footer ul li a:hover {
                        color: #ffc20f;
                    }

        .footer .copyr {
            display: block;
            width: 100%;
            padding: 30px 0 10px;
            text-align: center;
            font-size: 11px;
            background-color: #202122;
            color: #989da2;
        }

        .footer .social-media li {
            padding: 0 12px;
        }

            .footer .social-media li a {
                font-size: 32px;
            }

    #generic_price_table {
        padding: 50px 0;
        background-color: #e5e5e5;
        color: #121212;
    }

        #generic_price_table .row .table {
            padding: 28px 0;
        }

        #generic_price_table .generic_content {
            background-color: #fff;
        }

            #generic_price_table .generic_content.clear-bg {
                background-color: #e5e5e5;
            }

            #generic_price_table .generic_content .generic_head_price {
                background-color: #f5f5f5;
            }

                #generic_price_table .generic_content .generic_head_price .generic_head_content .head_bg {
                    border-color: #ccc rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #ccc;
                }

                #generic_price_table .generic_content .generic_head_price .generic_head_content .head span {
                    color: #525252;
                }

                #generic_price_table .generic_content .generic_head_price .generic_head_content .generic_price_tag .price .sign {
                    color: #414141;
                }

                #generic_price_table .generic_content .generic_head_price .generic_head_content .generic_price_tag .price .currency {
                    color: #414141;
                }

                #generic_price_table .generic_content .generic_head_price .generic_head_content .generic_price_tag .price .cent {
                    color: #414141;
                }

                #generic_price_table .generic_content .generic_head_price .generic_head_content .generic_price_tag .month {
                    color: #414141;
                }

            #generic_price_table .generic_content .generic_feature_list ul li {
                color: #a7a7a7;
            }

                #generic_price_table .generic_content .generic_feature_list ul li span {
                    color: #414141;
                }

                #generic_price_table .generic_content .generic_feature_list ul li:hover {
                    background-color: #E4E4E4;
                    border-right: 5px solid #2ECC71;
                    color: #121212;
                }

            #generic_price_table .generic_content .generic_price_btn a {
                border: 1px solid #ccc;
                color: #069;
            }

            #generic_price_table .generic_content.active .generic_head_price .generic_head_content .head_bg,
            #generic_price_table .generic_content:hover .generic_head_price .generic_head_content .head_bg {
                border-color: #2ECC71 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #2ECC71;
            }

            #generic_price_table .generic_content:hover .generic_price_btn a,
            #generic_price_table .generic_content.active .generic_price_btn a {
                border: 1px solid #069;
                background-color: #069;
                color: #fff;
            }

        #generic_price_table .generic_content {
            overflow: hidden;
            position: relative;
            text-align: center;
        }

            #generic_price_table .generic_content .generic_head_price {
                margin: 0 0 20px 0;
            }

                #generic_price_table .generic_content .generic_head_price .generic_head_content {
                    margin: 0 0 50px 0;
                }

                    #generic_price_table .generic_content .generic_head_price .generic_head_content .head_bg {
                        border-style: solid;
                        border-width: 90px 1411px 23px 399px;
                        position: absolute;
                    }

                    #generic_price_table .generic_content .generic_head_price .generic_head_content .head {
                        padding-top: 40px;
                        position: relative;
                        z-index: 1;
                    }

                        #generic_price_table .generic_content .generic_head_price .generic_head_content .head span {
                            font-family: "Raleway", sans-serif;
                            font-size: 28px;
                            font-weight: 400;
                            letter-spacing: 2px;
                            margin: 0;
                            padding: 0;
                            text-transform: uppercase;
                        }

                #generic_price_table .generic_content .generic_head_price .generic_price_tag {
                    padding: 0 0 20px;
                }

                    #generic_price_table .generic_content .generic_head_price .generic_price_tag .price {
                        display: block;
                    }

                        #generic_price_table .generic_content .generic_head_price .generic_price_tag .price .sign {
                            display: inline-block;
                            font-family: "Lato", sans-serif;
                            font-size: 28px;
                            font-weight: 400;
                            vertical-align: middle;
                        }

                        #generic_price_table .generic_content .generic_head_price .generic_price_tag .price .currency {
                            font-family: "Lato", sans-serif;
                            font-size: 60px;
                            font-weight: 300;
                            letter-spacing: -2px;
                            line-height: 60px;
                            padding: 0;
                            vertical-align: middle;
                        }

                        #generic_price_table .generic_content .generic_head_price .generic_price_tag .price .cent {
                            display: inline-block;
                            font-family: "Lato", sans-serif;
                            font-size: 24px;
                            font-weight: 400;
                            vertical-align: bottom;
                        }

                    #generic_price_table .generic_content .generic_head_price .generic_price_tag .month {
                        font-family: "Lato", sans-serif;
                        font-size: 18px;
                        font-weight: 400;
                        letter-spacing: 3px;
                        vertical-align: bottom;
                    }

            #generic_price_table .generic_content .generic_feature_list ul {
                list-style: none;
                padding: 0;
                margin: 0;
            }

                #generic_price_table .generic_content .generic_feature_list ul li {
                    font-family: "Lato", sans-serif;
                    font-size: 18px;
                    padding: 15px 0;
                    transition: all 0.3s ease-in-out 0s;
                }

                    #generic_price_table .generic_content .generic_feature_list ul li:hover {
                        transition: all 0.3s ease-in-out 0s;
                        -moz-transition: all 0.3s ease-in-out 0s;
                        -ms-transition: all 0.3s ease-in-out 0s;
                        -o-transition: all 0.3s ease-in-out 0s;
                        -webkit-transition: all 0.3s ease-in-out 0s;
                    }

                    #generic_price_table .generic_content .generic_feature_list ul li .fa {
                        padding: 0 10px;
                    }

            #generic_price_table .generic_content .generic_price_btn {
                margin: 20px 0 32px;
            }

                #generic_price_table .generic_content .generic_price_btn a {
                    border-radius: 5px;
                    -moz-border-radius: 5px;
                    -ms-border-radius: 5px;
                    -o-border-radius: 5px;
                    -webkit-border-radius: 5px;
                    display: inline-block;
                    font-family: "Lato", sans-serif;
                    font-size: 18px;
                    outline: medium none;
                    padding: 12px 30px;
                    text-decoration: none;
                    text-transform: uppercase;
                }

                #generic_price_table .generic_content,
                #generic_price_table .generic_content:hover,
                #generic_price_table .generic_content .generic_head_price .generic_head_content .head_bg,
                #generic_price_table .generic_content:hover .generic_head_price .generic_head_content .head_bg,
                #generic_price_table .generic_content .generic_head_price .generic_head_content .head h2,
                #generic_price_table .generic_content:hover .generic_head_price .generic_head_content .head h2,
                #generic_price_table .generic_content .price,
                #generic_price_table .generic_content:hover .price,
                #generic_price_table .generic_content .generic_price_btn a,
                #generic_price_table .generic_content:hover .generic_price_btn a {
                    transition: all 0.3s ease-in-out 0s;
                    -moz-transition: all 0.3s ease-in-out 0s;
                    -ms-transition: all 0.3s ease-in-out 0s;
                    -o-transition: all 0.3s ease-in-out 0s;
                    -webkit-transition: all 0.3s ease-in-out 0s;
                }

    @media (max-width: 767px) {
        #generic_price_table .generic_content {
            margin-bottom: 75px;
        }
    }

    @media (min-width: 768px) and (max-width: 991px) {
        #generic_price_table .col-md-3 {
            float: left;
            width: 50%;
        }

        #generic_price_table .col-md-4 {
            float: left;
            width: 50%;
        }

        #generic_price_table .generic_content {
            margin-bottom: 75px;
        }
    }

    #generic_price_table_home {
        font-family: "Raleway", sans-serif;
    }

    .text-center h1,
    .text-center h1 a {
        color: #7885CB;
        font-size: 30px;
        font-weight: 300;
        text-decoration: none;
    }

    .demo-pic {
        margin: 0 auto;
    }

        .demo-pic:hover {
            opacity: 0.7;
        }

    #generic_price_table_home ul {
        margin: 0 auto;
        padding: 0;
        list-style: none;
        display: table;
    }

    #generic_price_table_home li {
        float: left;
    }

        #generic_price_table_home li + li {
            margin-left: 10px;
            padding-bottom: 10px;
        }

        #generic_price_table_home li a {
            display: block;
            width: 50px;
            height: 50px;
            font-size: 0px;
        }

    #generic_price_table_home .blue {
        background: #3498DB;
        transition: all 0.3s ease-in-out 0s;
    }

    #generic_price_table_home .emerald {
        background: #2ECC71;
        transition: all 0.3s ease-in-out 0s;
    }

    #generic_price_table_home .grey {
        background: #7F8C8D;
        transition: all 0.3s ease-in-out 0s;
    }

    #generic_price_table_home .midnight {
        background: #34495E;
        transition: all 0.3s ease-in-out 0s;
    }

    #generic_price_table_home .orange {
        background: #E67E22;
        transition: all 0.3s ease-in-out 0s;
    }

    #generic_price_table_home .purple {
        background: #9B59B6;
        transition: all 0.3s ease-in-out 0s;
    }

    #generic_price_table_home .red {
        background: #E74C3C;
        transition: all 0.3s ease-in-out 0s;
    }

    #generic_price_table_home .turquoise {
        background: #1ABC9C;
        transition: all 0.3s ease-in-out 0s;
    }

        #generic_price_table_home .blue:hover,
        #generic_price_table_home .emerald:hover,
        #generic_price_table_home .grey:hover,
        #generic_price_table_home .midnight:hover,
        #generic_price_table_home .orange:hover,
        #generic_price_table_home .purple:hover,
        #generic_price_table_home .red:hover,
        #generic_price_table_home .turquoise:hover {
            border-bottom-left-radius: 50px;
            border-bottom-right-radius: 50px;
            border-top-left-radius: 50px;
            border-top-right-radius: 50px;
            transition: all 0.3s ease-in-out 0s;
        }

    #generic_price_table_home .divider {
        border-bottom: 1px solid #ddd;
        margin-bottom: 20px;
        padding: 20px;
    }

        #generic_price_table_home .divider span {
            width: 100%;
            display: table;
            height: 2px;
            background: #ddd;
            margin: 50px auto;
            line-height: 2px;
        }

    #generic_price_table_home .itemname {
        text-align: center;
        font-size: 50px;
        padding: 50px 0 20px;
        border-bottom: 1px solid #ddd;
        margin-bottom: 40px;
        text-decoration: none;
        font-weight: 300;
    }

    #generic_price_table_home .itemnametext {
        text-align: center;
        font-size: 20px;
        padding-top: 5px;
        text-transform: uppercase;
        display: inline-block;
    }

    #generic_price_table_home .footer {
        padding: 40px 0;
    }

    .price-heading {
        text-align: center;
    }

        .price-heading h1 {
            color: #666;
            margin: 0;
            padding: 0 0 50px 0;
        }

    .demo-button {
        background-color: #333333;
        color: #ffffff;
        display: table;
        font-size: 20px;
        margin-left: auto;
        margin-right: auto;
        margin-top: 20px;
        margin-bottom: 50px;
        outline-color: -moz-use-text-color;
        outline-style: none;
        outline-width: medium;
        padding: 10px;
        text-align: center;
        text-transform: uppercase;
    }

    .bottom_btn {
        background-color: #333333;
        color: #ffffff;
        display: table;
        font-size: 28px;
        margin: 60px auto 20px;
        padding: 10px 25px;
        text-align: center;
        text-transform: uppercase;
    }

    .demo-button:hover {
        background-color: #666;
        color: #FFF;
        text-decoration: none;
    }

    .bottom_btn:hover {
        background-color: #666;
        color: #FFF;
        text-decoration: none;
    }

    .video3 {
        width: 100%;
        height: auto;
    }

    .video-container p {
        float: left;
        display: block;
    }
}
