body {
    font-family: 'Barlow', sans-serif;
    font-size: 14px;
    color: #222;
}

@media (max-width: 1199px) {
    body.blur-body {
        overflow: hidden;
    }

    body.blur-body:before {
        background-color: #000;
        background: rgba(156, 156, 156, .6);
        -webkit-backdrop-filter: blur(5px);
        backdrop-filter: blur(5px);
        opacity: .8;
        content: "";
        height: 100%;
        width: 100%;
        position: absolute;
        z-index: 99;
    }
}

html {
    scroll-behavior: unset !important;
}

:focus {
    outline: none !important;
}

input::placeholder,
textarea::placeholder,
input[type="text"]::placeholder,
input[type="email"]::placeholder,
.form_input::placeholder {
    color: #8f8f8f;
}

#features,
#services,
#pricing {
    scroll-margin-top: 90px;
}

.sticky-header {
    position: fixed;
    width: 100%;
    transition: all 0.5s 0s;
    top: 0;
    z-index: 99;
}

.header-color {
    background-color: #252525;
    position: relative;
    height: auto;
}

.header-color:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: -3rem;
    content: "";
    width: calc(50% - 310px);
    z-index: 3;
    -webkit-transform: skew(-22deg);
    -ms-transform: skew(-22deg);
    transform: skew(-22deg);
    background-image: -moz-linear-gradient(0deg, #c41330 0%, #f63c25 100%);
    background-image: -webkit-linear-gradient(0deg, #c41330 0%, #f63c25 100%);
    background-image: -ms-linear-gradient(0deg, #c41330 0%, #f63c25 100%);
}

.logo {
    position: relative;
    padding: 15px 0px;
    float: left;
    z-index: 4;
}

.nav-link {
    color: #ffffff !important;
    padding: 20px !important;
    letter-spacing: normal;
    font-weight: 500;
    transition: all 0.5s;
}

.nav-link:hover {
    color: #f63c25 !important;
}

.navbar>ul>li:hover>a,
.navbar ul li.active a {
    color: #f63c25 !important;
}

.sign-up {
    top: 0;
    left: 0;
    content: "";
    background: #f0f2f3;
    -webkit-transform: skew(-22deg);
    -ms-transform: skew(-22deg);
    transform: skew(-22deg);
}

.xs-login-nav {
    margin-left: 5px;
    margin-right: 10px;
}

.xs-login-nav li a {
    position: relative;
    display: block;
    padding: 16px 30px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
    color: #101010;
    z-index: 1;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.xs-login-nav li a:hover {
    text-decoration: none;
}

.xs-login-nav li a:before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    height: 100%;
    width: 100%;
    content: "";
    background: #fff;
    -webkit-transform: skew(-22deg);
    -ms-transform: skew(-22deg);
    transform: skew(-22deg);
    transition: all 0.4s ease;
}

.xs-login-nav li a:hover::before {
    background-color: #c41330;
}

.xs-login-nav li a.xs-login {
    color: #FFFFFF;
}

.xs-login-nav li a:hover {
    color: #fff;
}

.log a:hover {
    color: #000 !important;
}

.xs-login-nav li a.xs-login:before {
    background: #f63c25;
}

.xs-login-nav li.log.active a.xs-login:before {
    background: #ffffff;
}

.xs-login-nav li a:hover.xs-login:before {
    background-color: #ffff;
    color: #000;
}

.xs-login:hover::before {
    background: #f63c25;
}

.navbar-toggler {
    float: right;
    border: none;
    padding-right: 0;
}

.navbar-toggler:active,
.navbar-toggler:focus {
    outline: none;
}

.navbar-light .navbar-toggler-icon {
    width: 24px;
    height: 17px;
    background-image: none;
    position: relative;
    border-bottom: 1px solid #fff;
    transition: all 300ms linear;
}

.navbar-light .navbar-toggler-icon:after,
.navbar-light .navbar-toggler-icon:before {
    width: 24px;
    position: absolute;
    height: 1px;
    background-color: #fff;
    top: 0;
    left: 0;
    content: '';
    z-index: 2;
    transition: all 300ms linear;
}

.navbar-light .navbar-toggler-icon:after {
    top: 8px;
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
    transform: rotate(45deg);
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before {
    transform: translateY(8px) rotate(-45deg);
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
    border-color: transparent;
}


/*slider*/

.slider {}

.carousel-caption-text h1 {
    font-size: 62px;
    color: #ffffff;
    font-weight: 300;
}

.carousel-caption-text h1 span {
    font-size: 72px;
    color: #ffffff;
    font-weight: 400;
    font-family: Oswald;
}

.carousel-caption-text h2 {
    font-size: 72px;
    color: #f63c25;
    font-weight: 400;
    font-family: Oswald;
}

.carousel-caption-text p {
    font-size: 19px;
    color: #b6b6b6;
    font-weight: 600;
    padding-bottom: 20px;
    padding-top: 10px;
}

.button_text {
    font-size: 15px;
    color: #fff;
    padding: 15px 30px;
    transition: all ease 0.5s 0s;
    background-color: #f63c25;
    display: inline-block;
    text-transform: uppercase;
}

.button_text:hover {
    text-decoration: none;
    color: #f63c25;
    background-color: #fff;
}


/*slider section end*/


/*Our Features*/

.Features {
    background-color: #101010;
    padding-top: 40px;
    padding-bottom: 100px;
}


/*.clear_title {
    position: relative;
    top: -74px;
}*/

.clear_title h3 {
    color: #141414;
    font-size: 86px;
    font-weight: 700;
}

.title h4 {
    color: #fff;
    font-size: 38px;
    font-weight: 700;
    position: relative;
    top: -43px;
}

.title h4 span {
    color: #f63c25;
    font-size: 38px;
    font-weight: 700;
}

.features_box1 {
    background-image: url(../images/features_1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 45px 25px;
    border: 1px solid transparent;
    transition: all 0.5s ease-in-out;
}

.content {
    position: relative;
    width: 100%;
    max-width: 400px;
    margin: auto;
    overflow: hidden;
}

.content .content-overlay {
    background: rgba(246, 60, 37, 0.6);
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}

.content:hover .content-overlay {
    opacity: 1;
}

.content:hover h3,
.content:hover p {
    color: #fff;
    -webkit-transform: translate3d(0, -0%, 0) translate3d(0, -0px, 0);
}

.features_icon {
    -webkit-transform: translate3d(0, -0%, 0) translate3d(0, -0px, 0);
}

.features_box2 {
    background-image: url(../images/features_2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 45px 25px;
    border: 1px solid transparent;
    transition: all 0.5s ease-in-out;
}

.features_box3 {
    background-image: url(../images/features_3.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 45px 25px;
    border: 1px solid transparent;
    transition: all 0.5s ease-in-out;
}

.features_detail h3 {
    font-size: 23px;
    color: #fff;
    font-weight: 500;
    padding-top: 15px;
}

.features_detail p {
    font-size: 15px;
    color: #bdbdbd;
    padding-top: 10px;
    min-height: 98px;
}


/*Features section end*/


/*about section start*/

.about_1,
.testimonials {
    background-color: #141414;
    padding-top: 100px;
}

.testimonials {
    background-color: #141414;
    padding-top: 40px;
}

.about_text {}

.about_text h2 {
    color: #fff;
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 25px;
}

.about_text h2 span {
    color: #f63c25;
}

.about_text p {
    color: #b3b3b3;
}

.about_2 {
    background-color: #101010;
    padding-top: 100px;
}


/*about section end*/


/*Call to action section start*/

.call_to_action {
    background-image: url(../images/call_to_action.jpg);
    padding: 65px 0;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    background-attachment: fixed;
    background-position: center;
}

.call_to_action:before {
    background: linear-gradient(to right, rgba(196, 19, 48, 0.7) 0%, rgba(246, 60, 37, 0.7) 50%);
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    position: absolute;
    border-radius: 0px 0px 0px 0px;
}

.call_text h2 {
    color: #fff;
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 18px;
}

.call_text p {
    color: #fff;
    font-size: 15px;
    margin: 0;
}

.call_btn a {
    border: 1px solid #fff;
    color: #fff;
    padding: 10px 30px;
    display: inline-block;
    margin-top: 20px;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.5px;
    transition: all 0.5s ease-in-out;
    text-transform: uppercase;
}

.call_btn a:hover {
    background-color: #fff;
    color: #f63c25;
    text-decoration: none;
}


/*call to action section end*/


/*testimonials section start*/

.p-100 {
    padding-bottom: 40px;
}

.client_title h3 {
    color: #181818;
    font-size: 86px;
    font-weight: 700;
}

.client_img img {
    margin: auto;
    border-radius: 70px;
    border: 2px solid #f53d27;
}

.client_img {
    margin: 0 auto;
    width: 99px;
    height: 99px;
}

.client_detail h3 {
    font-size: 20px;
    color: #f53d27;
    font-weight: 500;
    letter-spacing: 0.5px;
    text-align: center;
    margin-bottom: 5px;
    margin-top: 25px;
}

.client_detail h4 {
    font-size: 15px;
    color: #8f8f8f;
    letter-spacing: 0.5px;
    text-align: center;
}

.client_detail p {
    font-size: 15px;
    color: #8f8f8f;
    letter-spacing: 0.5px;
    line-height: 25px;
    font-style: italic;
    text-align: center;
    padding: 0px 10px;
    margin-top: 35px;
    font-weight: 500;
}

.owl-theme .owl-nav {
    margin-top: 10px;
    display: none;
}

.owl-theme .owl-dots .owl-dot.active span {
    background-color: #f53d27;
    width: 10px;
    height: 10px;
}

.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #ffffff;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 0;
    margin-top: 50px;
}


/*testimonials section end*/


/*Pricing plan section Start*/

.pricing {
    background-color: #101010;
    padding-top: 40px;
    background-image: url(../images/pricing_img.jpg);
    background-position: center;
    padding-bottom: 100px;
}

.pricing_title {
    background-color: #f63c25;
    width: 100%;
    padding: 25px 0;
}

.pricing_title h3 {
    color: #fff;
    font-size: 32px;
}

.sub-title {
    color: #fff;
    position: relative;
    top: -43px;
    font-size: 16px;
}

@media (max-width:575px) {
    .sub-title {
        top: -35px;
        font-size: 14px;
    }

}

.price_1 {
    background-image: url(../images/pricing_img1.jpg);
    padding: 55px 0;
    background-size: cover;
    background-repeat: no-repeat;
    transition: all 0.5s;
}

.content:hover h4 {
    color: #fff;
    -webkit-transform: translate3d(0, -0%, 0) translate3d(0, -0px, 0);
}

.price_1:hover .button_text,
.price_2:hover .button_text,
.price_3:hover .button_text {
    background-color: #fff;
    color: #f63c25;
    -webkit-transform: translate3d(0, -0%, 0) translate3d(0, -0px, 0);
}

.price_2 {
    background-image: url(../images/pricing_img2.jpg);
    padding: 55px 0;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

.price_3 {
    background-image: url(../images/pricing_img3.jpg);
    padding: 55px 0;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

.price h4 {
    font-size: 62px;
    font-weight: 600;
    margin-bottom: 10px;
}

.price p {
    font-size: 19px;
    font-weight: 600;
}

.price_det {
    margin: 40px 0;
    display: inline-block;
    padding: 15px;
}

.price_det p {
    font-size: 14px;
    color: #8f8f8f;
    list-style: none;
    font-weight: 500;
    display: flex;
    text-align: left;
}

/*pricing plan section end*/


/*footersection Start*/

.footer {
    background-image: url(../images/footer_img.jpg);
    padding: 70px 0;
    background-size: cover;
    background-repeat: no-repeat;
}

.footer-text p {
    color: #ffffff;
    font-size: 15px;
    line-height: 24px;
    margin-top: 30px;
}

.footer_title h3 {
    font-size: 26px;
    color: #ffffff;
    font-weight: 600;
    margin-top: 10px;
    margin-bottom: 50px;
}

.footer_title h3 span {
    color: #f63c25;
}

.footer_link li {
    list-style: none;
    line-height: 30px;
    /* text-transform: capitalize; */
}

.footer_link a {
    font-size: 15px;
    color: #fff;
    /* margin-bottom: 20px; */
    transition: all 0.5s ease;
    display: block;
}

.footer_link a::first-letter {
    text-transform: capitalize;
}

.footer_link a.mail::first-letter {
    text-transform: unset !important;
}

.footer_link a:hover,
.contact_text a:hover,
.footer_bottom p a {
    text-decoration: none;
    color: #f63c25;
}

.contact_box {
    margin-bottom: 15px;
    margin-bottom: 5px;
    margin-bottom: 5px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
}

.contact_icon {
    float: left;
    width: 30px;
    text-align: center;
}

.contact_icon {
    flex: 0 0 30px;
    text-align: left;
}

.contact_text {
    flex: 0 0 calc(100% - 40px);
}

.contact_text a {
    color: #fff;
    font-size: 15px;
    line-height: 27px;
    margin-bottom: 0;
    transition: all 0.5s ease;
}

.footer_bottom {
    background-color: #101010;
    padding: 15px 0;
}

.footer_bottom p {
    margin: 0;
    color: #8f8f8f;
    font-size: 14px;
}

.footer_bottom p a {
    color: #f63c25;
}

.card_box img {
    float: right;
}

.money_back {
    text-align: center;
    padding-top: 50px;
}


/*---------Contact_page------*/

.inner-banner {
    background-image: url(../images/inner-banner.jpg);
    background-size: cover;
    background-position: center;
    position: relative;
    padding: 110px 0 110px 0;
}

.inner-banner:before {
    background-color: rgba(0, 0, 0, 0.9);
    content: '';
    height: 100%;
    width: 100%;
    top: 0;
    position: absolute;
}

.breadcrumb-inner {
    text-align: center;
}

.breadcrumb-inner .support-header {
    font-size: 16px;
}

.inner-titile h4 {
    color: #fff;
    font-size: 42px;
    font-weight: 700;
}

.inner-titile h4 span {
    color: #f63c25;
    font-size: 42px;
    font-weight: 700;
}

.inner-link span {
    line-height: 20px;
    text-align: center;
    padding: 0;
    font-size: 22px;
    color: #fff;
}

.inner-link li {
    display: inline-block;
    position: relative;
    margin: 0 10px 0px 10px;
    font-weight: 500;
    font-size: 22px;
}

.inner-link a {
    color: #fff;
    font-weight: 400;
}

.inner-link a:hover {
    text-decoration: none;
}

.contact_det {
    padding: 85px 0;
}

.content_box {
    color: #000;
    font-size: 15px;
    line-height: 24px;
}

.cookiealert.show~#chat-widget-container {
    bottom: 45px !important;
}

#chat-widget-container {
    bottom: 5px !important;
}

.cookiealert.show+#button {
    bottom: 60px;
}

.info_box1 {
    background-image: url(../images/contact_img1.jpg);
    padding: 45px 40px;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    position: relative;
    margin: 0 auto;
    text-align: center;
    max-width: 363px;
    background-size: cover;
}

.info_box2 {
    background-image: url(../images/contact_img2.jpg);
    padding: 45px 40px;
    background-repeat: no-repeat;
    position: relative;
    margin: 0 auto;
    text-align: center;
    max-width: 363px;
    background-size: cover;
    width: 100%;
    height: 100%;
}

.info_box3 {
    background-image: url(../images/contact_img3.jpg);
    padding: 45px 35px;
    background-repeat: no-repeat;
    position: relative;
    margin: 0 auto;
    text-align: center;
    max-width: 363px;
    background-size: cover;
    width: 100%;
    height: 100%;
}

.info_icon i {
    position: relative;
    justify-content: center;
    display: flex;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
    color: #101010;
    z-index: 1;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.info_icon .flaticon-telephone:before,
.info_icon .flaticon-black-back-closed-envelope-shape:before,
.info_icon .flaticon-placeholder:before {
    color: #fff;
    font-size: 25px;
    line-height: 50px;
}

.info_icon i:after {
    position: absolute;
    height: 50px;
    width: 75px;
    content: "";
    background: #f63c25;
    -webkit-transform: skew(-22deg);
    -ms-transform: skew(-22deg);
    transform: skew(-22deg);
    margin: 0;
    z-index: -2;
}

.info_detail h3 {
    color: #fff;
    font-size: 22px;
    font-weight: 400;
    padding-top: 20px;
}

.info_detail h4 {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    margin: 0;
    word-break: break-all;
}

.info_detail h4 p {
    word-break: break-all;
}

.info_detail h4 a {
    color: #fff;
}

.form_bg {
    background-image: url(../images/form_bg.jpg);
    background-position: bottom;
}

.inputWithIcon {
    position: relative;
    margin-bottom: 20px;
}

input[type="text"],
input[type="email"],
.form_input {
    width: 100%;
    border: aliceblue;
    border-radius: 4px;
    margin: 0px 0;
    outline: none;
    padding: 13px;
    box-sizing: border-box;
    transition: 0.3s;
    font-size: 15px;
    color: #ffffff;
    font-weight: 500;
    border: 1px solid #f63c25;
    background-color: #141414;
}

.inputWithIcon input[type="text"] {
    padding-left: 15px;
}

textarea {
    width: 100%;
    border: aliceblue;
    border-radius: 4px;
    margin: 0px 0;
    outline: none;
    padding: 13px;
    box-sizing: border-box;
    transition: 0.3s;
    font-size: 15px;
    color: #ffffff;
    font-weight: 500;
    height: 100px;
    border: 1px solid #f63c25;
    background-color: #141414;
}

.contact_btn {
    text-align: center;
    margin-top: 20px;
}

.contact_btn .form_btn {
    background: #f63c25;
    padding: 11px 35px;
    width: 210px;
    color: #fff;
    border: 0;
    font-size: 16px;
    transition: all ease 0.5s 0s;
}

.contact_btn .form_btn:hover {
    color: #f63c25;
    background-color: #fff;
    cursor: pointer;
    transition: all ease 0.5s 0s;
}


/*-------------sign_page-----------*/

.sign {
    background-image: url(../images/sign_in_bg.jpg);
    background-repeat: no-repeat;
    padding-top: 100px;
    background-position: bottom;
    background-size: cover;
}

.sign_title h3 {
    color: #181818;
    font-size: 86px;
    font-weight: 700;
    margin: 0;
}

.title_sign h4 {
    color: #fff;
    font-size: 36px;
    font-weight: 700;
    margin: 0;
    position: relative;
    top: -35px;
}

.title_sign h4 span {
    color: #f63c25;
    font-size: 36px;
    font-weight: 700;
}

.title_sign p {
    color: #b3b3b3 !important;
    margin-top: -26px;
}

.forgot a {
    color: #8f8f8f;
    float: right;
    font-size: 15px;
    margin-bottom: 25px;
}

.signin_form {
    margin-bottom: 40px;
}

.signup_page {
    background-image: url(../images/signup_bg.jpg);
    padding-top: 60px;
    padding-bottom: 100px;
    position: relative;
    background-size: cover;
}

.signup_page:before {
    content: '';
    height: 100%;
    width: 100%;
    top: 0;
    position: absolute;
    background: rgb(0, 0, 0);
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.7) 0%, rgba(20, 20, 20, 1) 53%, rgba(20, 20, 20, 1) 100%);
}

.offer_con_box {
    margin-top: 60px;
}

.offer {
    padding: 0px 0 30px 30px;
}

.signup_col {
    display: flex;
    justify-content: flex-start;
}

.guarantee_logo {
    margin-bottom: 25px;
}

.offer_con h4 {
    font-size: 28px;
    color: #fff;
    letter-spacing: 0.5px;
    margin-bottom: 20px;
}

.offer_con h4 span {
    color: #f63c25;
}

.offer_con h2 {
    font-size: 52px;
    color: #fff;
    font-weight: 700;
    text-align: left;
    line-height: 70px;
    margin-bottom: 20px;
}

.offer_con h2 span {
    color: #f63c25;
}

.signup_page input[type=checkbox]+label {
    display: block;
    margin: 0.2em;
    cursor: pointer;
    padding: 0.2em;
    float: left;
}

.signup_page input[type=checkbox]+label {
    display: flex;
    margin: 0.2em;
    cursor: pointer;
    padding: 0.2em;
    float: left;
    position: relative;
}

.signup_page input[type=checkbox] {
    position: absolute;
    left: 10px;
    top: 10px;
    opacity: 0;
}

.signup_page input[type=checkbox]+label:before {
    content: "";
    border: 2px solid #b3b3b3;
    border-radius: 0.2em;
    display: inline-block;
    min-width: 20px;
    height: 20px;
    padding-left: 3px;
    padding-bottom: 0px;
    margin-right: 0.2em;
    vertical-align: bottom;
    color: transparent;
    transition: .2s;
    line-height: 18px;
}

.signup_page input[type=checkbox]:checked+label:after {
    content: '';
    display: block;
    position: absolute;
    top: 5px;
    left: 10px;
    width: 7px;
    height: 12px;
    border: solid #ffffff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

/* .signup_page input[type=checkbox]+label:active:before {
    transform: scale(0);
} */

.signup_page input[type=checkbox]:checked+label:before {
    background-color: #ef3b24;
    border-color: #ef3b24;
    color: #fff;
}

.signup_page .title {
    margin-bottom: 40px;
}

.signup_page .guarantee_logo {
    text-align: left;
}

p.check_box {
    display: inline-block;
    /* vertical-align: middle; */
    font-size: 15px;
    color: #b3b3b3;
    font-weight: 500;
    margin-left: 5px;
    margin-top: -4px;
}

p.check_box a {
    color: #f63c25;
}

.left_img {
    float: left;
    margin-right: 28px;
    margin-bottom: 15px;
}

.content_box p {
    font-size: 15px;
    color: #8f8f8f;
    letter-spacing: 0.5px;
    line-height: 25px;
}

.right_img {
    float: right;
    margin-left: 28px;
    margin-bottom: 15px;
}

.terms-of-services {
    padding-top: 100px;
    padding-bottom: 100px;
}

#button {
    display: inline-block;
    background-color: #f63c25;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-radius: 50px;
    position: fixed;
    bottom: 70px;
    right: 15px;
    transition: background-color .3s, opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
}

#button::after {
    content: "\f077";
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    font-size: 18px;
    line-height: 48px;
    color: #fff;
}

#button:hover {
    cursor: pointer;
    background-color: #333;
}

#button:active {
    background-color: #555;
}

#button.show {
    opacity: 1;
    visibility: visible;
}

.title_sign p {
    color: #fff;
    margin-bottom: 15px;
}

.cancel-mem {
    padding: 0 0 0 25px;
    margin: 15px 0 30px;
    display: inline-block;
}

.cancel-mem li {
    margin: 0 0 10px 0;
    color: #ffffff;
    list-style-type: decimal;
}


/*Cookie */

.cookiealert {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    margin: 0 !important;
    z-index: 999;
    opacity: 0;
    border-radius: 0;
    transform: translateY(100%);
    transition: all 500ms ease-out;
    color: #ecf0f1;
    background: rgba(0, 0, 0, 0.9);
    ;
}

.cookiealert.show {
    opacity: 1;
    transform: translateY(0%);
    transition-delay: 1000ms;
}

.cookiealert .acceptcookies {
    margin-left: 10px;
    vertical-align: baseline;
}

.cookiealert a {
    text-decoration: none;
    color: #f63c25;
}

.cookiealert a:hover {
    border-bottom: 1px solid #f63c25;
}

.cookiealert .acceptcookies {
    background: #f63c25;
    border: 1px solid #f63c25;
}

.cookiealert .acceptcookies:hover,
.cookiealert .acceptcookies:focus {
    background: #333;
    border: 1px solid #333;
    color: #fff
}


/* Cookie css end */


/* Support page css start */

.help_wrapper {
    position: relative;
    background: #ffffff;
    overflow: hidden;
}

.help_wrapper .help_section {
    padding: 70px 0;
    background-image: url(../images/pricing_img.jpg);
    background-position: center;
    background: #101010;
    overflow: hidden;
}

.help_wrapper .help_section:before {
    background: linear-gradient(to right, rgba(196, 19, 48, 0.7) 0%, rgba(246, 60, 37, 0.7) 50%);
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    position: absolute;
    border-radius: 0px 0px 0px 0px;
    display: none;
}

.help_wrapper .help_section .help_title {
    display: inline-block;
    width: 100%;
    margin: 0 0 10px 0;
    position: relative;
}

.help_wrapper .help_section .help_title h4 {
    font-size: 20px;
    color: #ffffff;
    margin-bottom: 0px;
    margin: auto;
    letter-spacing: 0;
    text-align: center;
}

.help_wrapper .help_section .help_title h2 {
    font-size: 42px;
    color: #ffffff;
    text-align: center;
    font-weight: 500;
    margin: auto;
    text-align: center;
    letter-spacing: 0;
    line-height: normal;
    padding-top: 10px;
}

.help_wrapper .help_section .help_row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    padding: 40px 0 0 0;
    margin: 0;
    border-radius: 5px;
    position: relative;
    z-index: 2;
    overflow: hidden;
}

.help_wrapper .help_section .help_row .help_col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333%;
    flex: 0 0 33.3333%;
    padding: 0 15px;
    position: relative;
    z-index: 1;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: flex;
    align-items: stretch;
}

.help_wrapper .help_section .help_row .help_col .support_box {
    background: #141414;
    padding: 1px;
    border-radius: 0px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    display: flex;
    align-items: stretch;
}

.help_wrapper .help_section .help_row .help_col .support_box .support_column {
    padding: 30px 20px;
    background: #141414;
    border-radius: 0px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all ease 0.5s 0s;
    transition: all ease 0.5s 0s;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

.help_wrapper .help_section .help_row .help_col .support_box .support_column .support_circle {
    min-height: 90px;
    min-width: 90px;
    padding: 5px;
    background: #f63c25;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 100px;
    -webkit-box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.15);
    margin: 0 auto 15px;
}


.help_wrapper .help_section .help_row .help_col .support_box .support_column .support_circle .img2 {
    display: none;
}

.help_wrapper .help_section .help_row .help_col .support_box .support_column h4 {
    font-size: 22px;
    color: #ffffff;
    font-weight: 600;
    position: relative;
    margin-bottom: 20px;
    text-align: center;
    background: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.help_wrapper .help_section .help_row .help_col .support_box .support_column p {
    font-size: 15px;
    color: #ffffff;
    line-height: 25px;
    position: relative;
    margin-bottom: 20px;
    text-align: center;
    background: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    height: 100% !important;
}

.help_wrapper .help_section .help_row .help_col .support_box .support_column .help_button {
    text-align: center;
    background: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    /*position: absolute;*/
    /*bottom: 20px;*/
    left: 0;
    right: 0;
    margin: 0 auto;
}

.help_wrapper .help_section .help_row .help_col .support_box .support_column .help_button a {
    width: 150px;
    text-align: center;
    font-size: 15px;
    color: #fff;
    padding: 15px 30px;
    transition: all ease 0.5s 0s;
    background-color: #f63c25;
    display: inline-block;
    box-shadow: 0px 5px 15px 0px rgba(62, 62, 62, 0.17);
    margin-top: 25px;
    margin: auto;
    border: none;
    transition: all ease 0.5s 0s;
    border-radius: 0;
}

.help_wrapper .help_section .help_row .help_col .support_box .support_column .help_button :hover {
    background: #ffffff;
    color: #f63c25;
    text-decoration: none;
    cursor: pointer;
    transition: all ease 0.5s 0s;
}

.help_wrapper .accordian_wrapper {
    padding: 70px 0;
    background: #141414;
    overflow: hidden;
}

.help_wrapper .accordian_wrapper .accordion_title {
    display: inline-block;
    width: 100%;
    text-align: center;
}

.help_wrapper .accordian_wrapper .accordion_title h2 {
    font-size: 42px;
    color: #ffffff;
    letter-spacing: 1px;
    position: relative;
    margin-top: 0;
    margin-bottom: 20px;
    text-align: center;
    background: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.help_wrapper .accordian_wrapper .accordion_title p {
    font-size: 15px;
    color: #ffffff;
    line-height: 25px;
    position: relative;
    margin-bottom: 30px;
    text-align: center;
}

.help_wrapper .accordian_wrapper .accordion_support {
    display: block;
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.help_wrapper .accordian_wrapper .accordion_support .faq_content .faq_quest {
    margin: 0 0 20px 0;
    -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1);
    border-radius: 15px;
    counter-increment: step-counter;
    position: relative;
}

.help_wrapper .accordian_wrapper .accordion_support .faq_content .faq_quest::before {
    content: counter(step-counter)".";
    margin-right: 5px;
    font-size: 15px;
    color: #ffffff;
    font-weight: bold;
    padding: 0;
    position: absolute;
    left: 20px;
    top: 17px;
    z-index: 1;
}

.help_wrapper .accordian_wrapper .accordion_support .faq_content .faq_quest h5 {
    margin: 0;
}

.help_wrapper .accordian_wrapper .accordion_support .faq_content .faq_quest h5 a {
    font-size: 15px;
    color: #ffffff;
    line-height: 25px;
    font-family: 'Roboto', sans-serif;
    padding: 15px 60px 15px 45px;
    margin: 0;
    display: inline-block;
    width: 100%;
    text-decoration: none;
    border: none;
    background: #101010;
    box-shadow: none;
    text-align: left;
    position: relative;
    -webkit-transition: all ease 0.5s 0s;
    transition: all ease 0.5s 0s;
    border-radius: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.help_wrapper .accordian_wrapper .accordion_support .faq_content .faq_quest h5 a i {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    right: 15px;
    height: 40px;
    line-height: 40px;
    color: #ffffff;
    background: #f63c25;
    border-radius: 40px;
    text-align: center;
}

.help_wrapper .accordian_wrapper .accordion_support .faq_content .faq_quest h5 a i:before {
    display: inline-block;
    height: 40px;
    line-height: 42px;
}

.help_wrapper .accordian_wrapper .accordion_support .faq_content .faq_quest .collapse .card_body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1.25rem;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 0;
    top: -3px;
    border-radius: 0 0 10px 10px;
}

.help_wrapper .accordian_wrapper .accordion_support .faq_content .faq_quest .show .card_body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 1px;
    padding: 15px 45px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background: #101010;
    background-clip: border-box;
    border: 0;
    border-radius: 0 0 10px 10px;
}

.help_wrapper .accordian_wrapper .accordion_support .faq_content .faq_quest .show .card_body p {
    font-size: 15px;
    color: #ffffff;
    line-height: 25px;
}

.help_wrapper .accordian_wrapper .accordion_support .faq_content .faq_quest .show .card_body #customers {
    margin: 10px 0;
}

.help_wrapper .accordian_wrapper .accordion_support .faq_content .faq_quest .collapsing {
    border: 0;
    -webkit-transition: height 0s ease;
    transition: height 0s ease;
    display: none;
}

.help_wrapper .subscription_wrapper {
    background-image: url(../images/call_to_action.jpg);
    padding: 70px 0;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    background-attachment: fixed;
    background-position: center;
    overflow: hidden;
}

.help_wrapper .subscription_wrapper::before {
    background: linear-gradient(to right, rgba(196, 19, 48, 0.7) 0%, rgba(246, 60, 37, 0.7) 50%);
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    position: absolute;
    border-radius: 0px 0px 0px 0px;
}

.help_wrapper .subscription_wrapper .subscription_block {
    display: inline-block;
    width: 100%;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 5px;
}

.help_wrapper .subscription_wrapper .subscription_block .subscription_title {
    display: inline-block;
    width: 100%;
}

.help_wrapper .subscription_wrapper .subscription_block .subscription_title h2 {
    font-size: 42px;
    color: #ffffff;
    letter-spacing: 1px;
    position: relative;
    margin-top: 0;
    margin-bottom: 15px;
    text-align: center;
    background: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.help_wrapper .subscription_wrapper .subscription_block .subscription_title p {
    font-size: 15px;
    color: #ffffff;
    line-height: 25px;
    position: relative;
    margin-bottom: 30px;
    text-align: center;
}

.help_wrapper .subscription_wrapper .subscription_block .subscription_title .email-subscription .form-group {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    max-width: 530px;
    margin: 0 auto;
}

.help_wrapper .subscription_wrapper .subscription_block .subscription_title .email-subscription .form-group .email-input {
    width: 100%;
    height: 50px;
    border-radius: 0;
    border: 1px solid #ffffff;
    padding-left: 15px;
    margin-bottom: 20px;
    background: transparent;
    outline: none;
    box-shadow: none;
    padding: 0 15px;
    color: #ffffff;
}

.help_wrapper input[type="email"]::placeholder {
    color: #e5e5e5;
}

.help_wrapper .subscription_wrapper .subscription_block .subscription_title .email-subscription .form-group .email-input:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
}

.help_wrapper .subscription_wrapper .subscription_block .subscription_title .email-subscription .form-group .help_button_cancel {
    font-size: 15px;
    color: #ffffff;
    padding: 0 30px;
    transition: all ease 0.5s 0s;
    background: transparent;
    display: inline-block;
    letter-spacing: 0.5px;
    margin: 0;
    display: inline-block;
    width: 100%;
    text-align: center;
    text-decoration: none;
    border-radius: 0;
    -webkit-transition: all ease 0.5s 0s;
    transition: all ease 0.5s 0s;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-weight: 500;
    border: 1px solid #ffffff;
    height: 50px;
    line-height: 50px;
    margin: 0 auto;
}

.help_wrapper .subscription_wrapper .subscription_block .subscription_title .email-subscription .form-group .help_button_cancel:hover {
    background: #ffffff;
    color: #f63c25;
    text-decoration: none;
    cursor: pointer;
    transition: all ease 0.5s 0s;
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0;
}

.modal .modal-dialog {
    position: relative;
    width: auto;
    margin: 0.5rem;
    pointer-events: none;
    max-width: 500px;
    margin: 1.75rem auto;
}

.modal .modal-dialog .modal-content {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background: #141414;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem;
    outline: 0;
    margin: 0 5px;
}

.modal .modal-dialog .modal-content .modal-header {
    border: 0;
    padding: 20px 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: calc(0.3rem - 1px);
    border-top-right-radius: calc(0.3rem - 1px);
}

.modal .modal-dialog .modal-content .modal-header h2 {
    font-size: 42px;
    color: #ffffff;
    letter-spacing: 1px;
    font-size: 30px;
    margin: 0;
    width: 100%;
    text-align: center;
}

.modal .modal-dialog .modal-content .modal-header .close {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #ffffff;
    text-shadow: 0 1px 0 #fff;
    padding: 1rem 1rem;
    margin: -1rem -1rem -1rem auto;
    background: transparent;
    border: none;
    cursor: pointer;
    opacity: 1;
}

.modal .modal-dialog .modal-content .modal-body {
    padding: 20px 30px;
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.modal .modal-dialog .modal-content .modal-body p {
    font-size: 15px;
    color: #ffffff;
    line-height: 25px;
    margin: 0 0 15px 0;
    font-size: 15px;
}

.modal .modal-dialog .modal-content .modal-body ol {
    padding: 0;
    margin: 10px 0;
    list-style: inside;
}

.modal .modal-dialog .modal-content .modal-body ol li {
    font-weight: 400;
    color: #ffffff;
    font-size: 15px;
    list-style-type: decimal;
}

.modal .modal-dialog .modal-content .modal-body .cancel-membership-form .form-group {
    position: relative;
    margin-top: 20px;
}

.modal .modal-dialog .modal-content .modal-body .cancel-membership-form .form-group .form-control {
    width: 100%;
    height: 50px;
    border-radius: 0;
    padding-left: 15px;
    padding: 0 15px;
    margin-bottom: 20px;
    box-shadow: none;
    outline: none;
    color: #ffffff;
    border: 1px solid #f63c25;
    background-color: #141414;
}

.modal .modal-dialog .modal-content .modal-body .cancel-membership-form .form-group .modal-button {
    display: inline-block;
    background: #f63c25;
    text-align: center;
    box-sizing: border-box;
    font-size: 15px;
    color: #fff;
    letter-spacing: 0.5px;
    font-weight: 500;
    padding: 0 15px;
    margin: 0;
    height: 50px;
    line-height: 50px;
    width: 100%;
    max-width: 100%;
    text-decoration: none;
    border-radius: 0;
    box-shadow: none;
    border: none;
    cursor: pointer;
    transition: all ease 0.5s 0s;
}

.modal .modal-dialog .modal-content .modal-body .cancel-membership-form .form-group .modal-button:hover {
    background: #ffffff;
    color: #f63c25;
    text-decoration: none;
    transition: all ease 0.5s 0s;
    cursor: pointer;
}

.modal .modal-dialog .modal-content .modal-body .contact-us-modal .form-group {
    position: relative;
}

.modal .modal-dialog .modal-content .modal-body .contact-us-modal .form-group label {
    display: inline-block;
    margin-bottom: 0.5rem;
    color: #ffffff;
}

.modal .modal-dialog .modal-content .modal-body .contact-us-modal .form-group .form-control {
    width: 100%;
    height: 50px;
    border-radius: 0;
    padding-left: 15px;
    padding: 0 15px;
    margin-bottom: 20px;
    box-shadow: none;
    outline: none;
    color: #ffffff;
    border: 1px solid #f63c25;
    background-color: #141414;
}

.modal .modal-dialog .modal-content .modal-body .contact-us-modal .form-group .form-group-text {
    height: auto;
    width: 100%;
    border: aliceblue;
    border-radius: 0;
    margin: 0px 0;
    outline: none;
    padding: 13px;
    box-sizing: border-box;
    transition: 0.3s;
    font-size: 15px;
    color: #ffffff;
    font-weight: 500;
    border: 1px solid #f63c25;
    background-color: #141414;
}

.modal .modal-dialog .modal-content .modal-button {
    display: inline-block;
    background: #f63c25;
    text-align: center;
    box-sizing: border-box;
    font-size: 15px;
    color: #fff;
    letter-spacing: 0.5px;
    font-weight: 500;
    padding: 0 15px;
    margin: 0;
    height: 50px;
    line-height: 50px;
    width: 100%;
    max-width: 100%;
    text-decoration: none;
    border-radius: 0;
    box-shadow: none;
    border: none;
    cursor: pointer;
    transition: all ease 0.5s 0s;
}

.modal .modal-dialog .modal-content .modal-button:hover {
    background: #ffffff;
    color: #f63c25;
    text-decoration: none;
    transition: all ease 0.5s 0s;
}

.modal .modal-dialog-centered {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - 3.5rem);
    max-width: 500px;
    margin: 1.75rem auto;
}

.modal-open {
    overflow: hidden;
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.modal-open .fade {
    -webkit-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear;
}

.modal-open .fade .modal-dialog {
    -webkit-transition: -webkit-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
    -webkit-transform: translate(0, -50px);
    transform: translate(0, -50px);
}

.modal-open .show .modal-dialog {
    -webkit-transform: none;
    transform: none;
}

.modal-open .modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.5);
}

.modal-open .fade {
    opacity: 0;
}

.modal-open .show {
    opacity: 1;
}

.faq_table tr {
    background: #ffff;
}

/* Support page css end */
/* recaptcha css start here */
@media (max-width:575px) {
    .g-recaptcha {
        transform: scale(0.77);
        transform-origin: 0 0;
        margin-bottom: 0;
    }
}

/* recaptcha css end's here */


/* FOR GOOGLE TRANSLATE CSS START HERE */
.skiptranslate,
.goog-te-combo {
    display: none !important;
}

body {
    top: 0 !important;
}

.goog-te-gadget {
    display: block !important;
}

#google_translate_element,
select.goog-te-combo {
    position: fixed;
    z-index: 999;
    top: -999px;
}

body .goog-text-highlight {
    background: transparent !important;
    box-shadow: none !important;
}

#teams-dropdown-menu span.icon .fa {
    display: none;
}

.loader {
    z-index: 999999;
    position: fixed;
    top: 0;
    bottom: 0;
    height: 100vh;
    width: 100%;
    background: #fff;
    left: 0;
}

#teams-dropdown-menu ul li {
    text-transform: capitalize;
}

#teams-dropdown-menu {
    border-radius: 3px;
    position: relative;
    background-color: #ffffff;
    cursor: pointer;
    width: 60px;
    display: flex;
    align-items: center;
    margin-left: 4px;
    height: 36px;
    padding: 6px;
    margin-bottom: 8px;
}

#teams-dropdown-menu .flag-text {
    font-size: 0px;
    color: #000000;
}

#teams-dropdown-menu ul {
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 2px 5px #0a0a0a0d, 0 0 10px 0 #0a0a0a14;
    display: none;
    left: 0;
    overflow: hidden;
    padding: 10px 0;
    position: absolute;
    top: 50px;
    width: 135px;
    z-index: 99;
    padding: 0;
    left: unset !important;
    right: 0;
}

img.img-fluid.flg {
    margin-right: 10px;
}

#teams-dropdown-menu ul.active {
    display: block;
    animation: slidedown 0.2s;
    top: 50px;
}

@keyframes slidedown {
    from {
        margin-top: -25px;
        opacity: 0;
    }

    to {
        margin-top: 0;
        opacity: 1;
    }
}

#teams-dropdown-menu ul li {
    padding: 10px 15px;
    color: #000000;
    font-size: 14px;
    letter-spacing: 0.5px;
    height: auto !important;
    display: flex;
    margin-left: 0;
    float: none;
}

#teams-dropdown-menu ul li:hover {
    color: #000 !important;
    background-color: #f0f0f0;
}

#teams-dropdown-menu span.icon:before {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
    position: relative;
    top: 2px;
}

@media screen and (max-width: 1199px) {
    #teams-dropdown-menu {
        height: 32px;
        position: relative !important;
        background-color: #ffffff !important;
        cursor: pointer !important;
        width: 60px !important;
        display: flex !important;
        margin-right: 0px !important;
        margin-bottom: 0px !important;
    }

    #teams-dropdown-menu .flag-text {
        font-size: 0px;
        color: #000000;
        margin-right: 10px;
    }

    #teams-dropdown-menu .submenu-button {
        display: none;
    }

    #teams-dropdown-menu span.icon i {
        color: #000;
    }

    .header-main #teams-dropdown-menu {
        margin-left: auto !important;
    }

    .header.sticky header nav.menu.open ul {
        margin-top: 25px;
    }
}

@media (max-width: 575px) {
    #teams-dropdown-menu .flag-text {
        margin-right: 0;
    }
}

/* FOR GOOGLE TRANSLATE CSS END'S HERE */

.fr_wrapper .header-color:before {
    width: calc(50% - 350px);
}

.fr_wrapper .xs-login-nav li a {
    padding: 16px 6px;
}

.fr_wrapper .navbar-nav .nav-link {
    font-size: 12px;
}

.fr_wrapper .nav-link {
    padding: 20px 6px !important;
}

.contact_btn .form_btn {
    width: 270px;
    padding: 11px 15px;
}

@media (min-width: 1200px) and (max-width: 1440px) {
    .fr_wrapper .header-color:before {
        width: calc(50% - 350px) !important;
    }
}

@media (max-width: 576px) {
    .fr_wrapper .clear_title h3 {
        font-size: 32px;
    }

    .fr_wrapper .carousel-caption-text h1 {
        font-size: 52px;

    }
}

#deliverypolicy,
#cancellation,
#pricingplans {
    padding-top: 100px;
    margin-top: -100px;
    display: block;
}

@media (max-width:767px) {

    #deliverypolicy,
    #cancellation,
    #pricingplans {
        padding-top: 80px;
        margin-top: -80px;
        display: block;
    }
}