@import url('https://fonts.googleapis.com/css?family=Montserrat:400,700&display=swap');
@import url('https://fonts.googleapis.com/css?family=Raleway:400,800&display=swap');
@import url('https://fonts.googleapis.com/css?family=Open+Sans&display=swap');

html, body {
    padding: 0;
    margin:0;
    font-family: 'Open Sans', sans-serif;
    color: #6a6a6a;
}

header#menu .col-md-4, header#menu .col-md-8 {
    padding: 0px;
}

.hspace {
    height: 50px;
}

p {
    font-size: 14px;
}

.mobile {
    display: none !important;
}

.banner-image img {
    width: 100%;
}

.wrap { 
    padding: 5px 5%; 
}


ul.menu {
    float: right;
}

ul.menu li a {
    text-decoration: none;
    font-weight: normal;
    font-size: 14px;
    color: #000;
    padding: 36px 12px;
}

ul.menu li {
    display: inline-block;
    padding: 0px;
}

header#menu .wrap {
    padding-left: 2%;
    padding-right: 2%;
}


a.btn-vist {
    display: block;
    width: 100%;
    position: absolute;
    bottom: 7%;
    text-align: center;
    left: 0;
    text-decoration: none;
}

.btn-vist span {
    background: #a82d4f;
    display: block;
    color: #fff;
    width: 80%;
    margin: auto;
    padding: 13px 0;
    border-radius: 11px;
    font-size: 24px;
}

.boxes .owl-nav {
    position: absolute;
    top: 43%;
    width: 100%;
}

.content-box .owl-nav {
    width: 79%;
    position: absolute;
    top: 43%;
    right: 38px;
}


.boxes button.owl-prev, .boxes button.owl-next,
.content-box button.owl-prev, .content-box button.owl-next {
    position: absolute;
    background: #a82d4f !important;
    color: #fff !important;
    border-radius: 0 !important;
    width: 42px;
    height: 30px;
}

.boxes button.owl-prev,
.content-box button.owl-prev {
    left: 0px;
}

.boxes button.owl-next,
.content-box button.owl-next {
    right: 0px;
}

.boxes .owl-dots,
.content-box .owl-dots {
    margin-top: 20px;
}

button.owl-dot.active span {
    background: #a82d4f !important;
}

.banner-middle {
    background: url(../images/banner-middle.jpg);
    background-size: cover;
    height: 50vh;
    padding: 2% 0;
}


.banner-middle h2 {
    font-weight: 500;
    color: #fff;
    font-size: 35px;
}

.banner-middle p {
    color: #fff;
}


.mobile a.btn-vist {
    position: relative;
}

.mobile .box-logo, .mobile .btn-vist {
    display: inline-block !important;
    vertical-align: middle;
}


.mobile .btn-vist { 
    width: 40% !important;
}

.mobile .btn-vist span {
    border-radius: 5px;
    font-size: 17px;
    padding: 22px 0;
    font-weight: bold;
}


footer {
    background: #181818;
    text-align: center;
    padding: 50px 0;
}

footer p {
    color: #929292;
    font-size: 13px;
    line-height: 21px;
}

footer li a {
    color: #929292;
    text-decoration: none;
    font-size: 13px;
}

footer li {
    display: block;
    margin-bottom: 10px;
}
footer ul {
    padding: 0;
    margin: 0;
}
footer h4 {
    color: #929292;
    font-weight: normal;
}
.copyright {
    text-align: center;
    color:#929292;
    padding: 20px 0;
    background: #000;
    font-size: 11px;
}

form#subscribe input[type="email"] {
    background: #181818;
    border: 1px solid #343a39;
    padding: 11px;
    font-size: 14px;
    border-radius: 6px;
    width: 75%;
    display: inline-block;
    vertical-align: top;
}

form#subscribe input[type="submit"] {
    background: url(../images/button-arrow.jpg);
    background-repeat: no-repeat;
    border: none;
    width: 49px;
    height: 40px;
    display: inline-block;
}


/* Tablet */

@media(min-width:768px) and (max-width: 1024px){
        .boxes-icons .col-sm-3 {
    max-width: 49% !important;
}
    section.banner-image.homee .banner-image img {
    width: 100% !important;
}
section.banner-image.homee .slider-container {
    height: 40vh;
    padding-top: 25px;
    padding-bottom: 25px;
}

    header#menu .col-md-9 {
        max-width: 100% !important;
        flex: unset;
    }
}

@media(max-width:768px){
    .boxes button.owl-prev, .content-box button.owl-prev {
        left: 0;
    }
    .slider-caption h3 {
    width: 60%;
    margin: auto;
}
.banner-image img {
    width: 100% !important;
}
    .boxes button.owl-next, .content-box button.owl-next {
        right: 0;
    }

    .desktop { display:none !important; }
    .mobile { display:block !important; }

    .topnav {
        display: block !important;
    }
    .banner-middle {
        text-align:  center;
    }
    
    header#menu {
        width: 100%;
    }
    
   
}

section.banner-image img {
    height: 550px;
    width: 100%;
    object-fit: cover;
    object-position: top;
}
/* Mobile */
@media(max-width:640px){
    a.btn-cam-reviews {
        margin: 40px auto;
    }
    
    section.banner-image {
        overflow: hidden;
        height: 300px;
        position: relative;
    }
    section.banner-image img {
        top: 0;
        object-position: center;
    }
    section.banner-middle h2 {
        font-size: 28px;
    }

}

/* Probiller added*/

section.probiller-container {
    margin: 30px auto;
}
.container {
    margin: auto;
}
.col-md-6 {
    padding-right: 0;
    padding-left: 0;
}
img.logo {
    margin: 10px 0;
}

/*Footer*/
footer {
    background: url("../images/footer-1.jpg") no-repeat;
    background-size: cover;
    background-position: center;
}
footer .row .col-md-4:first-child {
    text-align: left;
}
footer .row .col-md-4:last-child {
    text-align: right;
}
img.footer-logo {
    height: 32px;
}
ul.footer-menu {
    margin-top: 10px;
}
footer h3 {
    color: #fff;
    font-size: 28px;
}
footer .phone-number p a {
    color: #70be44;
}
footer .phone-number p.phone a {
    font-size: 20px;
    font-weight: 700;
}
footer ul.footer-menu li a {
    color: #fff;
    font-size: 16px;
}
footer .social-icons {
    text-align: right;
    margin-bottom: 20px;
}
footer ul.footer-menu-legal li a,
footer p {
    color: #fff;
}
footer ul.footer-menu-legal li {
    display: inline-block;
    margin-right: 11px;
}
footer .phone-number p {
    margin: 5px;
}
footer .row:last-child {
    margin-top: 50px;
}

/* Banner */
section.banner-image .row {
    margin-left: 0;
    margin-right: 0;
}
.slider-container {
    background-image: url("../images/E-Commerce.jpg");
    width: 100%;
    background-size: cover;
    display: table;
    height: 45vh;
}
.slide-1.slider-container {
    background-image: url("../images/E-Commerce.jpg");
}
.slide-2.slider-container {
    background-image: url("../images/Industry-Leading-Payment-Solutions-OPT.jpg");
}
.slide-3.slider-container {
    background-image: url("../images/Customer-Care-1-OPT-1280.jpg");
}
.banner-image .boxes .owl-nav {
    left: 4%;
    width: 92%;
}
.banner-image .boxes button.owl-prev, 
.banner-image .boxes button.owl-next {
    background: #70be44 !important;
}
.banner-image .owl-dots {
    display: none;
}
.slider-content {
    display: table-cell;
    vertical-align: middle;
}
img.slider-logos.brand-logos {
    width: auto;
    height: auto;
    margin: 0 auto;
}
h1.slider-title {
    font-size: 50px;
    font-family: 'Raleway',sans-serif;
    color: #fff;
    line-height: 1;
    letter-spacing: 2px;
    margin: 0;
    font-weight: 800;
    padding: 0 10%;
    text-align: center;
}
.slider-caption h3 {
    font-weight: normal;
}
.slider-caption h3 {
    padding: 0;
    margin-bottom: 0;
    margin-top: 10px;
}
.slider-caption {
    font-size: 14px;
    color: #fff;
    text-align: center;
}
.slider-btn {
    display: block;
    margin-top: 25px;
    text-align: center;
}
.slider-btn li {
    display: inline-block;
    margin-right: 10px;
}
.slider-btn li a {
    padding: 17px 40px;
    color: #fff;
    border: 1px solid #70be44;
    transition: all .5s ease 0s;
    text-decoration: none;
}
.slider-btn li.active a, 
.slider-btn li a:hover {
    background: #70be44;
}


/* Below Banner */

section.below-banner {
    background: #93d666;
    padding: 30px;
}
section.below-banner p {
    color: #6a6a6a;
    text-align: center;
}
section.below-banner .two-cols {
    display: flex;
}

section.below-banner .two-cols h2 {
    color: #fff;
    font-size: 20px;
}
section.below-banner .btn-live-chat, 
section.below-banner .btn-call-us,
section.below-banner .btn-skype-us {
    display: flex;
    justify-content: center;
align-items: center;
}
section.below-banner .two-cols .btn-live-chat, 
section.below-banner .two-cols .btn-call-us,
section.below-banner .two-cols .btn-skype-us {
    background: #6dab3c;
    padding: 10px;
    border-radius: 5px;
}

section.below-banner .two-cols .btn-live-chat a.btn {
    color: #fff;
    border: 2px solid;
    border-radius: 5px;
    padding: 14px;
    text-decoration: none;
}
section.below-banner .two-cols .btn-live-chat a.btn:hover {
    background-color: #ebebeb!important;
    color: #666;
    border-color: #ebebeb!important;
}

section.below-banner .two-cols .btn-call-us h2, 
section.below-banner .two-cols .btn-skype-us h2 {
    flex: 0 0 27%;
    font-size: 20px;
}


section.below-banner .two-cols .btn-live-chat h2 {
    flex: 0 0 40%;
}

section.below-banner .phone-number p, section.below-banner .skype-number p {
    text-align: right;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 13px;
    color: #fff;
}
section.below-banner .skype-number p a {
    color: #fff;
    text-decoration: none;
}
section.below-banner .phone-number p a {
    color: #fff;
}

section.below-banner .phone-number p.phone, 
section.below-banner .skype-number p.skype {
    margin: 8px 0 0;
    font-weight: 700;
    font-size: 20px;
}
section.below-banner .phone-number p.other-phone,
section.below-banner .phone-number p.other-skype {
    margin: 5px 0 0;
    font-size: 13px;
}
section.below-banner span.home-icon {
    color: #fff;
    font-size: 40px;
    margin: 5px 20px 5px 0;
}

/* Home About Section */

.home-about {
    display: flex;
}
.home-about .col-md-6 {
    padding: 0 30px;
}
.home-about img {
    width: inherit;
    margin-top: 50px;
}
.home-about h2 {
    font-size: 32px;
}

/* Services Section */
section.probiller-container.services {
    background-image: url("../images/services-background.jpg");
    padding: 90px 0;
    background-position: center center;
    background-size: cover;
}
.home-services .container {
    display: flex;
}
.services-content h2.sideways-title {
    position: absolute;
    color: #fff;
    top: 65%;
    left: -127px;
    margin: 0;
    transform: rotate(270deg);
    font-size: 36px;
    text-transform: uppercase;
}
.services-details {
    margin-left: 60px;
    margin-bottom: 30px;
}
.services-text h4 a {
    color: #fff;
    text-decoration: none;
    font-size: 20px;
}
.services-text p {
    color: #fff;
}
.services-content h2.sideways-title:after {
    content: "";
    background-image: url("../images/arrow.png");
}
.services-content h2.sideways-title:after {
    content: "";
    background: url(../images/arrow.png) no-repeat;
    height: 125px;
    width: 116px;
    display: block;
    position: absolute;
    transform: rotate(90deg);
    top: 0px;
    left: 411px;
}

/* Home FAQ*/
.container.home-faq-top, .container.home-faq-bottom {
    display: flex;
}
.home-faq-top h2 {
    font-size: 30px;
}
.home-faq-top h2:after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    background: #70be44;
    width: 60px;
    height: 3px;
}
.container.home-faq-bottom {
    margin-top: 30px;
}
.faq-content .faq-ques h4 {
    margin: 0;
    padding: 16px 10px;
    text-decoration: none;
    font-size: 16px;
    background: #70be44;
    color: #fff;
    font-weight: 300;
    border: 1px solid #70be44;
    border-radius: 5px 5px 0 0;
}
.faq-content .faq-ques h4:after {
    font-family: FontAwesome;
    content: "\f078";
    position: absolute;
    right: 10px;
    transform: rotate(270deg);
}
.faq-content .faq-ans{
    padding: 20px;
}
.faq-content .faq-ans p {
    margin: 0;
    font-size: 14px;
    line-height: 24px;
}
.faq-content .faq-ans {
    padding: 15px;
    border: 1px solid #70be44;
    border-radius: 0 0 5px 5px;
}
.faq-content p {
    font-size: 14px;
}
.faq-content {
    margin-top: 5px;
}
.container.home-faq-bottom img {
    padding: 0 30px;
    width: inherit;
}

/*About Us page*/
section.banner-image .about-banner {
    background-image: url(../images/about-banner.jpg);
    background-size: cover;
    width: 100%;
    padding: 113px;
}

.about-banner-content {
    display: flex;
}
.banner-breadcrumbs p {
    text-align: right;
    color: #70be44;
    font-size: 14px;
    line-height: 40px;
}
.banner-breadcrumbs p a {
    color: #fff;
    text-decoration: none;
}
h1.banner-title {
    color: #fff;
}
.container.about-probiller {
    display: flex;
}
.container.about-probiller img {
    width: 100%;
    margin-top: 50px;
    transition: all .5s ease 0s;
}
.container.about-probiller img:hover {
    transform: scale(1.1);
}
.container.about-probiller h2 {
    font-size: 32px;
}
.about-probiller .little-about {
    padding: 25px 60px;
    border: 0px solid #e1e1e1;
    background: #fff;
    margin: 70px 0 0 0px;
}
.container.about-srv-probiller {
    display: flex;
}

/* Payment Solutions*/
section.banner-image .ops-banner {
    background-image: url(https://www.probiller.com/images/pay-solutions-smaller.jpg);
    background-size: cover;
    width: 100%;
    padding: 113px;
}
.ops-banner-content {
    display: flex;
}
.container.ops-probiller,
.container.ops-title {
    padding: 15px 30px;
}
.ops-content {
    text-align: center;
    padding-bottom: 30px;
}
.ops-content h3, 
.ops-content p {
    text-align: left;
}
.ops-content img {
    width: auto;
    margin-bottom: 35px;
}
.container.ops-title:after {
    position: absolute;
    content: "";
    background: #70be44;
    width: 60px;
    height: 3px;
}

.container.home-about h2 {
    color: #222;
    font-size: 36px;
    font-weight: 600;
}

.container.home-faq-top h2 {
    font-weight: 800;
    font-size: 30px;
    color: #222;
}

section.banner-image .ops-banner.contact {
    background-image: url(../images/contact-us-banner-blurred.jpg);
    background-size: cover;
    width: 100%;
    padding: 113px;
}

.contact-content {
    margin-top: 30px;
}

.boxes-icons .col-sm-3 {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    width: 24%;
}
.boxes-icons .col-sm-3 .boxes {
    border: 3px solid #ebebeb;
    border-radius: 5px;
    padding: 10px 25px;
}
.boxes-icons .col-sm-3 .boxes h2 {
    color: #70be44;
    font-size: 30px;
    font-weight: normal;
}

.boxes-icons .col-sm-3 .boxes .button {
    background-color: #6ab165;
    border-color: rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.1);
    text-decoration: none;
    color: #fff;
    padding: 12px;
    display: block;
    margin: auto;
    border-radius: 5px;
    width: 120px;
}
.boxes-icons .col-sm-3 .boxes i {
    font-size: 5em;
    color: #6dab3c;
}

a.telink {
    color: #6a6a6a;
    font-weight: bold;
    font-size: 20px;
    text-decoration: none;
}

a.phonesLink {
    color: #6a6a6a;
    font-size: 13px;
}

footer p.phone a {
    text-decoration: none;
}

section.banner-image .ops-banner.terms {
    background-image: url(../images/terms-conditions.jpg);
    background-size: cover;
    width: 100%;
    padding: 113
    px;
}
section.banner-image .ops-banner.security {
    background-image: url(../images/payment-security.jpg);
    background-size: cover;
    width: 100%;
    padding: 113px;
}

.terms-content h3 {
    font-size: 24px;
    color: #6a6a6a;
}

.terms-content .container.ops-title {
    padding-left: 0;
    margin-bottom: 13px;
    display: block;
}

.container.ops-title h2 {
    color: #000;
    font-family: Raleway;
    font-size: 30px;
    font-weight: 600;
}

body, html {
    overflow-x: hidden;
}

.container.security-content h3 {
    font-size: 24px;
}

.container.ops-title.sec {
    padding-left: 14px;
}

a.icon.mobile-menu i {
    color: #555;
    font-size: 2em;
}

a.icon.mobile-menu {
    float: right;
}

ul.menu.mobile {
    float: none;
    margin: 0px !important;
    padding: 0px !important;
}

#myLinks {
    display:none;
}

ul.menu.mobile li {
    padding: 5px;
}

ul.menu.mobile {
    padding: 10px 20px !important;
}
ul.menu.mobile li {
    display: block;
}

.phoneModalContent tr:nth-child(odd) {
    background: #f0f0f0;
}
.phoneModalContent tr:hover {
    background: #93d666;
    color: #fff;
}
.phoneModalContent td:first-child {
    padding-left: 10px;
}
.phoneModalContent td:last-child {
    text-align: right;
    white-space: nowrap;
}
table.phoneList a {
    color: #6a6a6a;
    text-decoration: none;
}
.phoneModalContent h3 {
    color: #70be44;
    font-size: 21px;
}
.phoneModalWrapper {
    border-color: #70be44;
    padding: 11px;
}

.pop-chat {
    position: fixed;
    top: 20%;
    z-index: 999;
    background: #fff;
    left: 30%;
}

.pop-close {
    position: absolute;
    top: 0px;
    right: 0;
    font-weight: bold;
    color: #000;
    text-decoration: none;
    font-size: 19px;
}
.btn-call-us p.phone a {
    text-decoration: none;
}

table.phoneList {
    width: 100%;
}
.container.about-srv-probiller i {
    font-size: 48px;
    color: #70be44;
    margin-right: 20px;
}
.about-srv ul li {
    display: inline-block;
    list-style: none;
    vertical-align: middle;
}
.container.about-srv-probiller li h3 {
    color: #000;
}
.about-srv ul {
    margin: 0;
    padding: 0;
}
.services-icon {
    background-color: #70be44;
    width: 70px;
    height: 70px;
    font-size: 35px;
    border-radius: 75%;
    text-align: center;
    line-height: 70px;
    display: block;
    transition: all .5s ease 0s;
    color: #fff;
    float: left;
    margin-right: 10px;
    padding-top: 15px;
}

@media (min-width: 769px) and (max-width: 1200px){
    ul.menu li a {
    padding: 36px 6px;
}
ul.menu {
    float: none;
    margin: 0;
}
    section.banner-image.homee .slider-caption h3 {
    width: 80%;
    margin: auto;
}
img.slider-logos.brand-logos {
    width: 100% !important;
}

    header#menu .col-md-3, header#menu .col-md-9 {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    flex: none;
    text-align: center;
    }
    ul.menu {
        float: none;
    }
    header#menu .container.row {
        width: 100%;
        max-width: 100%;
    }
    section.below-banner .two-cols {
        display: block;
    }

    section.below-banner .two-cols .btn-call-us {
        margin-left: 0;
    }

    section.below-banner .two-cols .col-md-6 {
        width: 100% !important;
        max-width: 100%;
        flex: none;
        margin-bottom: 10px;
    }

    .slider-caption {
        width: 90%;
        margin: auto;
    }

    .home-about {
        max-width: 100%;
        padding: 0;
    }


    section.below-banner .two-cols .btn-live-chat {
        margin-right: 0;
    }
}
@media (max-width: 767px){
    p.please-enter {
    width: 100%;
}
    form#feedbackForm,
    input#subject,
    textarea#feedback {
    width: 100% !important;
}
section.below-banner .phone-number p, section.below-banner .skype-number p {
    text-align: center;
}
.boxes-icons .col-sm-3 {
    max-width: 100%;
    width: 100%;
}
.banner-image img.slider-logos.brand-logos {
    width: 100% !important;
}
section.banner-image.homee .slider-caption h3 {
    width: 80%;
    margin: auto;
}
    .services-icon {
    float: none;
    text-align: center;
    margin: auto;
}
    .about-srv ul li {
    display: block;
}

.container.about-srv-probiller i {
    margin-right: 0;
}
    section.below-banner .two-cols {
        display: block;
    }
    section.below-banner .btn-live-chat, 
    section.below-banner .btn-call-us,
    section.below-banner .btn-skype-us {
        display: block;
        text-align: center;
    }

    section.below-banner .two-cols .btn-call-us {
        margin-left: 0;
    }

    section.below-banner .two-cols .btn-live-chat {
        margin-right: 0;
    }

    section.below-banner .two-cols .btn-live-chat a.btn {
        display: block;
        width: 150px;
        margin: auto;
    }

    section.below-banner .phone-number p {
        text-align: center;
    }

    .home-about {
        display: block;
        text-align: center;
    }

    .services-details {
        margin-left: 0;
        margin-bottom: 0;
    }

    .services-content h2.sideways-title:after {
        content: "";
        background: none;
    }
    .home-services .col-md-6:first-child,
    .container.home-faq-top .col-md-6:last-child {
        display: none;
    }
    .services-content h2.sideways-title {
        position: relative;
        color: #fff;
        top: 0;
        left: 0;
        margin: 0;
        transform: none;
        font-size: 36px;
        text-transform: uppercase;
    }

    section.probiller-container.services {
        background-image: none;
        background: #93d666;
        padding: 30;
        text-align: center;
    }

    .container.home-faq-top, .container.home-faq-bottom {
        display: block;
    }

    .container.home-faq-top {
        text-align: center;
    }

    ul.footer-menu {
       text-align: center;
    }

    footer .row .col-md-4:last-child {
        text-align: center;
    }
footer .social-icons {
    text-align: center;
    margin-bottom: 20px;
    display: inline-block;
}
    footer .row .col-md-4:first-child {
        text-align: center;
    }

    .copyright img {
        width: 100% !important;
    }

    h1.slider-title {
        font-size: 35px;
    }
        section.below-banner .two-cols .col-md-4 {
        margin-bottom: 10px;
    }

    .boxes-icons .col-sm-3 .boxes {
    margin-bottom: 10px;
    }
    .container.security-content img,
    section.probiller-container.online-pay-sol img {
        width: 100%;
    }

    .container.about-probiller {
        display: block;
    }
    .container.about-srv-probiller {
        display: block;
        text-align: center;
    }

    .about-probiller .little-about {
        padding: 20;
        border: 1px solid #e1e1e1;
        background: #fff;
        margin: 0;
    }

    section.banner-image .ops-banner,
    section.banner-image .about-banner {
    background-size: cover !important;
    padding: 50px 0px !important;
    background-position: center center !important;
    }
    .ops-banner-content,
    .about-banner-content {
        display: block;
        text-align: center;
    }

    .banner-breadcrumbs p {
    text-align: center;
}

section.banner-image {
    overflow: hidden;
    height: auto;
    position: relative;
    top: 0;
}
    .pop-chat {
        top: 40px;
        z-index: 999;
        background: #fff;
        left: 0;
        width: 98%;
    }

    .pop-chat iframe {
        width: 100%;
        height: 360px;
    }
    .phoneModalWrapper {
        left: 13px !important;
        top: 0;
    }

    .banner-image .boxes .owl-nav {
        left: 0;
        width: 100%;
    }
    .boxes button.owl-next, .content-box button.owl-next {
        right: 0;
    }
    .boxes button.owl-prev, .content-box button.owl-prev {
        left: 0;
    }
    .slider-content .slider-btn, .slider-content .slider-caption h3{
        display: none;
    }
    img.slider-logos.brand-logos {
        position: relative;
         width: 100% !important;
    }

    section.banner-image.homee .slider-container {
    min-height: 210px;

    }
    section.banner-image.homee .slider-container {
        height: 30vh;
    }
    ul.menu.mobile li a {
        padding: 0 12px;
    }
    section.below-banner span.home-icon {
        margin: 0;
    }

}

section.banner-image.homee .boxes.owl-carousel {
    max-height: 140vh;
}
.video-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}
.video-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}

.cx-widget.cx-window-manager.cx-theme-dark {
    overflow: hidden !important;
}

 .pop-chat {
  position: fixed;
  top: 20%;
  z-index: 999;
  background: #fff;
  left: 30%;
}
.pop-close {
  position: absolute;
  top: 0;
  right: 13px;
  font-weight: bold;
  font-size: 24px;
}
.phoneModalWrapper {
  position: fixed;
  background: #fff;
  padding: 10px 23px;
  left: 43%;
  z-index: 99;
  border-radius: 5px;
  top: 9%;
  border: 6px solid;
  max-height: 100%;
  overflow-y: scroll;
}

.copyright p {
    margin: 0;
    line-height: 1.5;
    color: #fff;
    font-size: 12px;
}
ul.menu.desktop {
    padding: 0;
}

.accessibility-content {
    background-color: #121212 !important;
    color: #ffff;
    padding: 50px;
}
form#feedbackForm label {
    text-align: left;
    width: 100%;
    display: block;
}
form#feedbackForm {
    text-align: center;
    width: 400px;
    margin: auto;
    padding-top: 60px;
}
input#subject {
    height: 45px;
    width: 400px;
    border-radius: 5px;
    padding: 10px;
}

textarea#feedback{
    height: 80px;
    width: 400px;
    border-radius: 5px;
    padding: 10px;
}
input#submit {
    background-color: #B8CC64;
    border: 0px;
    padding: 14px 20px;
    font-weight: bold;
    border-radius: 6px;
    width: 170px;
    font-size: 16px;
}
.accessibility-content a {
    color: #fff;
}

div#responseMessage {
    text-align: center;
    margin-top: 35px;
}

.please-enter{
    text-align:center;
    width: 50%;
    margin: auto;
}