/*Owl Carousel v2.3.4*/
.owl-carousel, .owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative
}

.owl-carousel { /* display:none; */
    width: 100%;
    z-index: 1;
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item, .owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item {
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%;
}

.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
    display: none
}

.no-js .owl-carousel, .owl-carousel.owl-loaded {
    display: block
}

.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot { /* background:0 0; *//* color:inherit; */
    border: none; /* padding:0!important; *//* font:inherit; */
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block
}

.owl-carousel.owl-hidden {
    opacity: 0
}

.owl-carousel.owl-refresh .owl-item {
    visibility: hidden
}

.owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: grab
}

.owl-carousel.owl-rtl {
    direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
    float: right
}

.owl-carousel .animated {
    animation-duration: 1s;
    animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
    z-index: 0
}

.owl-carousel .owl-animated-out {
    z-index: 1
}

.owl-carousel .fadeOut {
    animation-name: fadeOut
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

.owl-height {
    transition: height .5s ease-in-out
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity .4s ease
}

.owl-carousel .owl-item .owl-lazy:not([src]), .owl-carousel .owl-item .owl-lazy[src^=""] {
    max-height: 0
}

.owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(owl.video.play.png) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform .1s ease
}

.owl-carousel .owl-video-play-icon:hover {
    -ms-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3)
}

.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
    display: none
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity .4s ease
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%
}

/*sysle.min*/


@font-face {
    font-family: Roboto-ExtraBold;
    src: url(../webfonts/Roboto-ExtraBold.ttf);

}
@font-face {
    font-family: Roboto-Light;
    src: url(../webfonts/Roboto-Light.ttf);

}
@font-face {
    font-family: Roboto-Bold;
    src: url(../webfonts/Roboto-Bold.ttf);

}

:root {
    --color-primary: #FF5757;
    --color-secondary: #FF9357;
    --color-third: #3D92DF;
    --color-fourth: #242424
}

a, body, div, footer, form, h1, h2, h3, h4, h5, h6, header, html, i, label, li, menu, nav, ol, p, section, span, strong, ul {
    margin: 0;
    padding: 0
}

body {
    line-height: 26px;
    font-family: Montserrat, sans-serif;
    font-weight: 500;
    overflow-x: hidden;
    background-color: #fff;
    font-size: 16px;
    color: #686f82
}

ol, ul {
    list-style: none
}

a:hover {
    text-decoration: none
}

h1, h2, h3, h4, h5 {
    font-family: Roboto-Bold;
}

button:focus, input:focus, select:focus, textarea:focus {
    outline: 0
}

input::-webkit-inner-spin-button, input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

input[type=number] {
    -moz-appearance: textfield
}

.hamburger-menu {
    cursor: pointer;
    position: absolute;
    right: 15px;
    display: none;
    z-index: 999;
    top: -10px
}

.hamburger-menu span {
    background: #000;
    width: 30px;
    height: 3px;
    display: block;
    margin: 5px 0;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.hamburger-menu:hover .line-top {
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%)
}

.hamburger-menu:hover .line-bottom {
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%)
}

.hamburger-menu:hover .line-bottom.current, .hamburger-menu:hover .line-top.current {
    -webkit-transform: 0;
    -ms-transform: 0;
    transform: 0
}

.hamburger-menu .line-top.current {
    -webkit-transform: translateY(200%) rotate(135deg);
    -ms-transform: translateY(200%) rotate(135deg);
    transform: translateY(200%) rotate(135deg)
}

.hamburger-menu .line-center.current {
    opacity: 0
}

.hamburger-menu .line-bottom.current {
    -webkit-transform: translateY(-325%) rotate(-135deg);
    -ms-transform: translateY(-325%) rotate(-135deg);
    transform: translateY(-325%) rotate(-135deg)
}

.mobile_menuwrapper {
    display: none
}

.mobile_menuwrapper i {
    position: unset !important
}

.menu_wrapper .overlay {
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .63);
    height: 100vh;
    width: 100%;
    z-index: 999999;
    visibility: hidden;
    -webkit-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out
}

header {
    position: fixed;
    height: 80px;
    z-index: 1000;
    top: 0;
    left: 0;
    right: 0;
    width: 100%
}

.dropdown-toggle::after {
    display: none
}

.dropdown-menu.show {
    display: block;
    width: 160px
}

header.sticky {
    position: fixed;
    width: 100%;
    background: #fff;
    -webkit-box-shadow: 0 8px 20px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 8px 20px 0 rgba(0, 0, 0, .1)
}

.default_menu {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.default_menu li {
    display: inline-block;
    cursor: pointer
}

.default_menu li a {
    font-weight: 700;
    font-size: 15px;
    line-height: 18px;
    color: #242424;
    position: relative;
    font-family: Roboto-Bold;
    padding: 30px 0
}

.default_menu li a:hover:before {
    content: "";
    position: absolute;
    top: 60px;
    left: 0;
    width: 100%;
    height: 2px;
    background: #000
}

.default_menu li.active a.main-menu:before {
    content: "";
    position: absolute;
    top: 60px;
    left: 0;
    width: 100%;
    height: 2px;
    background: var(--color-primary)
}

.default_menu li a img {
    padding-left: 10px
}

.left_wrapper li a {
    margin-left: 50px
}

.right_wrapper li a {
    margin: 0 40px 0 30px
}

.submenu {
    margin-left: 50px;
    position: absolute;
    padding: 15px 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    -webkit-transform: translateY(60px);
    -ms-transform: translateY(60px);
    transform: translateY(60px);
    background: #3d92df
}

.default_menu li:hover .submenu {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(27px);
    -ms-transform: translateY(27px);
    transform: translateY(27px)
}

.submenu li {
    display: block;
    padding: 10px 30px
}

.submenu li a {
    color: #fff;
    display: inline-block;
    padding: 0;
    margin: 0
}

.submenu li a:hover:before {
    content: "";
    position: absolute;
    top: 25px;
    left: 0;
    width: 100%;
    height: 2px;
    background: #fff;
    display: inline-block
}

.default_btn {
    padding: 7px 15px;
    background: #f5f8ff;
    border-radius: 5px;
    display: block;
    font-size: 14px;
    font-weight: 700;
    color: #000;
    margin-left: 10px;
    font-family: Roboto-Bold;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.default_btn:hover {
    color: #000
}

.default_btn:hover .default_sub {
    visibility: visible !important;
    opacity: 1 !important
}

.default_sub {
    top: 7px
}

.default_btn img {
    padding-left: 10px
}

.language_choose:hover .language_btn {
    visibility: visible;
    opacity: 1;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    -webkit-transform: translateY(5px);
    -ms-transform: translateY(5px);
    transform: translateY(5px)
}

.language_btn {
    position: absolute;
    opacity: 1;
    visibility: hidden;
    opacity: 0
}

.mobile_menuwrapper .language_btn {
    display: contents !important;
    visibility: visible !important
}

.default_btn_right {
    padding: 30px 0
}

.default_btn_right:hover .mega-menu {
    visibility: visible;
    opacity: 1;
    top: 90px
}

.mega-menu {
    position: absolute;
    left: -605px;
    top: 130px;
    background: #3d92df;
    opacity: 0;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    visibility: hidden;
    max-width: 1200px;
    width: 1200px;
    z-index: 9;
    padding: 38px 30px
}

.menu-title {
    text-align: left;
    font-size: 22px;
    text-transform: capitalize;
    font-weight: 700;
    letter-spacing: inherit;
    margin-bottom: 18px;
    color: #fff
}

.m-menu-main {
    text-align: center
}

.m-menu-main ul li a {
    color: #fff;
    text-align: left;
    margin: 0;
    padding: 0;
    font-size: 17px;
    font-weight: 500;
    text-transform: capitalize;
    font-family: Roboto-Bold;
}

.m-menu-main ul li {
    text-align: left;
    display: block;
    margin-bottom: 8px
}

.m-menu-single-widget {
    margin-bottom: 30px;
    transition: .3s
}

.m-menu-single-widget li a:hover:before {
    top: 25px;
    background: #fff
}

.home_wrapper {
    padding-top: 80px;
    height: 775px;
    background: -o-linear-gradient(top, #fff 0, #f6f8ff 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f6f8ff));
    background: linear-gradient(180deg, #fff 0, #f6f8ff 100%);
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.home_active .owl-dot {
    width: 11px;
    height: 11px;
    background: #cfd7eb;
    border-radius: 50%;
    margin: 0 6px;
    padding: 0
}

.home_active .owl-dots {
    position: absolute;
    bottom: 50px;
    left: 175px
}

.home_active .owl-dot.active {
    background: #ff7a57;
    position: relative
}

.home_active .owl-dot.active::before {
    content: "";
    position: absolute;
    top: -5px;
    left: -4px;
    width: 21px;
    height: 21px;
    background: 0 0;
    border-radius: 50%;
    border: 1px solid #ff9358;
    -webkit-filter: drop-shadow(0 0 10px #ff3900);
    filter: drop-shadow(0 0 10px #ff3900)
}

.home_shape1 {
    right: 416px !important;
    top: 133px;
    width: auto !important
}

.home_shape2 {
    right: 0;
    bottom: 50px;
    width: auto !important
}

.home_shape3_1 {
    right: 0;
    top: 80px;
    width: auto !important;
    animation-name: home-banner-float-img;
    animation-iteration-count: infinite;
    animation-duration: 6s
}

.home_shape3_2 {
    right: 40px;
    top: 170px;
    width: auto !important;
    animation-name: home-banner-float-img;
    animation-iteration-count: infinite;
    animation-duration: 6s
}

.home_shape3_3 {
    right: 40px;
    top: 170px;
    width: auto !important;
    animation-name: home-banner-float-img;
    animation-iteration-count: infinite;
    animation-duration: 6s
}

.home_text h1 {
    font-size: 65px;
    line-height: 122%;
    letter-spacing: -.02em;
    color: #242424;
    font-family: Roboto-ExtraBold;
}

.home_text h2 {
    font-size: 65px;
    line-height: 122%;
    letter-spacing: -.02em;
    color: #242424;
    font-family: Roboto-ExtraBold;
}

.home_text p {
    font-size: 20px;
    font-weight: 500;
    max-width: 470px;
    line-height: 30px;
    margin: 30px auto 30px 0
}

.home_text .make_btn {
    width: 255px;
    height: 55px
}

.home_ab {
    position: absolute;
    right: 0;
    bottom: 0;
    padding-right: 0 !important
}

.home_product {
    position: absolute;
    right: 0;
    bottom: 0;
    padding-right: 0 !important
}

.home_product .home_img img {
    width: 100%
}

.home_product .home_img_tv img {
    max-height: 600px;
    right: 200px;
    margin-right: 15%
}

.home_img_1 img {
    width: 627px !important;
    height: 598px;
    display: inline-block !important
}

.home_img_2 img {
    width: 579px !important;
    height: 660px;
    display: inline-block !important
}

.home_img_3 img {
    width: 481px !important;
    height: 604px;
    display: inline-block !important
}

.home_img_women_success {
    width: 612px;
    height: auto;
    transform: translateX(-120px)
}

.home_shape3_tv {
    width: 90px !important;
    top: 200px;
    right: 500px;
    animation: home_shape3_tv 10s linear 2s infinite alternate
}

@keyframes home_shape3_tv {
    0% {
        right: 500px;
        top: 200px
    }
    25% {
        right: 520px;
        top: 200px
    }
    50% {
        right: 520px;
        top: 220px
    }
    75% {
        right: 500px;
        top: 220px
    }
    100% {
        right: 500px;
        top: 200px
    }
}

.home_shape3_phone {
    width: 108px !important;
    right: 20px;
    top: 400px;
    animation: home_shape3_phone 10s linear 0s infinite alternate
}

@keyframes home_shape3_phone {
    0% {
        right: 20px;
        top: 400px
    }
    25% {
        right: 60px;
        top: 400px
    }
    50% {
        right: 30px;
        top: 350px
    }
    75% {
        right: 50px;
        top: 380px
    }
    100% {
        right: 20px;
        top: 400px
    }
}

.home_shape3_internet {
    width: 164px !important;
    right: 120px;
    top: 91px;
    animation: home_shape3_internet 20s linear 0s infinite alternate
}

@keyframes home_shape3_internet {
    0% {
        right: 120px;
        top: 91px
    }
    25% {
        right: 160px;
        top: 91px
    }
    50% {
        right: 160px;
        top: 150px
    }
    75% {
        right: 80px;
        top: 150px
    }
    100% {
        right: 80px;
        top: 91px
    }
}

.home_u6 img {
    width: 400px !important;
    transform: translateX(100px)
}

.default_color {
    color: #3d92df
}

.head_text {
    font-size: 35px;
    line-height: 122%;
    font-family: Roboto-ExtraBold;
    letter-spacing: -.02em;
    color: #242424;
    margin-bottom: 30px
}

.service_box {
    -webkit-box-shadow: 0 -16px 44px -10px rgba(225, 233, 242, .62);
    box-shadow: 0 -16px 44px -10px rgba(225, 233, 242, .62);
    border-radius: 20px;
    background: -o-linear-gradient(top, #fff 0, #f5f8ff 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f5f8ff));
    background: linear-gradient(180deg, #fff 0, #f5f8ff 100%);
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.service_box:hover {
    background: -webkit-gradient(linear, left top, left bottom, from(#ff9357), color-stop(.01%, #ff9357), to(#ff5958));
    background: -o-linear-gradient(top, #ff9357 0, #ff9357 .01%, #ff5958 100%);
    background: linear-gradient(180deg, #ff9357 0, #ff9357 .01%, #ff5958 100%);
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.service_box:hover .service_first_box h2, .service_box:hover .service_first_box p, .service_box:hover .service_first_box span, .service_box:hover .service_para p {
    color: #fff
}

.service_box:hover .service_para img {
    -webkit-filter: invert(100%) sepia(0) saturate(7468%) hue-rotate(164deg) brightness(119%) contrast(96%);
    filter: invert(100%) sepia(0) saturate(7468%) hue-rotate(164deg) brightness(119%) contrast(96%)
}

.service_box:hover .shop_btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.service_box:hover .service_img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 150px;
    animation-name: product-select-small-img;
    animation-iteration-count: infinite;
    animation-duration: 4s
}

.service_box:hover .service_first_box {
    padding-top: 100px
}

.height_first {
    height: 345px
}

.service_box_bg .border_btm_setvice {
    border-bottom: 1px solid #ff9358
}

.service_box_bg:hover .service_para img {
    -webkit-filter: none !important;
    filter: none !important
}

.service_img {
    top: -66px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    display: none
}

.service_first_box {
    padding: 30px 30px 10px 30px
}

.service_box_bg .service_first_box {
    padding: 75px 30px 10px 30px
}

.service_first_box p {
    color: #686f82;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.service_box_bg {
    background: -o-linear-gradient(top, #ff9357 0, #ff9357 .01%, #ff5958 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(#ff9357), color-stop(.01%, #ff9357), to(#ff5958));
    background: linear-gradient(180deg, #ff9357 0, #ff9357 .01%, #ff5958 100%)
}

.service_first_box h2 {
    font-weight: 700;
    font-size: 34px;
    line-height: 122%;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    letter-spacing: -.02em;
    text-transform: capitalize;
    color: #242424
}

.service_first_box span {
    font-family: Roboto-ExtraBold;
    font-size: 20px;
    line-height: 122%;
    letter-spacing: -.02em;
    padding-top: 5px;
    color: #242424;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.service_first_box h3 {
    font-size: 40px;
    padding-left: 5px
}

.border_btm_setvice {
    border-bottom: 1px solid #e6eaf4;
    display: block
}

.service_para {
    padding: 15px 20px 15px 20px;
    min-height: 128px
}

.service_icon {
    width: 100px
}

.service_para p {
    color: #686f82;
    font-size: 15px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.service_para img {
    padding: 6px 10px 0 0
}

.shop_btn {
    width: 100%;
    height: 55px;
    display: none;
    border-radius: 10px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #fff;
    font-weight: 700;
    font-size: 17px;
    line-height: 21px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    color: #242424
}

.shop_btn:hover {
    background: #3d92df;
    color: #fff
}

.service_wrapper {
    min-height: 590px;
    margin-top: 90px
}

.bring_wrapper .head_text {
    font-size: 45px;
    max-width: 391px
}

.bring_wrapper p {
    max-width: 250px;
    line-height: 198.9%;
    margin-bottom: 30px
}

.bring_box .make_btn {
    width: 225px
}

.bring_man {
    z-index: 9;
    width: 100%;
    transform: translateX(-50vw)
}

.bring_wrapper.start-display .bring_man {
    transition: 1s;
    transform: translateX(0)
}

.bring_shape1 {
    z-index: -9;
    top: 28px
}

.bring_shape2 {
    z-index: -9;
    right: 0;
    bottom: 145px
}

.bring_img {
    -webkit-transform: translateY(65px);
    -ms-transform: translateY(65px);
    transform: translateY(65px)
}

.number {
    font-weight: 600;
    font-size: 195px;
    line-height: 122%;
    letter-spacing: -.02em;
    background: -o-linear-gradient(top, #3d92df 0, rgba(255, 217, 216, .28) 66.15%);
    background: -webkit-gradient(linear, left top, left bottom, from(#3d92df), color-stop(66.15%, rgba(255, 217, 216, .28)));
    background: linear-gradient(180deg, #3d92df 0, rgba(255, 217, 216, .28) 66.15%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: absolute;
    top: -123px;
    left: -107px;
    font-family: Poppins, sans-serif
}

.what_box {
    margin: 150px 0 0 80px
}

.what_box:hover .number {
    transform: scale(.8);
    opacity: .2
}

.what_box h2 {
    font-weight: 700;
    font-size: 30px;
    line-height: 122%;
    letter-spacing: -.02em;
    color: #242424;
    max-width: 263px
}

.what_box p {
    max-width: 282px;
    line-height: 198.9%
}

.border_bottomwhat {
    display: block;
    border: 1px solid #e6eaf4;
    width: 275px;
    margin: 40px 0 30px 0
}

.what_box_two {
    margin-top: 215px
}

.what_box_three {
    margin-top: 250px
}

.customer_wrapper {
    height: 662px
}

.customer_wrapper .head_text {
    font-size: 45px;
    max-width: 475px;
    margin: 0 auto 15px auto
}

.customer_box {
    background: #fff;
    -webkit-box-shadow: 0 -16px 44px -10px rgb(232 238 255 / 62%);
    box-shadow: 0 -16px 44px -10px rgb(232 238 255 / 62%);
    border-radius: 20px;
    height: 270px;
    padding: 40px 40px 35px 40px;
    margin-top: 130px
}

.customer_box span {
    font-weight: 600;
    font-size: 20px;
    line-height: 122%;
    letter-spacing: -.02em;
    color: #242424;
    font-weight: 600;
    font-family: Poppins, sans-serif
}

.customer_box a {
    margin: 15px 10px 30px 0
}

.customer_box p {
    line-height: 198.9%;
    color: #686f82;
    margin-right: 56px
}

.customer_shape1 {
    right: -15px;
    bottom: 0
}

.customer_shape2 {
    right: 132px;
    top: 160px
}

.customer_shape3 {
    right: -15px;
    bottom: 0;
    z-index: 99;
    opacity: 0
}

.customer_active .owl-next, .customer_active .owl-prev {
    width: 48px;
    height: 48px;
    background: #cfd7eb;
    color: #fff;
    margin: 0 5px;
    border-radius: 50%
}

.customer_active .active_owl {
    background: #242424
}

.customer_active .owl-nav {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.sign_upwrap {
    padding: 100px 0
}

.signup_box h2 {
    margin-bottom: 15px;
    font-size: 25px;
    line-height: 122%;
    letter-spacing: -.02em;
    color: #242424;
    font-family: Roboto-ExtraBold;
}

.custom_form form input {
    width: 100%;
    border: none;
    border-bottom: 1px solid #000;
    height: 55px;
    color: #000;
    padding-top: 15px;
    transition: .3s
}

.custom_form form input:focus {
    border-bottom: 1px solid #3d92df
}

.custom_form form input::-webkit-input-placeholder {
    font-weight: 500;
    font-size: 16px;
    line-height: 158.9%;
    color: #000
}

.custom_form form input::-moz-placeholder {
    font-weight: 500;
    font-size: 16px;
    line-height: 158.9%;
    color: #000
}

.custom_form form input:-ms-input-placeholder {
    font-weight: 500;
    font-size: 16px;
    line-height: 158.9%;
    color: #000
}

.custom_form form input::-ms-input-placeholder {
    font-weight: 500;
    font-size: 16px;
    line-height: 158.9%;
    color: #000
}

.custom_form form input::placeholder {
    font-weight: 500;
    font-size: 16px;
    line-height: 158.9%;
    color: #000
}

.custom_form form {
    margin-top: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.custom_form button {
    width: 160px;
    height: 55px;
    border: none
}

.social_icon a {
    width: 50px;
    height: 50px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #f5f8ff;
    border-radius: 50%;
    font-size: 17px;
    line-height: 20px;
    color: #242424;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    margin: 30px 7px 0 7px
}

.social_icon a:hover {
    color: #fff;
    background: #3d92df
}

footer .container {
    border-top: 1px solid #e6eaf4;
    padding: 30px 0
}

footer .default_btn {
    display: inline-block
}

footer ul li a {
    font-weight: 700;
    font-size: 16px;
    line-height: 158.9%;
    color: #242424
}

footer span {
    color: #686f82
}

footer span a {
    color: #242424 !important;
    font-weight: 600;
    text-decoration: underline !important
}

.footer_megamenu {
    background: #3d92df;
    margin-top: 30px;
    padding: 0 30px
}

.home_text_two img {
    width: auto !important;
    margin-right: 10px
}

.home_text_two i {
    font-size: 28px;
    color: var(--color-primary);
    margin-right: 30px
}

.home_text_two {
    font-weight: 700;
    font-size: 1.2rem;
    line-height: 158.9%;
    color: #000
}

.enter_addressbox input {
    padding-left: 60px;
    width: 100%;
    height: 55px;
    border: 1px solid #cfd7eb;
    border-radius: 30px
}

.enter_addressbox input::-webkit-input-placeholder {
    font-weight: 500;
    font-size: 16px;
    line-height: 158.9%;
    color: #000
}

.enter_addressbox input::-moz-placeholder {
    font-weight: 500;
    font-size: 16px;
    line-height: 158.9%;
    color: #000
}

.enter_addressbox input:-ms-input-placeholder {
    font-weight: 500;
    font-size: 16px;
    line-height: 158.9%;
    color: #000
}

.enter_addressbox input::-ms-input-placeholder {
    font-weight: 500;
    font-size: 16px;
    line-height: 158.9%;
    color: #000
}

.enter_addressbox input::placeholder {
    font-weight: 500;
    font-size: 16px;
    line-height: 158.9%;
    color: #000
}

.enter_addressbox .input-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.enter_addressbox img {
    position: absolute;
    left: 20px
}

.unlimited_wrapper {
    padding-bottom: 120px
}

.unlimited_box {
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f5f8ff));
    background: -o-linear-gradient(top, #fff 0, #f5f8ff 100%);
    background: linear-gradient(180deg, #fff 0, #f5f8ff 100%);
    -webkit-box-shadow: 0 -16px 44px -10px rgb(225 233 242 / 62%);
    box-shadow: 0 -16px 44px -10px rgb(225 233 242 / 62%);
    border-radius: 20px;
    transition: .3s;
    padding: 40px 40px 35px 40px
}

.unlimited_box:hover {
    transform: translateY(-10px);
    box-shadow: 0 8px 30px 22px rgb(232 238 255 / 83%)
}

.feature-div {
    transition: opacity 1s ease-out;
    opacity: 0;
    height: 0;
    overflow: hidden
}

.unlimited_box:hover .feature-div {
    opacity: 1;
    height: auto
}

.unlimited_pricetext {
    border-bottom: 1px solid #e6eaf4;
    padding-bottom: 20px
}

.unlimited_box h2 {
    font-weight: 700;
    font-size: 37px;
    line-height: 122%;
    letter-spacing: -.02em;
    text-transform: capitalize;
    color: #242424
}

.unlimited_box .promo_item {
    font-weight: 700;
    font-size: 14px;
    line-height: 158.9%;
    color: #3d92df;
    width: 95px;
    height: 30px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #f5f8ff;
    border-radius: 30px
}

.unlimited_pricetext sup {
    font-size: 32px;
    line-height: 38px;
    color: #000;
    font-family: Raleway, sans-serif;
    top: -37px
}

.unlimited_pricetext h3 {
    color: #000
}

.unlimited_pricetext h3 span {
    font-size: 85px;
    line-height: 70px
}

.unlimited_second_text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center
}

.unlimited_second_text span {
    display: block
}

.sixte {
    color: #3d92df;
    font-weight: 600;
    font-size: 40px;
    line-height: 49px;
    position: relative
}

.sixte::before {
    content: "";
    position: absolute;
    top: 7px;
    background-image: url(../img/single_service/Line.png);
    background-repeat: no-repeat;
    width: 72%;
    height: 100%
}

.unlimited_second_text .month {
    color: #000;
    font-size: 20px;
    font-weight: 500
}

.unlimited_pricetext p {
    max-width: 197px;
    font-weight: 500;
    font-size: 15px;
    line-height: 158.9%;
    color: #686f82
}

.no_contract {
    font-size: 13px !important;
    color: #000 !important
}

.no_contract img {
    margin-right: 6px
}

.download_box img {
    margin-right: 10px
}

.download_box p {
    font-weight: 500;
    font-size: 15px;
    line-height: 158.9%;
    color: #000
}

.mbps {
    font-weight: 700
}

.upload {
    color: #686f82 !important
}

.ideal_device {
    padding: 5px 18px;
    background: #f1f5ff;
    border-radius: 10px
}

.ideal_device p {
    font-weight: 700;
    font-size: 12px;
    line-height: 158.9%;
    color: #000;
    margin-right: 20px
}

.order_btn {
    background: #242424;
    border-radius: 10px;
    width: 100%;
    height: 55px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    font-weight: 700;
    font-size: 17px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    line-height: 21px
}

.order_btn:hover {
    background: #3d92df;
    color: #fff
}

.number_box {
    margin-top: 160px
}

.number_box img {
    max-height: 80px
}

.number_box .number {
    top: -106px;
    left: 50%;
    z-index: -9;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.number_box h2 {
    font-size: 25px;
    line-height: 122%;
    letter-spacing: -.02em;
    color: #0f0f0f;
    max-width: 260px;
    font-family: Poppins, sans-serif;
    font-weight: 600;
    margin: 40px auto auto auto
}

.discover_shape1 {
    right: 0;
    top: 0
}

.discover_shape2 {
    right: 0;
    top: 0;
    z-index: -9
}

.discover_left_text h2 {
    font-weight: 800;
    font-size: 45px;
    line-height: 130%;
    letter-spacing: -.02em;
    color: #242424;
    font-family: Roboto-ExtraBold;
    max-width: 300px
}

.discover_left_text p {
    font-weight: 500;
    font-size: 16px;
    line-height: 198.9%;
    color: #686f82;
    max-width: 320px
}

.discover_head h2 {
    font-size: 20px;
    line-height: 24px;
    color: #0f0f0f;
    font-family: Roboto-Bold;
}

.discover_head img {
    margin-left: 10px
}

.discover_big_box, .discover_box {
    padding: 35px;
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f5f8ff));
    background: -o-linear-gradient(top, #fff 0, #f5f8ff 100%);
    background: linear-gradient(180deg, #fff 0, #f5f8ff 100%);
    -webkit-box-shadow: 0 -16px 44px -10px rgb(225 233 242 / 62%);
    box-shadow: 0 -16px 44px -10px rgb(225 233 242 / 62%);
    border-radius: 20px;
    height: 320px;
    transition: .3s
}

.discover_big_box:hover, .discover_box:hover {
    transform: translateY(-10px);
    box-shadow: 0 8px 30px 22px rgb(232 238 255 / 83%)
}

.discover_big_box {
    height: 300px
}

.discover_big_box .discover_head img {
    margin-left: 30px
}

.discover_img {
    padding: 80px 0 0 80px;
    width: 235px
}

.discover_formbox {
    padding-top: 130px
}

.discover_formbox h3 {
    font-weight: 700;
    font-size: 27px;
    line-height: 14px;
    color: #000;
    margin-left: 17px
}

.discover_formbox h2 {
    color: #000
}

.discover_formbox sup {
    font-size: 28px;
    line-height: 34px;
    top: -25px
}

.discover_formbox h2 {
    font-size: 65px
}

.discover_formbox span {
    font-size: 19px
}

.accordion .card {
    border: none;
    background-color: transparent
}

.accordion .card-header {
    padding: 0
}

.accordion .card-body p {
    color: #363940;
    font-size: 18px;
    text-align: start;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.faq_wrapper .accordion button {
    background: #222;
    border-radius: 10px;
    border: none;
    width: 100%;
    padding: 25px 0 25px 80px;
    position: relative;
    font-weight: 600;
    font-size: 16px;
    line-height: 135.9%;
    color: #fff
}

.faq_wrapper .accordion button::before {
    position: absolute;
    content: '+';
    left: 20px;
    color: #fff;
    font-size: 26px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.faq_wrapper .accordion button::after {
    position: absolute;
    top: 12px;
    content: "";
    left: 55px;
    width: 1px;
    height: 47px;
    background: #474747
}

.faq_wrapper .accordion button[aria-expanded=true]::before {
    position: absolute;
    content: '-'
}

.accordion .answer .card-body {
    background: #fff;
    border: none;
    padding: 25px 20px 20px 35px;
    border-radius: 0 0 10px 10px
}

.answer ul {
    list-style: disc
}

.faq_shape1 {
    top: 227px;
    left: 91px
}

.faq_shape2 {
    top: -42px
}

.home_friendly span {
    margin-right: 30px
}

.default_para_wrapper {
    padding-top: 90px
}

.default_parabox p {
    max-width: 474px;
    margin: auto auto 30px auto;
    line-height: 158.9%
}

.default_parabox h3 {
    font-size: 18px;
    line-height: 122%;
    letter-spacing: -.02em;
    color: #242424
}

.altering_wrapper {
    padding-top: 90px;
    margin-bottom: 90px
}

.altering_box {
    -webkit-box-shadow: 0 -16px 44px -10px rgba(232, 238, 255, .62);
    box-shadow: 0 -16px 44px -10px rgba(232, 238, 255, .62);
    border-radius: 20px;
    padding: 30px 40px 80px 40px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    height: 100%;
    background: #fff
}

.altering_box:hover {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
    box-shadow: 0 8px 30px 22px rgb(232 238 255 / 83%)
}

.altering_box h3 {
    font-size: 30px;
    letter-spacing: -.02em;
    color: #0f0f0f
}

.altering_box_bg {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(-93.33%, #3d92df), to(rgba(255, 217, 216, .28)));
    background: -o-linear-gradient(top, #3d92df -93.33%, rgba(255, 217, 216, .28) 100%);
    background: linear-gradient(180deg, #3d92df -93.33%, rgba(255, 217, 216, .28) 100%);
    width: 180px;
    height: 180px;
    border-radius: 50%;
    margin: 0 auto
}

.altering_box h3 {
    font-size: 30px;
    letter-spacing: -.02em;
    color: #0f0f0f;
    position: absolute;
    top: 50%;
    max-width: 300px;
    width: 300px;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.altering_box p {
    font-size: 15px;
    line-height: 158.9%;
    max-width: 275px;
    margin: 20px auto auto auto
}

.our_story .head_text {
    font-size: 36px;
    max-width: none
}

.our_story .bring_box h3 {
    font-size: 25px;
    font-family: Roboto-ExtraBold;
    line-height: 122%;
    letter-spacing: -.02em;
    color: #b6bfd5;
    margin-bottom: 30px
}

.coast_wrapper h2, .sent_message_wrapper h2 {
    max-width: 517px;
    font-weight: 800;
    font-size: 45px;
    line-height: 122%;
    text-align: center;
    letter-spacing: -.02em;
    color: #242424;
    margin: auto auto 30px auto
}

.coast_wrapper .no-gutters {
    border-radius: 20px;
    overflow: hidden
}

.coast_img {
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    height: 100%
}

.radius_left {
    border-radius: 20px 0 0 0;
    overflow: hidden
}

.radius_bottomright {
    border-radius: 0 20px 0 0;
    overflow: hidden
}

.coast_img:hover::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 196, 195, .384)), to(rgba(146, 169, 228, .6)));
    background: -o-linear-gradient(top, rgba(255, 196, 195, .384) 0, rgba(146, 169, 228, .6) 100%);
    background: linear-gradient(180deg, rgba(255, 196, 195, .384) 0, rgba(146, 169, 228, .6) 100%)
}

.coast_img img {
    width: 100%;
    height: 100%
}

.coast_img h3 {
    bottom: 0;
    font-size: 25px;
    line-height: 122%;
    letter-spacing: -.02em;
    color: #fff;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 60px
}

.red_color {
    color: #ff3900;
    display: block;
    font-weight: 600
}

.contact_home_wrapper .home_img img {
    margin-left: -100px
}

.contact_home_wrapper .home_text .make_btn {
    width: 180px
}

.contact_home_wrapper .home_shape3 {
    right: 46px;
    top: 226px
}

.social_wrapper .social_box {
    height: auto
}

.need_wrapper p {
    max-width: 475px;
    margin: 0 auto 30px auto
}

.social_box {
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f5f8ff));
    background: -o-linear-gradient(top, #fff 0, #f5f8ff 100%);
    background: linear-gradient(180deg, #fff 0, #f5f8ff 100%);
    -webkit-box-shadow: 0 -16px 44px -10px rgb(225 233 242 / 62%);
    box-shadow: 0 -16px 44px -10px rgb(225 233 242 / 62%);
    border-radius: 20px;
    padding: 70px 20px 20px 20px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    height: 355px
}

.social_box:hover {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
    box-shadow: 0 8px 30px 22px rgba(232, 238, 255, .83)
}

.social_box i {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(-93.33%, #3d92df), to(rgba(255, 217, 216, .28)));
    background: -o-linear-gradient(top, #3d92df -93.33%, rgba(255, 217, 216, .28) 100%);
    background: linear-gradient(180deg, #3d92df -93.33%, rgba(255, 217, 216, .28) 100%);
    width: 90px;
    height: 90px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 30px;
    border-radius: 50%;
    color: #000;
    margin-bottom: 30px
}

.social_box h3 {
    font-size: 32px;
    line-height: 122%;
    letter-spacing: -.02em;
    text-transform: capitalize;
    color: #242424;
    padding-bottom: 70px
}

.sent_shape1 {
    left: 0;
    z-index: -9;
    top: 40px
}

.sent_shape2 {
    z-index: -9;
    right: -85px;
    bottom: 105px
}

.sent_img {
    z-index: 9;
    bottom: 0
}

.input_box input, .input_box textarea {
    border: none;
    width: 100%;
    background: 0 0;
    height: 55px;
    border-bottom: 1px solid #000
}

.input_box input:focus, .input_box textarea:focus {
    border-bottom: 1px solid #3d92df
}

.input_box textarea {
    height: 100px
}

.input_box input::-webkit-input-placeholder {
    font-weight: 500;
    font-size: 16px;
    line-height: 158.9%;
    color: #000
}

.input_box input::-moz-placeholder {
    font-weight: 500;
    font-size: 16px;
    line-height: 158.9%;
    color: #000
}

.input_box input:-ms-input-placeholder {
    font-weight: 500;
    font-size: 16px;
    line-height: 158.9%;
    color: #000
}

.input_box input::-ms-input-placeholder {
    font-weight: 500;
    font-size: 16px;
    line-height: 158.9%;
    color: #000
}

.input_box input::placeholder {
    font-weight: 500;
    font-size: 16px;
    line-height: 158.9%;
    color: #000
}

.form_footer button {
    width: 180px;
    border-radius: 50px;
    border: none
}

.form_footer span {
    max-width: 240px
}

.feedback_box {
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f5f8ff));
    background: -o-linear-gradient(top, #fff 0, #f5f8ff 100%);
    background: linear-gradient(180deg, #fff 0, #f5f8ff 100%);
    -webkit-box-shadow: 0 -16px 44px -10px rgb(225 233 242 / 62%);
    box-shadow: 0 -16px 44px -10px rgb(225 233 242 / 62%);
    border-radius: 20px;
    padding: 115px 20px 90px 20px
}

.feedback_box h2 {
    font-weight: 800;
    font-size: 35px;
    line-height: 122%;
    letter-spacing: -.02em;
    font-family: Roboto-ExtraBold;
    color: #0f0f0f;
    margin-bottom: 25px
}

.feedback_box p {
    max-width: 481px;
    margin: auto auto 45px auto
}

.feedback_box .order_btn {
    width: 260px;
    border-radius: 50px
}

.back-to-top {
    font-size: 24px;
    width: 45px;
    height: 45px;
    line-height: 42px;
    text-align: center;
    color: #4de2c1;
    display: none;
    position: fixed;
    bottom: 30px;
    right: 20px;
    z-index: 999999999999;
    border-radius: 50%;
    background: #242424
}

.back-to-top i {
    color: #fff
}

.text-primary {
    color: var(--color-fourth) !important
}

.text-secondary {
    color: var(--color-primary) !important
}

.text-third {
    color: var(--color-secondary) !important
}

.text-fourth {
    color: var(--color-third) !important
}

.alert-danger {
    background: linear-gradient(90deg, #fedfd9 20.78%, #b5d1eb 78.55%);
    color: var(--color-fourth) !important;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    border: 0
}

@keyframes home-banner-float-img {
    0% {
        filter: drop-shadow(8px 8px 5px #000);
        transform: translatey(0)
    }
    50% {
        filter: drop-shadow(16px 16px 10px grey);
        transform: translatey(-10px)
    }
    100% {
        filter: drop-shadow(8px 8px 5px #000);
        transform: translatey(0)
    }
}

@keyframes product-select-small-img {
    0% {
        filter: drop-shadow(0 8px 5px #000);
        transform: translate(-50%, 0)
    }
    50% {
        filter: drop-shadow(0 16px 10px #000);
        transform: translate(-50%, -10px)
    }
    100% {
        filter: drop-shadow(0 8px 5px #000);
        transform: translate(-50%, 0)
    }
}

.animated-slideIn {
    animation: slide-in .5s forwards;
    -webkit-animation: slide-in .5s forwards
}

.animated-slideOut {
    animation: slide-out .5s forwards;
    -webkit-animation: slide-out .5s forwards
}

@keyframes slide-in {
    100% {
        transform: translateX(0)
    }
}

@-webkit-keyframes slide-in {
    100% {
        -webkit-transform: translateX(0)
    }
}

@keyframes slide-out {
    0% {
        transform: translateX(0)
    }
    100% {
        transform: translateX(-100%)
    }
}

@-webkit-keyframes slide-out {
    0% {
        -webkit-transform: translateX(0)
    }
    100% {
        -webkit-transform: translateX(-100%)
    }
}

.animated-fadeIn {
    animation: fadeIn ease 20s;
    -webkit-animation: fadeIn ease 20s;
    -moz-animation: fadeIn ease 20s;
    -o-animation: fadeIn ease 20s;
    -ms-animation: fadeIn ease 20s
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@-moz-keyframes fadeIn {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@-o-keyframes fadeIn {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@-ms-keyframes fadeIn {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

.animated-bounceInRight {
    animation-name: bounceInRight;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    opacity: 1 !important
}

@keyframes bounceInRight {
    60%, 75%, 90%, from, to {
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    from {
        opacity: 0;
        transform: translate3d(3000px, 0, 0) scaleX(3)
    }
    60% {
        opacity: 1;
        transform: translate3d(-25px, 0, 0) scaleX(1)
    }
    75% {
        transform: translate3d(10px, 0, 0) scaleX(.98)
    }
    90% {
        transform: translate3d(-5px, 0, 0) scaleX(.995)
    }
    to {
        transform: translate3d(0, 0, 0)
    }
}

.animated-spin {
    -webkit-animation: spin 5s linear infinite;
    -moz-animation: spin 5s linear infinite;
    animation: spin 5s linear infinite
}

@-moz-keyframes spin {
    50% {
        -moz-transform: rotateY(5deg)
    }
}

@-webkit-keyframes spin {
    50% {
        -webkit-transform: rotateY(5deg)
    }
}

@keyframes spin {
    50% {
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg)
    }
}

.animated-shrink {
    -webkit-animation: shrink 6s linear infinite;
    -moz-animation: shrink 6s linear infinite;
    animation: shrink 6s linear infinite;
    animation-delay: 3s
}

@-moz-keyframes shrink {
    from {
        transform: scale(1)
    }
    50% {
        transform: scale(1.1)
    }
    to {
        transform: scale(1)
    }
}

@-webkit-keyframes shrink {
    from {
        transform: scale(1)
    }
    50% {
        transform: scale(1.1)
    }
    to {
        transform: scale(1)
    }
}

@keyframes shrink {
    from {
        transform: scale(1)
    }
    50% {
        transform: scale(1.1)
    }
    to {
        transform: scale(1)
    }
}

.border_card .card-body {
    margin-bottom: 40px
}

.mb_20_important {
    margin-bottom: 20px !important
}

.radio_content h2 {
    letter-spacing: 1px !important
}

.payment_box .card-header button[aria-expanded=true] i, .summary_box .card-header button[aria-expanded=true] i {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.price-detail-list li {
    border: 0;
    padding: 0 0 10px 0;
    border-bottom: 1px solid #d3d3d3;
    border-radius: 0 !important;
    color: #363940 !important;
    flex-direction: column
}

.price-total li span {
    color: #363940 !important
}

.price-total li:not(:first-child):last-child {
    border-bottom: 1px solid #d3d3d3;
    border-radius: 0 !important
}

.cable_modem_img img {
    max-width: 200px
}

.none_option .check {
    top: 20px !important
}

.form_info input, .form_info select, .form_info textarea {
    border: none;
    border-bottom: 1px solid #000;
    width: 100%;
    padding-bottom: 15px
}

.form_info select {
    -webkit-appearance: none !important
}

.personal_drop {
    right: 0;
    top: 6px
}

.form_info input::-webkit-input-placeholder, .form_info textarea::-webkit-input-placeholder {
    font-weight: 500;
    font-size: 16px;
    line-height: 158.9%;
    color: #000
}

.form_info input::-moz-placeholder, .form_info textarea::-moz-placeholder {
    font-weight: 500;
    font-size: 16px;
    line-height: 158.9%;
    color: #000
}

.form_info input:-ms-input-placeholder, .form_info textarea:-ms-input-placeholder {
    font-weight: 500;
    font-size: 16px;
    line-height: 158.9%;
    color: #000
}

.form_info input::-ms-input-placeholder, .form_info textarea::-ms-input-placeholder {
    font-weight: 500;
    font-size: 16px;
    line-height: 158.9%;
    color: #000
}

.form_info input::placeholder, .form_info textarea::placeholder {
    font-weight: 500;
    font-size: 16px;
    line-height: 158.9%;
    color: #000
}

.price-table p {
    padding: 0 !important
}

.datepicker-custom input {
    border: 0;
    border-bottom: 1px solid;
    margin-top: 60px;
    width: 100%;
    padding-left: 40px;
    padding-bottom: 14px
}

.datepicker-custom header {
    position: static !important;
    font-size: 1.2rem !important;
    height: unset;
    font-weight: unset !important
}

.pick-date-icon {
    position: absolute;
    top: 60px;
    z-index: 99
}

.price-table .table td {
    padding: .25rem !important
}

.shopping-card i {
    color: #242424;
    font-size: 12px;
    margin-right: 10px
}

.service_box:hover .shopping-card i {
    color: #fff
}

.mobile-big-icon {
    font-size: 70px;
    background: -moz-linear-gradient(top, #69aae4 0, #ffd9d8 100%);
    background: -webkit-linear-gradient(top, #69aae4 0, #ffd9d8 100%);
    background: linear-gradient(to bottom, #69aae4 0, #ffd9d8 100%);
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent
}

.top-menu-nav {
    font-size: 1.2rem;
    color: #242424;
    padding: 10px
}

#shopping_count {
    padding: 0 .4rem;
    background: red;
    border-radius: 50%;
    position: absolute;
    top: 5px;
    font-size: .8rem;
    color: #fff;
    font-weight: 600;
    margin-left: -10px;
    line-height: 1.2rem
}

#shopping_count:empty {
    display: none
}

.empty-shoppingcart {
    min-height: 200px;
    font-size: 1rem;
    display: flex;
    justify-content: center;
    align-items: center
}

.error-message {
    color: red
}

#zuora_payment {
    overflow: scroll
}

#zuora_payment iframe {
    width: 100% !important
}

.text-icon {
    color: var(--color-primary);
    font-size: 1.2rem !important
}

.radio-container {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 1rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.radio-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer
}

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
    border-radius: 50%
}

.radio-container:hover input ~ .checkmark {
    background-color: #ccc
}

.radio-container input:checked ~ .checkmark {
    background-color: var(--color-primary)
}

.radio-container:after {
    content: "";
    position: absolute;
    display: none
}

.radio-container input:checked ~ .checkmark:after {
    display: block
}

.radio-container .checkmark:after {
    top: 9px;
    left: 9px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #fff
}

.autocomplete {
    position: relative;
    display: inline-block
}

.autocomplete-items {
    position: absolute;
    border: 1px solid #d4d4d4;
    border-bottom: none;
    border-top: none;
    z-index: 99;
    top: 100%;
    left: 0;
    right: 0;
    max-height: 200px;
    overflow: scroll
}

.autocomplete-items div {
    padding: 10px;
    cursor: pointer;
    background-color: #fff;
    border-bottom: 1px solid #d4d4d4
}

.autocomplete-items div:hover {
    background-color: #e9e9e9
}

.autocomplete-active {
    background-color: #1e90ff !important;
    color: #fff
}

.close_icon i {
    position: absolute;
    right: 30px;
    top: 20px;
    text-align: right
}

@keyframes spinner-grow {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }
    50% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.contact-phone-list {
    display: flex;
    justify-content: space-between
}

.modal {
    max-width: 100vw !important
}

.channels {
    align-items: center;
    display: flex;
    justify-content: center;
    padding-top: 30px;
    flex-direction: column
}

.channels:hover {
    background: #f5f8fe
}

.channels:hover p {
    display: block
}

.channels img {
    width: 100px
}

.channels p {
    padding: 20px;
    text-align: center;
    display: none
}

.grecaptcha-badge {
    bottom: 25vh !important
}

.ada-button-frame {
    right: 80px !important
}

.ada-intro-frame {
    right: 135px !important
}

.cookieConsentContainer {
    z-index: 999;
    width: 350px;
    min-height: 20px;
    box-sizing: border-box;
    padding: 30px 30px 30px 30px;
    background: #242425;
    overflow: hidden;
    position: fixed;
    bottom: 30px;
    left: 30px;
    display: none
}

.cookieConsentContainer .cookieTitle a {
    color: #fff;
    font-size: 22px;
    line-height: 20px;
    display: block
}

.cookieConsentContainer .cookieDesc p {
    margin: 0;
    padding: 0;
    font-family: OpenSans, arial, sans-serif;
    color: #fff;
    font-size: 13px;
    line-height: 20px;
    display: block;
    margin-top: 10px
}

.cookieConsentContainer .cookieDesc a {
    font-family: OpenSans, arial, sans-serif;
    color: #fff;
    text-decoration: underline
}

.cookieConsentContainer .cookieButton a {
    display: inline-block;
    font-family: OpenSans, arial, sans-serif;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    margin-top: 14px;
    background: #000;
    box-sizing: border-box;
    padding: 15px 24px;
    text-align: center;
    transition: background .3s;
    border-radius: 50px;
    width: 100%
}

.cookieConsentContainer .cookieButton a:hover {
    cursor: pointer;
    background: #3e9b67
}

@media (max-width: 980px) {
    .cookieConsentContainer {
        bottom: 0 !important;
        left: 0 !important;
        width: 100% !important
    }
}

.welcome_wrapper {
    margin-top: 100px
}

.search_btn {
    position: absolute;
    background: #242424;
    color: #fff;
    padding: 5px 20px;
    border-radius: 20px;
    right: 10px;
    cursor: pointer
}

.cities-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    list-style: inside;
    list-style-position: outside;
    padding: 20px
}

.cities-list li {
    display: none;
    width: 25%
}

.cities-list li a {
    color: #6b7484
}

.cities-list li:nth-child(-n+20) {
    display: list-item
}

.cities-list:hover li {
    display: list-item !important
}

.home_img_wifi6 img {
    width: 550px;
    -webkit-transform: translateX(-114px);
    -ms-transform: translateX(-114px);
    transform: translateX(-114px)
}

.home_text span.sub-title {
    font-size: 45px;
    font-weight: 400;
    line-height: 55px;
    letter-spacing: -.02em;
    text-align: left;
    color: #0f0f0f
}

.altering_box i {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(-93.33%, #3d92df), to(rgba(255, 217, 216, .28)));
    background: -o-linear-gradient(top, #3d92df -93.33%, rgba(255, 217, 216, .28) 100%);
    background: linear-gradient(180deg, #3d92df -93.33%, rgba(255, 217, 216, .28) 100%);
    width: 90px;
    height: 90px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 30px;
    border-radius: 50%;
    color: #000;
    margin-bottom: 30px
}

.altering_box h4 {
    font-weight: 700;
    font-size: 30px;
    line-height: 122%;
    text-align: center;
    letter-spacing: -.02em;
    color: #0f0f0f;
    width: 100%
}

/*responseive.min*/
@media (min-width: 1400px) {
    .home_shape1 {
        right: 416px;
        top: 133px
    }
}

@media (min-width: 1200px) {
    header .container {
        max-width: 1320px
    }

    .container {
        max-width: 1200px
    }

    .home_shape1 {
        right: 332px;
        top: 157px
    }
}

@media (max-width: 1199px) {
    .home_img img {
        width: 100%;
        -webkit-transform: translateX(34px);
        -ms-transform: translateX(34px);
        transform: translateX(34px)
    }

    .home_shape2 {
        right: -34px;
        width: 455px !important;
        bottom: 0
    }

    .home_shape3 {
        right: 5px;
        width: 130px
    }

    .home_shape1 {
        right: 236px;
        top: 377px;
        width: 146px
    }

    .left_wrapper li a {
        margin-left: 20px
    }

    .right_wrapper li a {
        margin: 0 20px 0 20px
    }

    .home_text h2 {
        font-size: 50px
    }

    .home_shape3 {
        right: -10px;
        width: 130px;
        top: 399px
    }

    .what_box .number {
        font-weight: 600;
        font-size: 150px;
        top: -98px;
        left: -72px
    }

    .what_box h2 {
        font-size: 24px
    }

    .customer_box {
        height: auto
    }

    header .make_btn {
        width: 180px
    }

    .home_active .owl-dots {
        left: 35px
    }

    .mega-menu {
        left: -462px;
        max-width: 920px;
        width: 920px
    }

    .submenu {
        margin-left: 21px
    }

    .unlimited_pricetext {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: start !important
    }

    .download_box p {
        font-size: 13px
    }

    .unlimited_pricetext p {
        margin-top: 20px
    }

    .unlimited_box h2 {
        font-size: 33px
    }

    .discover_left_text h2 {
        max-width: 400px;
        margin: 0 auto;
        text-align: center
    }

    .discover_left_text p {
        max-width: 500px;
        text-align: center;
        margin: 30px auto auto auto
    }

    .discover_shape1 {
        top: 198px
    }

    .discover_shape2 {
        top: 175px
    }

    .altering_box h3 {
        font-size: 23px
    }

    .our_story .head_text {
        font-size: 28px;
        max-width: 429px
    }

    .support_neeed .social_box h3 {
        font-size: 23px
    }
}

@media (max-width: 991px) {
    .default_menu {
        display: none
    }

    .hamburger-menu {
        display: block
    }

    .home_ab {
        display: none
    }

    .home_shape1 {
        top: 100px;
        right: 0 !important;
        max-width: 300px
    }

    .home_shape2 {
        right: 0;
        max-width: 300px
    }

    .home_img img, .home_img_tv img, .home_shape3 {
        display: none !important
    }

    .bring_img {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }

    .home_text h2 {
        max-width: 459px
    }

    .customer_shape1, .customer_shape2, .customer_shape3 {
        display: none
    }

    .what_box_three, .what_box_two {
        margin-top: 190px
    }

    .bring_wrapper {
        padding-bottom: 40px
    }

    footer span {
        font-size: 15px
    }

    .customer_wrapper {
        height: auto;
        padding-bottom: 30px
    }

    .mobile_menuwrapper {
        display: block;
        width: 370px;
        position: fixed;
        top: 0;
        height: 100vh;
        z-index: 999999;
        background: #fff;
        right: -100%;
        -webkit-transition: right .5s ease-in-out;
        -o-transition: right .5s ease-in-out;
        transition: right .5s ease-in-out
    }

    .mobile_menuwrapper i {
        font-size: 20px;
        top: 20px;
        left: 30px;
        position: absolute;
        color: #000;
        cursor: pointer
    }

    .mobile_menuwrapper .default_btn {
        padding: 7px 15px;
        margin: 6px 0 0 0;
        display: inline-block
    }

    .menu_box {
        padding: 50px 0 0 30px
    }

    .menu_box ul li {
        margin-bottom: 6px
    }

    .menu_box ul li a {
        text-transform: capitalize !important;
        font-size: 18px;
        color: #000
    }

    .info_open {
        right: 0
    }

    .dropdown_menus {
        visibility: hidden;
        display: none;
        margin-left: 10px;
        margin-bottom: 10px;
        margin-top: 10px
    }

    .dropdown_menus ul li {
        margin-bottom: 0
    }

    .dropdown_menus ul li a {
        font-size: 15px;
        font-weight: 500
    }

    .menu_box > ul > li:hover .dropdown_menus {
        visibility: visible;
        display: block
    }

    .dropdown_menus .sub_title > ul {
        display: none;
        margin-left: 10px
    }

    .dropdown_menus .sub_title:hover ul {
        display: block
    }

    .unlimited_pricetext {
        -webkit-box-orient: unset;
        -webkit-box-direction: unset;
        -ms-flex-direction: unset;
        flex-direction: unset;
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .our_story .bring_img {
        margin-top: 40px
    }

    .our_story .bring_box {
        margin-top: 40px
    }

    .radius_bottomleft, .radius_bottomright {
        margin-top: 0 !important
    }

    .radius_left {
        border-radius: 20px 0 0 0;
        overflow: hidden
    }

    .radius_right {
        border-radius: 0 20px 0 0;
        overflow: hidden
    }

    .form_footer {
        padding-bottom: 30px
    }

    footer .default_btn {
        font-size: 12px
    }

    .radius_bottomright {
        border-radius: 0
    }

    .contact-phone-list {
        flex-direction: column
    }
}

@media (max-width: 767px) {
    .height_first {
        height: auto
    }

    .service_box_bg {
        margin-top: 80px
    }

    .what_wrapper .head_text {
        max-width: 320px;
        margin: 0 auto 30px auto
    }

    .what_box h2 {
        max-width: none
    }

    .what_box h2 br {
        display: none
    }

    .what_box_three, .what_box_two {
        margin-top: 100px
    }

    .footer_text {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
        margin-bottom: 20px
    }

    .number_box .number {
        top: -73px;
        font-size: 140px
    }

    .number_box h2 {
        font-size: 18px
    }

    .section_padd {
        padding: 50px 0
    }

    .discover_shape1, .discover_shape2, .faq_shape1, .faq_shape2 {
        display: none
    }

    .radius_bottomleft, .radius_bottomright {
        margin-top: 30px !important
    }

    .coast_img, .coast_img img {
        height: auto;
        border-radius: 20px
    }
}

@media (max-width: 575px) {
    input, select {
        border-radius: 0
    }

    .bring_shape1 {
        width: 272px
    }

    .border_bottomwhat {
        width: 100%
    }

    .home_text h2 {
        max-width: 280px;
        line-height: 40px;
        font-size: 30px
    }

    .home_text p {
        font-size: 15px
    }

    .home_text .make_btn {
        width: 180px
    }

    .service_first_box h2 {
        font-size: 25px
    }

    .bring_wrapper .head_text {
        font-size: 34px;
        max-width: 285px
    }

    .what_wrapper .head_text {
        max-width: 281px;
        font-size: 31px
    }

    .what_box {
        margin: 90px 0 0 80px
    }

    .what_box .number {
        font-size: 105px;
        top: -50px
    }

    .mobile_menuwrapper {
        width: 295px
    }

    .what_box h2 {
        font-size: 20px
    }

    .border_bottomwhat {
        margin: 30px 0 30px 0
    }

    .what_wrapper .make_btn {
        width: 160px
    }

    .customer_wrapper .head_text {
        font-size: 27px;
        max-width: 280px
    }

    .customer_box {
        -webkit-transform: translateX(14px);
        -ms-transform: translateX(14px);
        transform: translateX(14px);
        margin-top: 85px
    }

    footer span {
        display: inline-block;
        text-align: center
    }

    .custom_form form {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .custom_form button {
        margin-top: 30px
    }

    .customer_box p {
        margin-right: 0
    }

    footer {
        overflow: hidden
    }

    .discover_big_box {
        height: auto;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .head_text {
        font-size: 25px
    }

    .unlimited_box h2 {
        font-size: 22px
    }

    .unlimited_pricetext {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: start !important
    }

    .flex_use {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .number_box {
        margin-top: 100px
    }

    .discover_left_text h2 {
        font-size: 25px
    }

    .discover_left_text p {
        font-size: 14px
    }

    .accordion button {
        font-size: 13px
    }

    .home_friendly {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: start !important
    }

    .default_parabox h3 {
        max-width: 200px;
        margin: 0 auto
    }

    .bring_shape2 {
        bottom: 106px;
        width: 83px
    }

    .our_story .head_text {
        font-size: 19px !important
    }

    .coast_wrapper h2 {
        max-width: 256px;
        font-size: 25px
    }

    .sent_img {
        width: 100%
    }

    .sent_shape1 {
        width: 292px
    }

    .sent_shape2 {
        right: 9px;
        width: 118px
    }

    .sent_message_wrapper h2 {
        font-size: 28px
    }

    .feedback_box .order_btn {
        width: 210px
    }

    .social_box h3 {
        font-size: 25px;
        padding-bottom: 40px
    }

    .feedback_box h2 {
        font-size: 25px
    }

    .modal-content {
        padding: 35px 10px !important
    }

    .progress_bar .step:not(:last-child) .bullet:after, .progress_bar .step:not(:last-child) .bullet:before {
        width: 40vw
    }

    ._hj_feedback_container {
        display: none
    }

    .grecaptcha-badge {
        display: none !important
    }

    .cities-list li {
        width: 50%
    }

    .home_shape3_tv {
        top: 300px;
        right: 250px
    }

    @keyframes home_shape3_tv {
        0% {
            right: 250px;
            top: 300px
        }
        25% {
            right: 260px;
            top: 300px
        }
        50% {
            right: 260px;
            top: 320px
        }
        75% {
            right: 250px;
            top: 320px
        }
        100% {
            right: 250px;
            top: 300px
        }
    }.banner-women-success .container {
         position: absolute;
         top: 250px
     }

    .home_u6 img {
        width: 110px !important
    }

    .home_u6_ab {
        display: block !important;
        top: 80px;
        right: -120px
    }
}

/*help.min*/
.section_padd {
    padding: 90px 0
}

.mr_5 {
    margin-right: 5px
}

.mb_10 {
    margin-bottom: 10px
}

.mt_10 {
    margin-top: 10px
}

.mr_10 {
    margin-right: 10px
}

.mr_15 {
    margin-right: 15px
}

.mb_15 {
    margin-bottom: 15px
}

.mt_15 {
    margin-top: 15px
}

.mb_20 {
    margin-bottom: 20px
}

.mt_20 {
    margin-top: 20px
}

.mt_50 {
    margin-top: 50px
}

.mb_25 {
    margin-bottom: 25px
}

.mt_25 {
    margin-top: 25px
}

.mb_30 {
    margin-bottom: 30px
}

.mt_30 {
    margin-top: 30px
}

.mb_35 {
    margin-bottom: 35px
}

.mt_40 {
    margin-top: 40px
}

.mb_40 {
    margin-bottom: 40px
}

.mt_60 {
    margin-top: 60px
}

.mb_60 {
    margin-bottom: 60px
}

.mr_15 {
    margin-right: 15px
}

.ml_15 {
    margin-left: 15px
}

.make_btn {
    width: 220px;
    height: 55px;
    background: #242424;
    border-radius: 40px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    color: #fff;
    font-weight: 700;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.make_btn:hover {
    background: #3d92df;
    color: #fff
}

.theme_bg {
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f5f8ff));
    background: -o-linear-gradient(top, #fff 0, #f5f8ff 100%);
    background: linear-gradient(180deg, #fff 0, #f5f8ff 100%)
}
