.menulogin.menulogin.menulogin a{
  color: white !important;
}


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BIG TITLE STYLES ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.menu-item img{
	margin-top: -3px;
}

.menu-item a{
	font-size: 16px !important;
}

#big-title {
    width: 100%;
    height: 100%;
    font-family: Ubuntu, sans-serif !important;
    font-weight: 300 !important;
}

#top-section {
    height: 56%;
    background-image: url(https://plandisc.com/wp-content/uploads/2020/01/front-page-new-image-min.jpg);
	background-attachment: fixed;
	background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
}

#top-section img {
    display: none;
    width: 25%;
    margin: -15% auto;
}

#bottom-section {
    height: 36%;
    background-color: white;
}

#signup-container {
    height: 100%;
    color: white;
    display: flex;
}

#signup-container .signup-content {
    margin-top: 27%;
    margin-left: 19.5%;
    max-width: 70%;
    text-align: left;
    color: #ededed;
}

#signup-container .signup-content h1:first-child {
    font-size: 29px;
    font-weight: 300;
} 

#signup-container .signup-content h1:last-of-type {
    font-size: 42px;
    margin-top: 0;
    line-height: 1.3;
}

#signup-container .signup-content .buttons {
    display: flex;
    width: 100%;
}

#signup-container .signup-content .buttons a {
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 3px;
    font-size: 16px;
    text-decoration: none;
    transition: none;
    -webkit-transition: none;
}

#signup-container .signup-content .buttons .btn-signup {
    background-color: #4eb7f0;
    color: white;
    margin-right: 40px;
    text-align: center;
    vertical-align: baseline;
    flex-grow: 2;
    max-width: 250px;
}

#signup-container .signup-content .buttons .btn-signin {
    flex-grow: 1;
    background-color: rgba(245,247,250,0.75);
    color: black;
    max-width: 200px;
}

#signup-container .signup-content .buttons a:hover {
    background-color: white;
    color: black;
}

#signup-container .signup-content .buttons a:focus {
    border: none;
}

#video-container {
    height: 100%;
    display: flex;
}

#video-container #video {
    margin: 0 8% 0 16%;
    border: 1px solid black;
    border-radius: 10px;
    width: 710px;
    height: 100%;
    background-color: white;
    position: relative;
    top: -70px;
    box-shadow: 0 0 18px 1px #4a4a4a;
    display: flex;
    background-color: rgb(252,253,252);
    padding: 0 30px;
}

#video video {
    width: 100%;
    background-color: rgb(252,253,252);
}

#video video::-webkit-media-controls {
    display: flex !important;
}

#video-text-container {
	height: 100%;
    display: flex;
    align-items: center;
}

#video-text {
    margin-left: 10%;
    text-align: left;
	color: #223047;
}

#video-text h2 {
    font-size: 34px;
    line-height: 1.3;
    margin-bottom: 10px;
}



#horizontal-line {
    width: 60%;
    height: 2px;
    background-color: #4eb7f0;
    margin: 30px 10px 0;
}



@media only screen and (max-width: 992px) {
    #top-section {
        height: 100%;
        background: none;
    }

    #signup-container {
        background-image: url(https://plandisc.com/wp-content/uploads/2020/01/Front-page-mobile-min.jpg);
        background-position: center 50px;
        background-repeat: no-repeat;
        background-size: cover;
    }

    #signup-container .signup-content {
        color: #223047;
        margin-top: 24%;
        margin-left: 9%;
    }

    #signup-container .signup-content h1:first-child {
        font-size: 30px;
        margin-bottom: 5px;
    } 
    
    #signup-container .signup-content h1:last-of-type {
        font-size: 44px;
        line-height: 1.2;
    }

    #signup-container .signup-content .buttons {
        flex-direction: column;
    }

    #signup-container .signup-content .buttons a {
        height: 48px;
        font-size: 22px;
    }

    #signup-container .signup-content .buttons .btn-signup {
        margin-right: unset;
        margin-bottom: 20px;
        max-width: 300px;
    }

    #signup-container .signup-content .buttons .btn-signin {
        background-color: #223047;
        color: white;
        max-width: 220px;
    }

    #video-container {
        padding: 0;
    }

    #video-container #video {
        margin: none;
        border: none;
        width: 100%;
        height: 100%;
        position: unset;
        box-shadow: unset;
    }

    #bottom-section {
        display: none;
    }
}

@media only screen and (max-width: 767px) {
    #top-section img {
        display: block;
        -webkit-animation: mover 1s infinite  alternate;
        animation: mover 1s infinite  alternate;
    }

    @-webkit-keyframes mover {
        0% { transform: translateY(0); }
        100% { transform: translateY(-30px); }
    }
    @keyframes mover {
        0% { transform: translateY(0); }
        100% { transform: translateY(-30px); }
    }

    #signup-container {
        background-position: center;
        background-size: cover;
    }

    #signup-container .signup-content {
        color: #223047;
        margin-top: 5%;
        margin-left: 9%;
        max-width: 100%;
    }
}

@media only screen and (max-width: 550px) {
    #signup-container .signup-content h1:first-child {
        font-size: 18px !important;
        height: 25px;
    } 
    
    #signup-container .signup-content h1:last-of-type {
        font-size: 25px;
        line-height: 1.2;
    }

    #signup-container .signup-content .buttons a {
        height: 38px;
        font-size: 16px;
    }

    #signup-container .signup-content .buttons .btn-signup {
        max-width: 250px;
    }

    #signup-container .signup-content .buttons .btn-signin {
        max-width: 200px;
    }
	
	.feedback-custom-message {
		text-align:center;
	}
	
	.feedback-custom-header {
		text-align:center;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1245px) {
    #top-section {
        height: 40%;
        background-attachment: unset;
        background-position: 0px 71px;
    }

    #signup-container .signup-content {
        margin: auto;
        color: #ededed;
    }

    #signup-container .signup-content h1:first-child {
        font-size: 18px;
        margin-top: 18%;
    } 
    
    #signup-container .signup-content h1:last-of-type {
        font-size: 27px;
    }

    #video-container #video {
        height: 60%;
        margin-left: 14%;
    }

    #video-text-container {
        align-items: flex-start;
    }

    #video-text h2 {
        font-size: 27px;
        line-height: 1.3;
        margin-bottom: 10px;
    }


    }
}

@media only screen and (min-width: 1300px) and (max-width: 1460px) {
#signup-container .signup-content h1:last-of-type {
    font-size: 35px;

}
}

@media only screen and (min-width: 1600px) {
    #signup-container .signup-content h1:last-of-type {
        font-size: 43px;
    }

    #video-container #video {
        top: -35px; 
    }
}

@media only screen and (min-width: 2100px) {
    #top-section {
        height: 70%;
    }

    #signup-container .signup-content.signup-content.signup-content {
        margin-left: 36%;
    }

    #video-container #video {
        margin: 0 0 0 35%;
    }
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ END OF BIG TITLE STYLES ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.client-list span {
font-size: 16px !important;	
}

.focus .focus-box h5 {
    color: #223047;
    padding-bottom: 4%;
}
.feedback-box .client {
    display: none;
}
div.feedback-box div.message img {
    display: block;
    margin: 0 auto;
    margin-bottom: 5%;
}
p.dropdownmenu {
    margin: 0;
}
h5.dark-text {
    font-weight: 500;
}
h2.white-text {
    font-weight: 400;
}
.home-header-wrap {
    height: 1400px;
    overflow: visible;
}
.header {
    height: 1400px 
}
.section-header h2.dark-text {
    font-weight: 400;
    color: #223046;
    line-height: 50px;
    margin-bottom: 50px;
    margin-left: auto;
    margin-right: auto;
}

.section-header h6 p {
    margin-bottom: 1.5em;
}
html, body, div, span, applet, object, iframe, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    border: 0;
    font-family: Open Sans, sans-serif !important;
    font-size: 18px;
    font-style: inherit;
    font-weight: 400;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
    scroll-behavior: smooth;
}
.team-member .details {
    text-align: center;
    position: inherit;
    padding: 52px 10px 15px;
    top: -100px;
    left: 0;
    width: 100%;
    margin-top: -25%;
    -webkit-transition: none;
    transition: none;
    opacity: 1;
    z-index: 0;
    font-size: 14px;
    color: #223047;
    line-height: 25px;
    min-height: 10px;
    max-height: 120px;
}
.team-member {
    border-radius: 4px;
    overflow: hidden;
    position: unset;
    margin-bottom: 0px;
}
.team-member:hover .details {
    opacity: 1;
    background: none;
    color: #223047;
    min-height: 20px;
    max-height: 120px;
}
.team-member.team-member-open .details {
    background: none;
    color: #223047;
}
.col-lg-3 {
    color: #223046;
}
.section-header {
    font-family: Ubuntu, sans-serif !important;
    font-weight: 300 !important;
    width: 900px;
    position: center;
    margin-right: auto;
    margin-left: auto;
}
.section-header h6 {
    font-size: 18px;
    color: initial;
}
.red-border-bottom {
    font-family: Open sans;
    font-weight: 300;
    margin-bottom: 30px;
}
.features-section {
    font-family: Open Sans, sans-serif;
    line-height: 1;
}
#focus.focus a, #testimonials.testimonial a {
    color: #223047;
    font-size: 15px;
    line-height: 1.9;
}
.focus-box .service-icon {
    border: none !important;
}
#focus.focus a:hover, #testimonials.testimonial a:hover, #focus.focus a:hover, #testimonials.testimonial a:hover {
    text-decoration: none;
    color: #223047;
}
.focus-box:nth-child(4n+1) .red-border-bottom:before {
    background: #4eb7f0;
    width: 143px;
    margin-left: -9%;
}
.focus-box:nth-child(4n+2) .red-border-bottom:before {
    background: #4eb7f0;
    width: 156px;
    margin-left: -10%;
}
.focus-box:nth-child(4n+3) .red-border-bottom:before {
    background: #4eb7f0;
    width: 95px;
    margin-left: -8%;
}
.focus-box:nth-child(4n+4) .red-border-bottom:before {
    background: #4eb7f0;
    width: 202px;
    margin-left: -10%;
}
.row .col-lg-3:nth-of-type(1) .pixeden{
    background: url(https://plandisc.com/wp-content/uploads/2019/11/overview-new-blue.png) no-repeat center !important;
    background-size: 90% !important;
    background-color: #76c1df !important;
}
.row .col-lg-3:nth-of-type(2) .pixeden{
    background: url(https://plandisc.com/wp-content/uploads/2019/11/embed-new-blue.png) no-repeat center !important;
    background-size: 90% !important;
    background-color: #76c1df !important;
}
.row .col-lg-3:nth-of-type(3) .pixeden{
    background: url(https://plandisc.com/wp-content/uploads/2019/11/deling-new-blue.png) no-repeat center !important;
    background-size: 90% !important;
    background-color: #76c1df !important;
}
.row .col-lg-3:nth-of-type(4) .pixeden{
    background: url(https://plandisc.com/wp-content/uploads/2019/11/outlook-new-blue.png) no-repeat center !important;
    background-size: 90% !important;
    background-color: #76c1df !important;
}
.focus-box p {
    line-height: 2;
    font-family: Open Sans, sans-serif;
}
.focus {
    background: url(https://plandisc.com/wp-content/uploads/2019/10/background-new-color-font-page.jpg);
    background-position-y: 18%;
    background-position-x: -40%;
}
.our-team {
    margin-bottom: 2%;
}

.about-us {
    background-color: #ffffff !important;
}

.our-clients {
display: none;
}

.about-us .red-border-bottom {
display: none;
}

.white-text {
    font-family: Open Sans, sans-serif;
    margin-bottom: 40px;
}
.testimonial {
    background: #ffffff !important;
}
.testimonial .section-header h2, .testimonial .section-header h6 {
    margin-bottom: -50px;
    margin-top: 8%;
    margin-left: auto;
    margin-right: auto;
}
.testimonial .feedback-box {
    background: #f5f5f7;
}
.feedback-box {
    font-family: Open Sans;
    transition: transform .2s;
    display: flex;
    flex-direction: row-reverse;
}
.feedback-box:first-of-type {
    flex-basis: 30%;
}
.feedback-box:second-of-type {
    flex-basis: 30%;
}
.feedback-box:third-of-type {
    flex-basis: 30%;
}
.feedback-custom-header {
    display: inline-block;
    width: 200px;
    background-color: #223047;
    border: none;
    padding: 10px;
    padding-left: 25px;
    margin-left: 17%;
    color: #ffffff;
    line-height: 1.3;
    text-align: left;
    font-size: 21px;
    font-weight: 400;
}
.message {
    margin-top: -8%;
}
.feedback-custom-message {
    margin-top: 10%;
    margin-left: 7%;
    font-size: 15px;
}
.feedback-box:hover {
    transform: scale(1.05);
}
.our-team .row > div:nth-child(1) .red-border-bottom:before {
    width: 40px !important;
    margin-left: 5.5% !important;
}

.our-team .row > div:nth-child(4n+2) .red-border-bottom:before {
        width: 40px !important;
    	margin-left: 19.5% !important;
}

.our-team .row > div:nth-child(4n+3) .red-border-bottom:before {
    background: #4eb7f0;
    width: 40px !important;
    margin-left: 22.3% !important;
}


.our-team .row > div:nth-child(4n+4) .red-border-bottom:before {
    background: #4eb7f0;
    width: 40px !important;
    margin-left: 19% !important;
}

.our-team .row > div:nth-child(5) .red-border-bottom:before {
    background: #4eb7f0;
    width: 40px !important;
    margin-left: 18% !important;
}
.container {
    padding-left: 0px;
    padding-right: 0px;
}
.users1 {
    display: flex;
    height: 400px;
    width: auto;
    overflow: hidden;
    margin-left: 39%;
    margin-top: -11%;
    margin-bottom: 30%;
    background-size: 90%;
}
.textwidget:second-of-type {
    display: none;
}
.testimonial1-custom-header {
    display: none;
}
.testimonial1-custom-message {
    display: none;
}
.testimonial2-custom-header {
    display: none;
}
.testimonial3-custom-header {
    display: none;
}
.testimonial3-custom-message {
    display: none;
}
.testimonial4-custom-header {
    display: none;
}
.embed-cta {
    margin-left: 8%;
    margin-top: -64%;
    margin-bottom: 5%;
    display: flex;
}
.packages {
    margin-top: 2%;
}
.logo1 {
    width: 210px;
    height: auto;
    margin-left: 2%;
    padding: 2%;
    display: flex;
    float: left;
    margin-bottom: -3%;
}
#client-feedbacks {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
@media only screen and (max-width: 5100px) {
    .home-header-wrap {
        height: 1150px 
   }
    .focus .section-header .section-header h2.dark-text {
        margin-top: 10%;
   }
    .header {
        height: 1150px 
   }
    html, body, div, span, applet, object, iframe, h6, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
        border: 0;
        font-family: inherit;
        font-size: 18px;
        font-style: inherit;
        font-weight: 400;
        margin: 0;
        outline: 0;
        padding: 0;
        vertical-align: baseline;
        scroll-behavior: smooth;
   }
    .team-member .details {
        text-align: center;
        font-size: 15px;
        position: inherit;
        padding: 15px;
        top: -100px;
        left: 0;
        width: 100%;
        margin-top: -25%;
        -webkit-transition: none;
        transition: none;
        opacity: 1;
        z-index: none;
        font-size: 14px;
        font-family: Open Sans, sans-serif;
        padding-top: 52px;
        padding-left: 10px;
        padding-right: 10px;
        color: #223047;
        line-height: 25px;
        min-height: 10px;
        max-height: 120px;
   }
    .team-member {
        border-radius: 4px;
        overflow: hidden;
        position: unset;
        margin-bottom: 0px;
   }
    .team-member:hover .details {
        opacity: 1;
        background: none;
        color: #223047;
        min-height: 20px;
        max-height: 120px;
   }
    .col-lg-3 {
        color: #223046;
   }
    .section-header {
        font-family: Ubuntu, sans-serif !important;
        font-weight: 300 !important;
        width: 900px;
        position: center;
   }
    .section-header h6 {
        font-size: 18px;
        color: initial;
   }
    .red-border-bottom {
        font-family: Open Sans;
        font-weight: 300;
        margin-bottom: 30px;
   }
    .features-section {
        font-family: Open Sans;
        line-height: 1;
   }
    a {
        color: #223047;
        font-size: 15px;
        line-height: 1.9;
   }
    #focus.focus a, #testimonials.testimonial a {
        text-decoration: none;
        color: #223047;
   }
    .focus-box:nth-child(4n+1) .red-border-bottom:before {
        background: #4eb7f0;
        width: 143px;
        margin-left: -9%;
   }
    .focus-box:nth-child(4n+2) .red-border-bottom:before {
        background: #4eb7f0;
        width: 156px;
        margin-left: -10%;
   }
    .focus-box:nth-child(4n+3) .red-border-bottom:before {
        background: #4eb7f0;
        width: 95px;
        margin-left: -8%;
   }
    .focus-box:nth-child(4n+4) .red-border-bottom:before {
        background: #4eb7f0;
        width: 202px;
        margin-left: -10%;
   }
    .focus-box p {
        line-height: 2;
        font-family: Open Sans, sans-serif;
   }
    .focus {
        background: url(https://plandisc.com/wp-content/uploads/2019/10/background-new-color-font-page.jpg);
        background-position-y: 18%;
        background-position-x: -40%;
   }
    .our-team {
        margin-bottom: 2%;
   }
    .white-text {
        font-family: Open Sans, sans-serif;
        margin-bottom: 40px;
        font-weight: 500;
   }
    .testimonial {
        background: #ffffff;
   }
    .testimonial .section-header h2, .testimonial .section-header h6 {
        margin-bottom: -50px;
        margin-top: 8%;
   }
    .testimonial .feedback-box {
        background: #f5f5f7;
   }
    .feedback-box {
        font-family: Open Sans;
        transition: transform .2s;
        display: flex;
        flex-direction: row-reverse;
   }
    .feedback-box {
        flex-basis: 30%;
   }
    .feedback-custom-header {
        display: inline-block;
        width: 200px;
        background-color: #223047;
        border: none;
        padding: 10px;
        padding-left: 25px;
        margin-left: 17%;
        color: #ffffff;
        font-size: 21px;
        line-height: 1.3;
        text-align: left;
        font-weight: 400;
   }
    .message {
        margin-top: -8%;
   }
    .feedback-custom-message {
        margin-top: 10%;
        margin-left: 7%;
        font-size: 15px;
   }
    .feedback-box:hover {
        transform: scale(1.05);
   }
    .our-team .row > div:nth-child(1) .red-border-bottom:before {
    width: 40px !important;
    margin-left: 5.5% !important;
}

.our-team .row > div:nth-child(4n+2) .red-border-bottom:before {
        width: 40px !important;
    	margin-left: 19.5% !important;
}

.our-team .row > div:nth-child(4n+3) .red-border-bottom:before {
    background: #4eb7f0;
    width: 40px !important;
    margin-left: 22.3% !important;
}


.our-team .row > div:nth-child(4n+4) .red-border-bottom:before {
    background: #4eb7f0;
    width: 40px !important;
    margin-left: 19% !important;
}

.our-team .row > div:nth-child(5) .red-border-bottom:before {
    background: #4eb7f0;
    width: 40px !important;
    margin-left: 18% !important;
}
    :before, :after {
        width: 50%;
   }
    .container {
        padding-left: 0px;
        padding-right: 0px;
   }
    .users1 {
        display: flex;
        height: 400px;
        width: auto;
        overflow: hidden;
        margin-left: 49%;
        margin-top: -11%;
        margin-bottom: 30%;
        background-size: 90%;
   }
    .textwidget:second-of-type {
        display: none;
   }
    .testimonial1-custom-header {
        display: none;
   }
    .testimonial1-custom-message {
        display: none;
   }
    .testimonial2-custom-header {
        display: none;
   }
    .testimonial3-custom-header {
        display: none;
   }
    .testimonial3-custom-message {
        display: none;
   }
    .testimonial4-custom-header {
        display: none;
   }
    .embed-cta {
        margin-left: 15%;
        margin-top: -64%;
        margin-bottom: 5%;
        display: flex;
   }
    .packages {
        margin-top: 2%;
   }
    .logo1 {
        width: 210px;
        height: auto;
        margin-left: 2%;
        padding: 2%;
        display: flex;
        float: left;
        margin-bottom: -3%;
   }
}
@media only screen and (max-width: 1800px) {
    .video1 {
        margin-left: -0.5%;
   }
    .focus {
        background: url(https://plandisc.com/wp-content/uploads/2019/10/background-new-color-font-page.jpg);
        background-size: 120%;
        background-position-y: 22%;
        background-position-x: -0%;
   }
    .our-team {
        margin-bottom: 2%;
   }
    .our-team .row > div:nth-child(1) .red-border-bottom:before {
    width: 40px !important;
    margin-left: 5.5% !important;
}

.our-team .row > div:nth-child(4n+2) .red-border-bottom:before {
        width: 40px !important;
    	margin-left: 19.5% !important;
}

.our-team .row > div:nth-child(4n+3) .red-border-bottom:before {
    background: #4eb7f0;
    width: 40px !important;
    margin-left: 22.3% !important;
}


.our-team .row > div:nth-child(4n+4) .red-border-bottom:before {
    background: #4eb7f0;
    width: 40px !important;
    margin-left: 19% !important;
}

.our-team .row > div:nth-child(5) .red-border-bottom:before {
    background: #4eb7f0;
    width: 40px !important;
    margin-left: 18% !important;
}
    .feedback-custom-message {
        margin-top: 10%;
        margin-left: 8%;
        font-size: 15px;
   }
    .feedback-box {
        font-family: Open Sans, sans-serif;
        transition: transform .2s;
        display: flex;
        flex-direction: row-reverse;
        background-color: #f5f5f7;
   }
    :before, :after {
        width: 50%;
   }
    .feedback-box .quote {
        background: url(https://plandisc.com/wp-content/uploads/2019/08/embed-med-farve.png) no-repeat center;
        background-size: 50%;
        width: 190px;
        height: 190px;
        Background-size: contain;
   }
    .container {
        padding-left: 0px;
        padding-right: 0px;
   }
    .users1 {
        display: flex;
        height: 400px;
        width: auto;
        overflow: hidden;
        margin-left: 49%;
        margin-top: -15%;
        margin-bottom: -294px;
        background-size: 90%;
   }
    .textwidget:second-of-type {
        display: none;
   }
    .testimonial1-custom-header {
        text-align: right;
        width: 75%;
        line-height: 2;
        margin-left: 11.5%;
        margin-top: 12.4%;
        position: flex;
        display: none;
        color: #223047;
   }
    .testimonial1-custom-message {
        text-align: right;
        width: 75%;
        line-height: 2;
        margin-left: -71.5%;
        margin-top: 17.5%;
        position: flex;
        display: none;
        color: #223047;
   }
    .testimonial2-custom-header {
        text-align: right;
        width: 75%;
        line-height: 2;
        margin-left: 75.3%;
        margin-top: -35.3%;
        margin-bottom: 36%;
        display: none;
        color: #223047;
   }
    .testimonial3-custom-header {
        text-align: right;
        width: 75%;
        line-height: 2;
        margin-left: 47%;
        margin-top: -26.8%;
        display: none;
        color: #223047;
   }
    .testimonial3-custom-message {
        text-align: right;
        width: 75%;
        line-height: 2;
        margin-left: 47.8%;
        margin-top: -2%;
        margin-bottom: 25%;
        display: none;
        color: #223047;
   }
    .testimonial4-custom-header {
        text-align: right;
        width: 75%;
        line-height: 2;
        margin-left: 73.7%;
        margin-top: -30.6%;
        margin-bottom: 36%;
        display: none;
        color: #223047;
   }
    .embed-cta {
        margin-left: 15%;
        margin-top: -35%;
        margin-bottom: 5%;
        display: flex;
   }
    .packages {
        margin-top: 2%;
   }
    .logo1 {
        width: 210px;
        height: auto;
        margin-left: 2%;
        padding: 2%;
        display: flex;
        float: left;
        margin-bottom: -3%;
   }
}
@media only screen and (max-width: 1619px) {
    .home-header-wrap {
        height: 880px 
   }
    .header {
        height: 880px 
   }
    a {
        color: #223047;
        font-size: 15px;
        line-height: 1.9;
   }
    .focus {
        background: url(https://plandisc.com/wp-content/uploads/2019/10/background-new-color-font-page.jpg);
        background-size: 120%;
        background-position-y: 22%;
        background-position-x: -0%;
   }
    .focus-box p {
        line-height: 2;
        font-family: Open Sans, sans-serif;
   }
    .feedback-box:first-of-type {
        flex-basis: 30%;
   }
    .feedback-box:second-of-type {
        flex-basis: 30%;
   }
    .feedback-box:third-of-type {
        flex-basis: 30%;
   }
    .feedback-custom-header {
        display: inline-block;
        width: 200px;
        background-color: #223047;
        border: none;
        padding: 10px;
        padding-left: 25px;
        margin-left: 17%;
        color: #ffffff;
        line-height: 1.3;
        text-align: left;
        font-size: 21px;
        font-weight: 400;
   }
    .feedback-custom-message {
        margin-top: 10%;
        margin-left: 8%;
        font-size: 15px;
   }
    .feedback-box {
        font-family: Open Sans, sans-serif;
        transition: transform .2s;
        display: flex;
        flex-direction: row-reverse;
        background-color: #f5f5f7;
   }
    :before, :after {
        width: 50%;
   }
    .feedback-box .quote {
        background: url(https://plandisc.com/wp-content/uploads/2019/08/embed-med-farve.png) no-repeat center;
        background-size: 50%;
        width: 190px;
        height: 190px;
        Background-size: contain;
   }
    .quote {
        background-size: 200%;
   }
    .container {
        padding-left: 0px;
        padding-right: 0px;
   }
    .users1 {
        display: flex;
        height: 350px;
        width: auto;
        overflow: hidden;
        margin-left: 49%;
        margin-top: -15%;
        margin-bottom: -294px;
        background-size: 90%;
   }
    .textwidget:second-of-type {
        display: none;
   }
    .testimonial1-custom-header {
        text-align: right;
        width: 75%;
        line-height: 2;
        margin-left: 11.5%;
        margin-top: 12.4%;
        position: flex;
        display: none;
        color: #223047;
   }
    .testimonial1-custom-message {
        text-align: right;
        width: 75%;
        line-height: 2;
        margin-left: -71.5%;
        margin-top: 17.5%;
        position: flex;
        display: none;
        color: #223047;
   }
    .testimonial2-custom-header {
        text-align: right;
        width: 75%;
        line-height: 2;
        margin-left: 75.3%;
        margin-top: -35.3%;
        margin-bottom: 36%;
        display: none;
        color: #223047;
   }
    .testimonial3-custom-header {
        text-align: right;
        width: 75%;
        line-height: 2;
        margin-left: 47%;
        margin-top: -26.8%;
        display: none;
        color: #223047;
   }
    .testimonial3-custom-message {
        text-align: right;
        width: 75%;
        line-height: 2;
        margin-left: 47.8%;
        margin-top: -2%;
        margin-bottom: 25%;
        display: none;
        color: #223047;
   }
    .testimonial4-custom-header {
        text-align: right;
        width: 75%;
        line-height: 2;
        margin-left: 73.7%;
        margin-top: -30.6%;
        margin-bottom: 36%;
        display: none;
        color: #223047;
   }
    .embed-cta {
        margin-left: 15%;
        margin-top: -35%;
        margin-bottom: 5%;
        display: flex;
   }
    .packages {
        margin-top: 2%;
   }
    .logo1 {
        width: 210px;
        height: auto;
        margin-left: 2%;
        padding: 2%;
        display: flex;
        float: left;
        margin-bottom: -3%;
   }
}
@media only screen and (max-width: 1500px) {
    .home-header-wrap {
        height: 835px 
   }
    .header {
        height: 835px 
   }
    #focus.focus a:hover, #testimonials.testimonial a:hover, #focus.focus a:hover, #testimonials.testimonial a:hover {
        color: #223047;
        font-size: 15px;
        line-height: 1.9;
   }
    #focus.focus a, #testimonials.testimonial a {
        text-decoration: none;
        color: #223047;
   }
    .focus {
        background: url(https://plandisc.com/wp-content/uploads/2019/10/background-new-color-font-page.jpg);
        background-size: 120%;
        background-position-y: 22%;
        background-position-x: -0%;
   }
    .feedback-custom-message {
        margin-top: 10%;
        margin-left: 8%;
        font-size: 15px;
   }
    :before, :after {
        width: 50%;
   }
    .feedback-box .quote {
        background: url(https://plandisc.com/wp-content/uploads/2019/08/embed-med-farve.png) no-repeat center;
        background-size: 50%;
        width: 190px;
        height: 190px;
        Background-size: contain;
   }
    .container {
        padding-left: 0px;
        padding-right: 0px;
   }
    .users1 {
        display: flex;
        height: 350px;
        width: auto;
        overflow: hidden;
        margin-left: 47%;
        margin-top: -15%;
        margin-bottom: -294px;
        background-size: 90%;
   }
    .testimonial1-custom-header {
        text-align: right;
        width: 75%;
        line-height: 2;
        margin-left: 11.5%;
        margin-top: 12.4%;
        position: flex;
        display: none;
        color: #223047;
   }
    .embed-cta {
        margin-left: 14%;
        margin-top: -35%;
        margin-bottom: 5%;
        display: flex;
   }
}
@media only screen and (max-width: 1247px) {
    .focus .section-header .dark-text {
        margin-top: 10%;
   }
    .home-header-wrap {
        height: 1165px 
   }
    .header {
        height: 835px 
   }
    .section-header {
        font-family: Ubuntu, sans-serif !important;
        font-weight: 300 !important;
        width: auto;
   }
    .section-header h6 {
        font-size: 18px;
        color: initial;
   }
    .focus {
        background: url(https://plandisc.com/wp-content/uploads/2019/10/background-new-color-font-page.jpg);
        background-size: 170%;
        background-position-y: 10%;
        background-position-x: 20%;
   }
    .white-text {
        font-family: Open Sans, sans-serif;
        margin-bottom: 40px;
        margin-left: -15%;
   }
   .our-team {
       padding-top: 0;
   }
    .our-team .row > div:nth-child(1) .red-border-bottom:before {
    width: 40px !important;
    margin-left: 5.5% !important;
}

.our-team .row > div:nth-child(4n+2) .red-border-bottom:before {
        width: 40px !important;
    	margin-left: 19.5% !important;
}

.our-team .row > div:nth-child(4n+3) .red-border-bottom:before {
    background: #4eb7f0;
    width: 40px !important;
    margin-left: 22.3% !important;
}


.our-team .row > div:nth-child(4n+4) .red-border-bottom:before {
    background: #4eb7f0;
    width: 40px !important;
    margin-left: 19% !important;
}

.our-team .row > div:nth-child(5) .red-border-bottom:before {
    background: #4eb7f0;
    width: 40px !important;
    margin-left: 18% !important;
}
    .testimonial .feedback-box {
        background: #f5f5f7;
        width: 320px;
        margin-right: 0;
   }
    .feedback-box:first-of-type {
        flex-basis: 30%;
        margin-left: -4.9%;
   }
    .feedback-box:second-of-type {
        flex-basis: 30%;
        width: 320px;
   }
    .feedback-box:third-of-type {
        flex-basis: 30%;
        width: 320px;
   }
    .feedback-custom-header {
        display: inline-block;
        width: 200px;
        background-color: #223047;
        border: none;
        padding: 10px;
        padding-left: 25px;
        color: #ffffff;
        line-height: 1.3;
        text-align: left;
        font-size: 21px;
        font-weight: 400;
   }
    .feedback-custom-message {
        margin-top: 10%;
        margin-left: 8%;
        font-size: 15px;
   }
    .feedback-box {
        font-family: Open Sans, sans-serif;
        transition: transform .2s;
        display: flex;
        flex-direction: row-reverse;
        background-color: #f5f5f7;
   }
    :before, :after {
        width: 50%;
   }
    .feedback-box .quote {
        background: url(https://plandisc.com/wp-content/uploads/2019/08/embed-med-farve.png) no-repeat center;
        background-size: 50%;
        width: 190px;
        height: 190px;
        Background-size: contain;
   }
    .container {
        padding-left: 0px;
        padding-right: 0px;
   }
    .users1 {
        display: flex;
        height: 400px;
        width: auto;
        overflow: hidden;
        margin-left: 49%;
        margin-top: -11%;
        margin-bottom: 30%;
        background-size: 90%;
   }
    .embed-cta {
        margin-left: 16%;
        margin-bottom: 5%;
        margin-top: -60%;
        display: flex;
   }
    .logo1 {
        width: 172px;
        height: auto;
        margin-left: 2%;
        padding: 2%;
        display: flex;
        margin-left: 4.5%;
        float: left;
        margin-bottom: -3%;
   }
   .team-member .details {
       margin-bottom: 100%;
   }
}
@media only screen and (min-width: 1000px) and (max-width: 1050px) {
    .our-team .section-header h2.dark-text {
        margin-top: -5%;
        width: 800px;
   }
    .section-header .dark-text {
        width: 800px;
   }
    .section-header .white-text {
        margin-left: -29%;
   }
    .embed-cta {
        margin-left: 8%;
        margin-top: -68%;
   }
    .logo1 {
        margin-left: 1.5%;
   }
    .users1 {
        margin-left: 43%;
   }
}
@media only screen and (max-width: 992px) {
    .our-team .section-header {
        margin-top: 10%;
    }
}
@media only screen and (max-width: 900px) {
    .section-header {
        width: 100%;
    }
    .home-header-wrap {
        height: 810px;
   }
    .header {
        height: 915px;
   }
    .our-team {
        margin-top: -20%;
        margin-bottom: -5%  
   }
    .team-member {
        margin-left: 7%;
        float: left;
        width: 150px;
        margin-bottom: -30%;
   }
    .team-member .profile-pic img {
        width: 70%;
        height: 70%;
        margin-left: -33%;
        margin-bottom: -100%;
   }
    .dark-text {
        margin-left: -32%;
        max-width: 550px;
   }
    .col-lg-3:nth-of-type(1) .team-member h5 , .team-member h5 a {
        margin-top: 35px;
        margin-bottom: -35%;
        margin-left: -50%;
   }
    .col-lg-3:nth-of-type(2) .team-member h5 , .team-member h5 a {
        margin-top: 35px;
        margin-bottom: -35%;
        margin-left: -30%;
   }
    .col-lg-3:nth-of-type(3) .team-member h5 , .team-member h5 a {
        margin-top: 35px;
        margin-bottom: -35%;
        margin-left: -30%;
   }
    .col-lg-3:nth-of-type(4) .team-member h5 , .team-member h5 a {
        margin-top: 35px;
        margin-bottom: -35%;
        margin-left: -30%;
   }
    .red-border-bottom {
        font-family: Open Sans, sans-serif;
        font-weight: 500;
        font-size: 14px;
   }
    .section-header p {
        margin-left: auto;
        margin-right: auto;
        max-width: 520px;
        margin-top: -2%;
		padding: 4%;
   }
    .feedback-custom-message {
        margin-top: 10%;
        margin-left: 8%;
        margin-top: 10%;
        font-size: 15px;
   }
    .focus-box p {
        line-height: 2;
        margin-top: 5%;
        margin-left: 1%;
   }
    .testimonial .section-header h2, .testimonial .section-header h6 {
        margin-bottom: -50px;
        margin-top: 8%;
        margin-left: auto;
        margin-right: auto;
        max-width: 350px;
   }
    .team-member .details {
        font-size: 14px;
        font-family: Open Sans, sans-serif;
        color: #223047;
        line-height: 25px;
        visibility: visible;
        margin-left: -2%;
        margin-bottom: 60%;
        text-align: center;
        position: inherit;
        top: -100px;
        left: 0;
        width: 100%;
        min-height: 190px;
        -webkit-transition: none;
        transition: none;
        opacity: 1;
        z-index: none;
        padding-top: 45px;
        margin-bottom: 100%;
   }
    .team-member .profile-pic img {
        width: 70%;
        height: 70%;
   }
    .team-member .profile-pic {
        margin-bottom: -20%;
   }
    .section-header h6 {
        margin-left: 0%;
   }
    .focus {
        background: url(https://plandisc.com/wp-content/uploads/2019/10/background-new-color-font-page.jpg);
        background-size: 240%;
        background-position-y: -2%;
        background-position-x: 32%;
        margin-top: -5%;
   }
    .our-team .row > div:nth-child(1) .red-border-bottom:before {
    width: 40px !important;
    margin-left: 5.5% !important;
}

.our-team .row > div:nth-child(4n+2) .red-border-bottom:before {
        width: 40px !important;
    	margin-left: 19.5% !important;
}

.our-team .row > div:nth-child(4n+3) .red-border-bottom:before {
    background: #4eb7f0;
    width: 40px !important;
    margin-left: 22.3% !important;
}


.our-team .row > div:nth-child(4n+4) .red-border-bottom:before {
    background: #4eb7f0;
    width: 40px !important;
    margin-left: 19% !important;
}

.our-team .row > div:nth-child(5) .red-border-bottom:before {
    background: #4eb7f0;
    width: 40px !important;
    margin-left: 18% !important;
}
    .feedback-box:first-of-type {
        flex-basis: 30%;
        margin-left: 2%;
   }
    .message {
        margin-top: -8%;
        width: 272px;
   }
    .feedback-custom-message {
        margin-top: 10%;
   }
    .feedback-box {
        font-family: Open Sans;
        transition: transform .2s;
        display: flex;
        flex-direction: row-reverse;
        background-color: #f5f5f7;
   }
    :before, :after {
        width: 50%;
   }
    .feedback-box .quote {
        background: url(https://plandisc.com/wp-content/uploads/2019/08/embed-med-farve.png) no-repeat center;
        background-size: 50%;
        width: 190px;
        height: 190px;
        Background-size: contain;
   }
    .container {
        padding-left: 0px;
        padding-right: 0px;
   }
    .users1 {
        display: flex;
        height: 390px;
        width: auto;
        overflow: hidden;
        margin-top: -5%;
        margin-left: 13%;
        margin-bottom: 94px;
        background-size: 90%;
   }
    .embed-cta {
        margin-left: 27%;
        margin-top: -6%;
        margin-bottom: 10%;
        display: flex;
   }
    .logo1 {
        width: 110px;
        height: auto;
        margin-left: 4.4%;
        padding: 2%;
        display: flex;
        float: left;
        margin-bottom: 6%;
   }
    #client-feedbacks {
        margin-top: 10%;
   }
}
@media only screen and (max-width: 600px) {
    .testimonial .row {
        -webkit-transform: none;
        transform: none;
   }
    .focus .section-header .dark-text {
        margin-top: 10%;
   }

    .home-header-wrap {
        height: 510px;
        overflow: visible;
   }
    .our-team .section-header {
        margin-top: -30%;
   }
    .header {
        height: 615px;
   }
    .our-team {
        margin-top: -20%;
   }
    .team-member {
        margin-left: 7%;
        float: left;
        width: 150px;
        margin-bottom: -30%;
   }
    .team-member .profile-pic img {
        width: 70%;
        height: 70%;
        margin-left: -33%;
        margin-bottom: -100%;
   }
    .team-member h5, .team-member h5 a {
        margin-top: -15px;
        margin-bottom: -35%;
   }
    .dark-text {
        margin-left: -20%;
        max-width: 350px;
   }
    .focus .red-border-bottom {
        font-family: Open Sans, sans-serif;
        font-weight: 500;
        font-size: 18px;
        margin-left: 2%;
   }
    p {
        margin-left: 8%;
        max-width: 320px;
        margin-top: -10%;
   }
    .feedback-custom-message {
        margin-top: 10%;
        margin-left: 3%;
        margin-top: 10%;
        font-size: 15px;
        width: 268px;
   }
    .focus-box p {
        line-height: 2;
        margin-top: 5%;
        margin-left: 1%;
   }
    .our-team .row > div:nth-child(1) .red-border-bottom:before {
    width: 40px !important;
    margin-left: 5.5% !important;
}

.our-team .row > div:nth-child(4n+2) .red-border-bottom:before {
        width: 40px !important;
    	margin-left: 19.5% !important;
}

.our-team .row > div:nth-child(4n+3) .red-border-bottom:before {
    background: #4eb7f0;
    width: 40px !important;
    margin-left: 22.3% !important;
}


.our-team .row > div:nth-child(4n+4) .red-border-bottom:before {
    background: #4eb7f0;
    width: 40px !important;
    margin-left: 19% !important;
}

.our-team .row > div:nth-child(5) .red-border-bottom:before {
    background: #4eb7f0;
    width: 40px !important;
    margin-left: 18% !important;
}

.our-team .row > div:nth-child(5) .red-border-bottom:before {
    width: 40px !important;
    margin-left: 18%;
}
    .testimonial .section-header h2, .testimonial .section-header h6 {
        margin-bottom: -50px;
        margin-top: 18%;
        max-width: 350px;
   }
    .team-member .details {
        font-size: 14px;
        font-family: Open Sans, sans-serif;
        color: #223047;
        line-height: 25px;
        visibility: visible;
        margin-left: -2%;
        margin-bottom: 60%;
        text-align: center;
        position: inherit;
        top: -100px;
        left: 0;
        width: 100%;
        min-height: 190px;
        -webkit-transition: none;
        transition: none;
        opacity: 1;
        z-index: none;
        margin-bottom: 150%;
   }
    .team-member {
        border-radius: 4px;
        overflow: hidden;
        position: unset;
        margin-bottom: -90px;
   }
    .team-member .profile-pic img {
        width: 70%;
        height: 70%;
   }
    .team-member .profile-pic {
        margin-bottom: -20%;
   }
    .features-section {
        font-family: Open Sans, sans-serif;
        line-height: 1;
   }
    #focus.focus a, #testimonials.testimonial a {
        color: #223047;
        font-size: 15px;
        line-height: 1.9;
   }
    #focus.focus a, #testimonials.testimonial a {
        text-decoration: none;
        color: #223047;
   }
    .focus-box:nth-child(4n+1) .red-border-bottom:before {
        background: #4eb7f0;
        width: 143px;
        margin-left: -9%;
   }
    .focus-box:nth-child(4n+2) .red-border-bottom:before {
        background: #4eb7f0;
        width: 156px;
        margin-left: -10%;
   }
    .focus-box:nth-child(4n+3) .red-border-bottom:before {
        background: #4eb7f0;
        width: 95px;
        margin-left: -8%;
   }
    .focus-box:nth-child(4n+4) .red-border-bottom:before {
        background: #4eb7f0;
        width: 202px;
        margin-left: -10%;
   }
    .row .col-lg-3:nth-of-type(1) .pixeden{
        background: url(https://plandisc.com/wp-content/uploads/2019/11/overview-new-blue.png) no-repeat center !important;
        background-color: #76c1df !important;
        background-size: 100% !important;
   }
    .row .col-lg-3:nth-of-type(2) .pixeden{
        background: url(https://plandisc.com/wp-content/uploads/2019/11/embed-new-blue.png) no-repeat center !important;
        background-color: #76c1df !important;
        background-size: 100% !important;
   }
    .row .col-lg-3:nth-of-type(3) .pixeden{
        background: url(https://plandisc.com/wp-content/uploads/2019/11/deling-new-blue.png) no-repeat center !important;
        background-color: #76c1df !important;
        background-size: 100% !important;
   }
    .row .col-lg-3:nth-of-type(4) .pixeden{
        background: url(https://plandisc.com/wp-content/uploads/2019/11/outlook-new-blue.png) no-repeat center !important;
        background-color: #76c1df !important;
        background-size: 100% !important;
   }
    .focus {
        background: url(https://plandisc.com/wp-content/uploads/2019/10/background-new-color-font-page.jpg);
        background-size: 240%;
        background-position-y: -2%;
        background-position-x: 32%;
        margin-top: -5%;
   }
    .focus-box p {
        line-height: 2;
        font-family: Open Sans, sans-serif;
   }
    .col-lg-3:nth-of-type(1) .team-member h5, .team-member h5 a {
        margin-top: 35px;
        margin-bottom: -35%;
        margin-left: -45%;
   }
    .col-lg-3:nth-of-type(2) .team-member h5, .team-member h5 a {
        margin-top: 35px;
        margin-bottom: -35%;
        margin-left: -26%;
   }
    .col-lg-3:nth-of-type(3) .team-member h5, .team-member h5 a {
        margin-top: 35px;
        margin-bottom: -35%;
        margin-left: -22%;
   }
    .col-lg-3:nth-of-type(4) .team-member h5, .team-member h5 a {
        margin-top: 35px;
        margin-bottom: -35%;
        margin-left: -32%;
   }
    .our-team .row > div:nth-child(4n+3) .red-border-bottom:before {
        background: #4eb7f0;
   }
    .our-team .row > div:nth-child(4n+4) .red-border-bottom:before {
        background: #4eb7f0;
   }
    .our-team .row > div:nth-child(1) .red-border-bottom:before {
    width: 40px !important;
    margin-left: 5.5% !important;
}

.our-team .row > div:nth-child(4n+2) .red-border-bottom:before {
        width: 40px !important;
    	margin-left: 19.5% !important;
}

.our-team .row > div:nth-child(4n+3) .red-border-bottom:before {
    background: #4eb7f0;
    width: 40px !important;
    margin-left: 22.3% !important;
}


.our-team .row > div:nth-child(4n+4) .red-border-bottom:before {
    background: #4eb7f0;
    width: 40px !important;
    margin-left: 19% !important;
}

.our-team .row > div:nth-child(5) .red-border-bottom:before {
    background: #4eb7f0;
    width: 40px !important;
    margin-left: 18% !important;
}
    .col-lg-4 {
        font-family: Open Sans, sans-serif;
        width: 300px;
   }
    .big-intro {
        font-size: 50px;
        width: 290px;
   }
    .testimonial {
        background: #ffffff;
        padding-top: 0;
   }
    .testimonial .col-md-12 {
        margin-left: 0%;
   }
    #client-feedbacks {
        width: 100%;
        margin-left: 0;
   }
    .testimonial .section-header h2, .testimonial .section-header h6 {
        margin-bottom: -50px;
   }
    .feedback-box:first-of-type {
        flex-basis: 30%;
        margin-left: 0%;
   }
    .feedback-box:second-of-type {
        flex-basis: 30%;
   }
    .feedback-box:third-of-type {
        flex-basis: 30%;
   }
    .message {
        margin-top: -8%;
   }

	.message img {
    margin-top: 10%;
}
	
    .feedback-custom-header {
        display: inline-block;
    	width: 200px;
    	background-color: #223047;
    	border: none;
    	padding: 10px;
    	margin-left: 14.1%;
    	color: #ffffff;
    	line-height: 1.3;
    	text-align: left;
    	font-size: 21px;
    	font-weight: 400;
    	text-align: center;
   }
	
    .feedback-custom-message {
    margin-top: 10%;
    margin-left: 1%;
    font-size: 15px;
    width: 268px;
}
    .feedback-box {
        font-family: Open Sans;
        display: flex;
        flex-direction: row-reverse;
        background-color: #f5f5f7;
   }
	
	.feedback-box:hover {
        transform: none;
   }
	
    #client-feedbacks {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
   }

    :before, :after {
        width: 50%;
   }
    .feedback-box .quote {
        background: url(https://plandisc.com/wp-content/uploads/2019/08/embed-med-farve.png) no-repeat center;
        background-size: 50%;
        width: 190px;
        height: 190px;
        Background-size: contain;
   }
    .container {
        padding-left: 0px;
        padding-right: 0px;
   }
    .users1 {
        display: flex;
        height: 260px;
        width: auto;
        overflow: hidden;
        margin-top: -31%;
        margin-bottom: 94px;
        background-size: 90%;
        margin-left: auto;
        margin-right: auto;
   }
    .embed-cta {
        margin-left: 0%;
        margin-top: -10%;
        margin-bottom: 10%;
        display: flex;
   }
   .embed-cta p {
       margin-left: auto;
       margin-right: auto;
   }
    .packages {
        margin-top: 2%;
   }
    .logo1 {
        width: 140px;
        height: auto;
        margin-left: 7.5%;
        padding: 2%;
        display: flex;
        float: left;
        margin-bottom: 6%;
   }
	
	#subscribe .textwidget {
  width: 100% !important;
		margin-bottom: -40%;
  
}		

}

@media only screen and (min-width: 700px) and (max-width: 990px) {
     .testimonial #client-feedbacks .feedback-box {
    	  margin-left: 6%;
    	  margin-right: 5%;
   }
     .testimonial .feedback-custom-header {
	  margin-left: 13.7%;
   }
     .packages .embed-cta {
    	  margin-left: 33%;

}
}

@media only screen and (min-width: 300px) and (max-width: 330px) {
     .navbar-brand>img {
    	  max-height: 100%;
   }
     .testimonial .feedback-custom-header {
	  margin-left: 13.7%;
   }
     .our-team .row>div:nth-child(4n+1) .team-member .details {
          margin-bottom: 100%;
   }
     .feedback-custom-header {
	  margin-left: 7.5%;
   }
     .feedback-custom-message {
          width: 240px;
   }
}



/* Logo section */

#subscribe .textwidget {
  display: block;
  width: 150px;
  height: 150px;
  
}

#subscribe .container:before, #subscribe .container:after {
  width: unset;
}

#subscribe .container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  text-align: center;
  
}

