@import url('https://fonts.googleapis.com/css?family=Raleway:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&display=swap');
*{
    list-style-type: none;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Raleway', sans-serif;
    text-decoration: none;
}
a:hover{
    text-decoration: none !important;
    
}
html, body{
    overflow-x: hidden;
}
body{
    padding: 0;
    margin: 0;
}
.head-inner{
    padding: 8px 0;
}
.head-inner ul li span{
    font-size: 17px;
    opacity: 0.8;
}
.head-inner ul li:last-child a{
    font-size: 17px; 
    color: #000 !important;
    border: 2px solid #03a3c3;
    padding: 5px;
}
.hero-content h1{
    font-size: 39px;
    font-weight: 500;
    line-height: 130%;
    color: #333366;
    margin-top: 8px;
    margin-bottom: 45px;
}
.hero-content p{
    font-size: 19px;
    line-height: 130%;
    color: #333333;
}
.hero-content li{
    font-size: 19px;
    line-height: 130%;
    color: #333333;
}
.hero-content h2{
    font-size: 32px;
    line-height: 130%;
    color: #444444;
    text-align: center;
    margin-top: 50px;
}
.pushBtnContent h2{
    font-size: 32px;
    line-height: 130%;
    color: #444444;
    text-align: center;
    margin-top: 50px;
}
.hero-content h4{
    font-size: 24px;
    line-height: 130%;
    color: #7303c3;
    font-weight: 700;
    text-align: center;
    margin-top: 10px;
}
.pushBtnContent h4{
    font-size: 24px;
    line-height: 130%;
    color: #7303c3;
    font-weight: 700;
    text-align: center;
    margin-top: 10px;
}
.hero-image {
    position: relative;
}
@keyframes pulse_animation {
    0% { box-shadow: 0 0 0 0 rgba(116, 4, 196, 0.8) }
    100% { box-shadow: 0 0 0 70px rgba(116, 4, 196, 0) }
  }
   
  #pulse-wrapper #pulse {
    margin: auto;
  }
  #pulse-wrapper #pulse span {
    position: absolute;
    margin-top: 17px;
    margin-left: -69px;
    width: 50px;
    z-index: 1;
    height: 50px;
    border-radius: 50%;
    background: #7404c4;
    animation: pulse_animation 1.3s infinite;
  }
  .fixed {
    top: 70px;
    right: -70px; 
    position: fixed;
    background-color: #fff;
    transform: rotate(-90deg);
}
  #pulse-wrapper #pulse span:nth-child(2) {
    animation-delay: 0.3s; /* Start the second wave with some delay */
  }
.play-btn {
    position: absolute;
    top: 113px;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
}
.play-btn img {
   cursor: pointer;
   position: relative;
   z-index: 9999;
}
.hero-banner{
    padding-bottom: 100px;
    position: relative;
    z-index: 1;
}
.hero-banner-img-txt .h5{
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    margin-top: 10px;
}
.hero-banner-img-txt .h5 span{
  display: block;
}
section.video-popup {
    position: fixed;
    top: 0;
    width: 100%;
    background-color: rgba(0,0,0,0.4);
    height: 100vh;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s ease all;
}
.video-inner { 
    margin: 50px;
    max-width: 600px;
    margin: 50px auto;
}
.video-inner iframe {
    width: 100%;
   height: 560px; 
}

.close-icon {
    margin: 0 0 20px auto;
    height: 50px;
    width: 50px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    font-size: 23px;
    cursor: pointer;
    position: relative;
    top: 10px;
}
.hero-content img{
    transition: 0.5s ease all;
    box-shadow: 0 0 5px 3px rgba(0,0,0,0.1);
    border-radius: 100%;
}
.hero-content img:hover{
    transform: scale(1.1);
}
.logo-r img {
    height: 55px;
}
.hero-bottom-image img {
    width: 100%;
    position: absolute;
    bottom: 0;
    z-index: -1;
}
.clients-logo-inner {
	margin-top: 80px;
}
.clients-logo-inner h2{
    color: #333333;
    font-size: 30px;
    line-height: 130%;
    margin-bottom: 30px;
}
.clients-logo-inner ul{
	display: flex;
	flex-wrap: wrap;
	margin: 50px 0;
	padding-left: 10px;
}
.clients-logo-inner ul li{
    flex: 1;
}
.clients-logo-inner ul li img{
    width: 100%;
}
.r-slide-wrap h2{
    color: #333333;
    font-size: 25px;
    line-height: 130%;
    margin-bottom: 30px;
    margin-top: 30px;
}

.swiper-container {
    width: 100%;
    height: 100%;
  }
  .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
  .we_love_people{
    font-size: 21px !important;
    margin-bottom: 0 !important;
  }
  .r-view-content p{
      font-size: 13px;
      color: #333333;
      line-height: 130%;
      text-align: center;
  }
  .r-onr p{
    font-size: 13px;
    color: #000;
    line-height: 130%;
    text-align: left;
    margin-bottom: 0;
  }
  .r-onr .txt i{
      color: #cd7029;
  }
.swiper-button-next, .swiper-button-prev{
    background-image: none;
}
.benefit{
	background-image: url(../images/banner-sec.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	padding: 30px 0;
}
.benefit-inner h2{
    font-size: 30px;
    color: #333333;
    font-weight: 700;
    line-height: 130%;
}
.benefit-inner p{
    font-size: 20px;
    color: #444444;
    font-weight: 400;
    line-height: 130%;
    margin: 15px 0;
}
.benefit-inner h3{
    font-size: 24px;
    color: #444444;
    font-weight: 400;
    line-height: 130%;
    margin: 25px 0 15px 0;
}
.sec-title p{
    font-size: 32px;
    color: #1404c4;
    font-weight: 500;
    line-height: 130%;
} 
.swiper-feture .swiper-wrapper .swiper-slide{
    background-color: transparent;
}
.swiper-feture .swiper-wrapper .swipe-feture{
    background-color: #fff;
    margin: 15px 15px;
    width: 100%;
    min-height: 280px;
    border-radius: 4px;
    box-shadow: 3px 2px 5px 4px rgba(0,0,0,0.1);
}
.swipe-feture img {
    width: 100%;
    padding: 35px;
    min-height: 220px;
}
.swipe-feture h3 {
   font-size: 28px;
   font-weight: 700;
   line-height: 130%;
   color: #000;
}
.no-contract-title h2{
    font-size: 33px;
    font-weight: 600;
    line-height: 130%;
    color: #333333;
}
.no-contract-title p{
    font-size: 20px;
    font-weight: 400;
    line-height: 130%;
    color: #333333;
}
.hero-content ul {
    margin-left: 30px;
    margin-bottom: 0;
}
.skillbar {
	position:relative;
	display:flex;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	-webkit-transition:0.4s linear;
	-moz-transition:0.4s linear;
	-ms-transition:0.4s linear;
	-o-transition:0.4s linear;
	transition:0.4s linear;
	-webkit-transition-property:width, background-color;
	-moz-transition-property:width, background-color;
	-ms-transition-property:width, background-color;
	-o-transition-property:width, background-color;
	transition-property:width, background-color;
}
.skillbar-new{
    margin-bottom:15px;
	width:100%;
	background:#eee;
	height:25px;
	border-radius:3px;
}

.skillbar-bar {
	height:25px;
	width:0px;
	background:#6adcfa;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}

.skill-bar-percent { 
	padding-right:15px; 
	font-size:24px;
	height:35px;
	line-height:35px;
	color:#000000; 
}
.small-business-inner h3{
    font-size: 23px;
    color: #000;
    line-height: 130%;
}
.marketing{
	background-image: url(../images/guarantee-bg.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	padding: 50px 0;
}
.because{
	background-image: url(../images/because-bg.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	padding: 50px 0;
}
.marketing-inner h2{
    font-size: 32px;
    font-weight: 600;
    line-height: 130%;
    color: #333333;
}
.because-inner p{
	font-size: 20px;
	font-weight: 400;
	line-height: 130%;
	color: #121212;
	margin: 15px 0;
}
.submit-btn{
        max-width: 130px;
    display: flex !important;
    margin: 0 auto !important;
    border: 0 !important;
    justify-content: center;
}
.no-contract-title{
    text-align: center;
}
.link-footer ul li a span {
    min-width: 90px;
    display: inline-block;
    text-align: left;
}
.btn-custom{
    padding: 10px;
    border-radius: 35px;
    display: inline-block;
    background: #7302bd;
    background: -moz-radial-gradient(center, ellipse cover, #7302bd 0%, #34015f 100%);
    background: -webkit-radial-gradient(center, ellipse cover, #7302bd 0%,#34015f 100%);
    background: radial-gradient(ellipse at center, #7302bd 0%,#34015f 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7302bd', endColorstr='#34015f',GradientType=1 );
    color: #fff;
    font-size: 20px;
    padding: 8px 20px;
    text-align: center;
    transition: 0.3s ease all;
}
.btn-custom-one{
    padding: 10px;
    border-radius: 35px;
    display: inline-block;
    background: #03a4ce;
    background: -moz-radial-gradient(center, ellipse cover, #03a4ce 0%, #001190 100%);
    background: -webkit-radial-gradient(center, ellipse cover, #03a4ce 0%,#001190 100%);
    background: radial-gradient(ellipse at center, #03a4ce 0%,#001190 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#03a4ce', endColorstr='#001190',GradientType=1 );
    color: #fff;
    font-size: 20px;
    width: 45%;
    text-align: center;
    transition: 0.3s ease all;
}
.tell-us-btn img{
    transition: 0.5s ease all;
}
.tell-us-btn img:hover{
    box-shadow: 0px 3px 5px 3px rgba(0,0,0,0.3);
}
.swipe-new-slide {
    background-color: #f5f5f5;
}
.btn-custom-one:hover , .btn-custom:hover{
    color: #fff;
    box-shadow: 0px 3px 5px 3px rgba(0,0,0,0.3);
}
.designer-title h2{
    font-size: 32px;
    font-weight: 600;
    line-height: 130%;
    color: #333333;
}
.designer-content-img img{
    box-shadow: 0 0 5px 0px rgba(0,0,0,0.1);
}
.marketing-guy{
    background-color: #1404c4;
    padding: 50px 0;
}
.marketing-guy p{
    color: #fff;
    font-size: 32px !important;
    margin-bottom: 0;
    text-align: center;
    padding: 15px 0;
}
.marketing-guy p a{
    color: #fff; 
}
.footer-upper-content .px-3 {
    flex: 1;
}
.footer{
    background-color: #f5f5f5;
}
.footer-upper-content{
    display: flex;
    flex-wrap: wrap;
    padding: 25px 0 0 0;
}
.link-footer ul{
    text-align: right;
}
.sec-title p {
	padding: 80px 0;
	font-size: 30px !important;
}
.txt-footer p {
    font-size: 24px;
    color: #1404C4;
    font-weight: 700;
    line-height: 29px;
    text-align: center;
}
.link-footer ul li a{
   display: block;
   padding: 0px 15px;
   color: #333333;
   font-size: 17px;
   font-weight: 500;
} 
.copyright{
    font-size: 14px;
    font-weight: 600;
    color: #333333;
    margin-bottom: 0;
    text-align: center;
    padding-bottom: 15px
}
.marketing-inner ul {
    margin-left: 25px !important;
}
hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgb(255, 255, 255);
    
}
section.form-quote , section.form-quote-2{
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    opacity: 0;
    transition: 0.5s ease all;
    right: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0,0,0,5);
}
.marketing-inner p {
    max-width: 640px;
}
.form-inner {
    background-color: #181225;
    padding: 50px 15px;
    margin-top: 80px;
    position: relative;
}
.form-inner i {
    position: absolute;
    right: -20px;
    top: -18px;
    font-size: 21px;
    color: #fff;
    background-color: #000;
    padding: 15px;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #fff;
}
section.form-quote.active{
    opacity: 1;
    visibility: visible;
    z-index: 999999;
}
section.form-quote-2.active{
    opacity: 1;
    visibility: visible;
    z-index: 999999;
}
section.header-top {
    position: fixed;
    z-index: 99;
    background-color: #fff;
    width: 100%; 
    top: 0;
    left: 0;
}
section.hero-banner {
    padding-top: 100px;
}
.time-add{
    display: none;
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev{
    right: -30px;
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next{
    left: -30px;
}

.not-ready-inner {
    margin-bottom: 25px;
} 
.keith-evans{
    display: inline-block;
    width: 290px !important;
    /* float: right; */
}
.main-footer{
	/* background-image: url('../images/footer-bg.jpg');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat; */
    padding: 30px 0 0;
    background:#fff;
}
.footer-logo{margin: 0;}
.footer-info-text{
	padding-left: 15px;
}
.footer-info-text span{
	color: #1404c4;
	font-size: 20px;
	font-weight: 600;
}
.footer-links ul li{
	margin: 0 10px; 
}
.footer-links ul li a{
	color: #000000;
	font-weight: 600;
}
.footer-logo{
    flex: 1;
}
.footer-info-text{
    flex: 1;
    text-align: center;
}
.footer-bottom{
	padding: 15px 0;
	margin: 15px 0 0;
	border-top: 1px solid #cbcbcb;
}
.footer-bottom-text span{
	font-size: 14px;
	color: #333333;
}

@media screen and (max-width: 767px){
    .topLogo{
        position: absolute;
        left: 0;
        right: 0;
        margin: 0 auto;
    }
    p{
        font-size:17px;
    }
    .mobile-order {
        /* display: flex; */
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }
    .time-add {
        margin-top: 20px;
    }
    .time-add span{
        display: none !important;
    }
    
    .swiper-button-next, .swiper-container-rtl .swiper-button-prev{
        right: 0;
    }
    .swiper-button-prev, .swiper-container-rtl .swiper-button-next { 
        left: 0; 
    }
    .no-contract-title p{
        text-align: center;
    }
.txt-footer, .logo-footer {
    width: 100%;
    flex: 0 0 100% !important;
    text-align: center;
}
    section.header-top { 
        position: fixed;
        background-color: #fff;
        width: 100%;
        box-shadow: 0 0 0; 
    }
    section.hero-banner {
        padding-top: 0px;
    }
    .head-ul{
        flex-wrap: wrap;
        padding-bottom: 23px;
    }
    .head-ul li{
        flex:  0 0 100%;
        max-width: 100%;
        text-align: center;
        font-size: 14px;
    }
    .head-inner ul li span { 
        display: block;
        padding-bottom: 3px;
        padding-top: 0px;
        font-size: 14px;
    }
    .head-inner {
        padding: 5px 0px 0;
    }
    .head-inner ul li:last-child a{
        font-size: 14px;
    }
    .hero-content .h1 {
        font-size: 28px;
        margin-top: 50px;
        margin-bottom: 15px;
        float: left;        
    }
    .clients-logo-inner h2 { 
    margin-top: 40px;
    font-size: 25px !important;
    margin-bottom: 10px;
    }
    .hero-content p, .because-inner p, .benefit-inner p, .sec-title p, .marketing-guy p {
        /* font-size: 15px;  */
        font-size: 17px; 
        
    }
    .hero-content li {
        font-size: 16px; 
        padding-bottom: 10px;
    }
    .r-slide-wrap h2 {
        font-size: 25px;
        margin-bottom: 10px;
    }
    .down-review h3 {
        font-size: 21px;
    }
    .hero-content h2{
        font-size: 25px; 
        margin-top: 10px;
    }
    .pushBtnContent h2 {
        font-size: 25px; 
        margin-top: 60px;
    }
    .play-btn {
        top:160px;
    }
    .hero-content h4, .benefit-inner h3, .because-inner h3 {
        font-size: 19px; 
    }
    .pushBtnContent h4{
        font-size: 19px; 
    }
    .hero-content img {
        margin: 10px auto !important;
    }
    .hero-bottom-image img { 
        height: 150px;
        object-fit: cover;
    }
    .hero-banner {
        padding-bottom: 30px; 
    }
    .clients-logo-inner h2, .because-inner h2, .benefit-inner h2, .no-contract-title h2, .marketing-inner h2, .designer-title h2, .slide-title h2 { 
        font-size: 21px; 
    }
    .clients-logo-inner ul li{
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 15px;
    }
    .benefit-inner-img , .designer-content-img{
        margin-bottom: 20px;
    }
    .benefit .row {
        flex-direction: column-reverse;
    }
    .swipe-feture img { 
        padding: 5px;
        min-height: 150px;
    }
    .swiper-feture .swiper-wrapper .swipe-feture{
        min-height: 200px;
    }
    .swipe-feture h3 {
        font-size: 20px; 
    }
    .small-business-inner h3 {
        font-size: 21px;
        text-align: left !important;
    }
    section.designer .row {
        flex-direction: column-reverse;
    } 
    .link-footer ul li{
        flex: 0 0 100%;
        max-width: 100%;
        padding: 10px 0;
        text-align: center;
    }
    .video-inner iframe {
        width: 100%;
        height: auto;
        min-height: 500px;
    }

    .form-inner i{
        right: -10px;
    }
    .clients-logo-inner ul { 
        margin: 20px 0 0 0;
    }
    .btn-custom, .btn-custom-one {
        padding: 15px 25px;
        text-align: center;
    }
    .d-flex-wrap{
        flex-wrap: wrap;
    }
    .logo-r img {
        max-width: 100%;
        object-fit: cover;
    }
    .review-slides .swiper-button-next, .review-slides .swiper-button-prev {
        top: 83%;
    }
    .r-view-content > p {
        min-height: auto;
        text-align: center;
    }
}

@media screen and (min-width: 768px) and (max-width: 991px){
    .clients-logo-inner h2, .benefit-inner h2, .no-contract-title h2, .marketing-inner h2, .designer-title h2, .r-slide-wrap h2, .slide-title h2 { 
        font-size: 21px; 
    }
    .hero-content h2 {
        font-size: 21px; 
        margin-top: 30px;
    }
    .pushBtnContent h2{
        font-size: 21px; 
        margin-top: 30px;
    }
     .play-btn {
        top:62px;
    }
    .hero-content h4, .benefit-inner h3, .small-business-inner h3 {
        font-size: 19px; 
    }
    .pushBtnContent h4{
        font-size: 19px; 
    }
    .hero-content h1 {
        font-size: 21px; 
        margin-top: 30px;
        margin-bottom: 25px;
    }
    .hero-content p, .because-inner p,.benefit-inner p, .sec-title p, .marketing-guy p {
        font-size: 17px; 
    }
    .swipe-feture img {
        width: 100%;
        padding: 0px;
        min-height: 150px;
    }
    .swiper-feture .swiper-wrapper .swipe-feture { 
        min-height: 250px; 
    }
    /* .btn-custom-one{
        width: 65%;
    } */
    .logo-footer {
        max-width: 22%;
    }
    .txt-footer {
        max-width: 33%;
    }
    .txt-footer p {
        font-size: 15px;
    }
    .link-footer {
        max-width: 45%;
    }
    .link-footer ul {
        display: flex;
    }
    .link-footer ul li i {
        display: none;
    }
    .link-footer ul li a span {
        min-width: 0;
        font-size: 14px;
    }
}
@media screen and (min-width: 768px) and (max-width: 1200px){
    .link-footer ul li a { 
        padding: 0px 5px; 
        font-size: 17px; 
    } 
}
@media screen and (max-width: 575px){
    .keith-evans { 
        width: 130px !important; 
    }
    .play-btn { 
        top: 167px;
    }
} 
@media screen and (max-width: 450px){
    .play-btn { 
        top: 140px;
    }
} 
@media screen and (max-width: 360px){
    .play-btn { 
        top: 145px;
    }
} 
@media screen and (min-width: 768px){
    .link-footer ul li i {
        display: none;
        text-align: right !important;
    }
    .link-footer ul li span {
        text-align: right !important;
    }
}


.bounceIn {
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn;

    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    }
    @-webkit-keyframes bounceIn {
    0%, 20%, 40%, 60%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
      }
      0% {
      opacity: 0;
      -webkit-transform: scale3d(.3, .3, .3);
      transform: scale3d(.3, .3, .3);
      }
      20% {
      -webkit-transform: scale3d(1.1, 1.1, 1.1);
      transform: scale3d(1.1, 1.1, 1.1);
      }
      40% {
      -webkit-transform: scale3d(.9, .9, .9);
      transform: scale3d(.9, .9, .9);
      }
      60% {
      opacity: 1;
      -webkit-transform: scale3d(1.03, 1.03, 1.03);
      transform: scale3d(1.03, 1.03, 1.03);
      }
      80% {
      -webkit-transform: scale3d(.97, .97, .97);
      transform: scale3d(.97, .97, .97);
      }
      100% {
      opacity: 1;
      -webkit-transform: scale3d(1, 1, 1);
      transform: scale3d(1, 1, 1);
      }
    }
    @keyframes bounceIn {
      0%, 20%, 40%, 60%, 80%, 100% {
      -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
      transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
      }
      0% {
      opacity: 0;
      -webkit-transform: scale3d(.3, .3, .3);
      transform: scale3d(.3, .3, .3);
      }
      20% {
      -webkit-transform: scale3d(1.1, 1.1, 1.1);
      transform: scale3d(1.1, 1.1, 1.1);
      }
      40% {
      -webkit-transform: scale3d(.9, .9, .9);
      transform: scale3d(.9, .9, .9);
      }
      60% {
      opacity: 1;
      -webkit-transform: scale3d(1.03, 1.03, 1.03);
      transform: scale3d(1.03, 1.03, 1.03);
      }
      80% {
      -webkit-transform: scale3d(.97, .97, .97);
      transform: scale3d(.97, .97, .97);
      }
      100% {
      opacity: 1;
      -webkit-transform: scale3d(1, 1, 1);
      transform: scale3d(1, 1, 1);
      }
    } 


    .not-ready-to-commit{
        background: url(../images/google.jpg) center center/cover no-repeat;
    }
    .readyContainer{
	background-color: rgba(255,255,255,0.61);
	border-radius: 2px;
	border: 2px solid #3e9dff;
    }


    .popover-body li {
        text-align: center;
        display: block;
        line-height: 24px;
      }
      
      .popover-body li a {
        font-family: "Raleway", sans-serif;
        font-size: 16px;
        color: #7404c4;
      }
      
      .popover-body li a:hover {
        text-decoration: none;
        color: #7404c4;
      }
      .popover-body li ul{
          padding: 0;
          margin: 0;
      }
      .popover-body li ul li a{
        font-size: 13px;
        color: #333333;
      }

@media (max-width:425px){
}
#bullet-menu{
    border: none;
    background: none;
    cursor: pointer;
}

.form-group.required::after{
    content: '*';
    position: absolute;
    top: -3px;
    right: 25px;
    color: #f00;
    font-size: 50px;
  }

  #bullet-menu-content ul{
    background: #1404c4;
    position: absolute;
    top: -60px;
    padding: 5px 0;
    opacity: 0;
    z-index:9;
    
  }
  #bullet-menu-content ul li a{
    color: white;
    padding: 5px;
  }
  #bullet-menu-content li:hover ul{
      opacity: 1;
  }
  .page-content{
      margin-top: 200px;
  }
  .page-content p{
    margin: 10px 0;
  }
