@font-face {
    font-family: 'Hiragino Kaku Gothic Pro W3';
    src: url("../fonts/HiraginoKakuGothicProW3.eot"); /* IE9 Compat Modes */
    src: url("../fonts/HiraginoKakuGothicProW3.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("../fonts/HiraginoKakuGothicProW3.otf") format("opentype"), /* Open Type Font */
    url("../fonts/HiraginoKakuGothicProW3.svg") format("svg"), /* Legacy iOS */
    url("../fonts/HiraginoKakuGothicProW3.ttf") format("truetype"), /* Safari, Android, iOS */
}

@font-face {
    font-family: 'Hiragino Kaku Gothic Pro W6';
    src: url("../fonts/HiraginoKakuGothicProW6.eot"); /* IE9 Compat Modes */
    src: url("../fonts/HiraginoKakuGothicProW6.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("../fonts/HiraginoKakuGothicProW6.otf") format("opentype"), /* Open Type Font */
    url("../fonts/HiraginoKakuGothicProW6.svg") format("svg"), /* Legacy iOS */
    url("../fonts/HiraginoKakuGothicProW6.ttf") format("truetype"), /* Safari, Android, iOS */
}

* {
    padding: 0;
    margin: 0;
    border: 0;
    box-sizing: border-box;
}

.mobile_br {
    display: none;
}

html {
    overflow-x: hidden;
}

body {
    font-family: 'Hiragino Kaku Gothic Pro W3', 'Hiragino Kaku Gothic Pro W6' !important;
    font-size: 14px !important;
    overflow-x: hidden;
}

.general_layout_padding {
    padding: 0px 150px !important;
}

/** Primary Color **/
.bg-custom {
    background-color: #00B7DD;
}

.text-custom {
    font-family: 'Hiragino Kaku Gothic Pro W3';
    color: #6FD5FC;
    font-size: 18px;
    font-weight: 300;
}

.p-color {
    font-family: 'Hiragino Kaku Gothic Pro W6';
    color: #525F7F !important;
}

/** Universal Css**/
.list-square {
    list-style-type: square;
}

.fw-1 {
    font-weight: 100;
}

.fw-2 {
    font-weight: 200;
}

.fw-3 {
    font-weight: 300;
    font-family: 'Hiragino Kaku Gothic Pro W3';
}

.fw-4 {
    font-weight: 400;
}

.fw-5 {
    font-weight: 500;
}

.fw-6 {
    font-weight: 600;
    font-family: 'Hiragino Kaku Gothic Pro W6';
}

.fw-7 {
    font-weight: 700;
}

.fw-8 {
    font-weight: 800;
}

.fw-9 {
    font-weight: 900;
}

.text-17 {
    font-size: 17px !important;
}

.text-14 {
    font-size: 14px !important;
}

.text-24 {
    font-size: 24px;
    color: #525F7F;
}

.text-48 {
    font-size: 40px;
    color: #505F82;
    font-family: 'Hiragino Kaku Gothic Pro W6';
}

/** Nav css **/
.bg-dark {
    background-color: transparent !important;
}

nav {
    padding-top: 45px !important;
    position: absolute !important;
}

.icon_cont {
    border-radius: 50px;
    background: #6FD5FC;
    padding: 10px;
}

.fa-star {
    color: #6FD5FC;
}

.navbar-brand {
    width: 40%;
    display: flex !important;
}

.nav-link {
    padding-left: .5rem !important;
    padding-right: .5rem !important;
}

.navbar-collapse {
    justify-content: center;
    width: 70%;
}

/** Banner css **/
header {
    margin-bottom: 150px;
}

.clip-background-1 {
    background: url(/imgs/overlay-pattern-white.png)repeat, rgba(0, 184, 221, 0.9);
    height: 690px;
    width: 100%;
    clip-path: polygon(0 0, 100% 0, 100% 48%, 0 100%);
    position: absolute;
}

.clip-background-2 {
    background: url(/imgs/overlay-pattern-white.png)repeat, rgba(0, 184, 221, 0.9);
    height: 415px;
    width: 100%;
    clip-path: polygon(0 85%, 100% 0%, 100% 60%, 0 100%);
    transform: translate(0, 95%);
    position: absolute;

}

.banner-content .col-md-5 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    /**padding: 0 110px;**/
    color: #fff;
}

.banner-title {
    font-size: 40px;
    font-weight: 600;
    line-height: 80px;
}

.banner-sub-caption {
    font-size: 14px;
    font-weight: 300;
    line-height: 27px;
}

.banner-btn {
    width: 216px;
    font-size: 17px !important;
    color: #fff !important;
    border-color: #fff !important;
}

.banner-btn:hover {
    color: rgba(0, 184, 221, 0.9) !important;
    background-color: #fff;
}

.featured-image {
    clip-path: polygon(0 0, 100% 0, 100% 81%, 0% 92.3%);
    background-image: url(/imgs/banner_img.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: bottom;
    margin-top: 110px;
    height: 680px;
    width: 100%;
    z-index: 999;
}

.title-color {
    font-size: 18px;
    color: #6FD5FC;
}

/** Services css **/

.services-section .col-md-12 {
    margin: 35px 0 0 0;
}

.services-title {
    font-size: 14px;
    font-weight: 300;
    position: relative;
    display: inline-block;
    padding: 0 35px;
    width: 100%;
}

.services-title:before {
    content: '';
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 30px;
    height: 1px;
    background-color: #008ED2;
    left: 0;
}

.services-subtitle {
    font-size: 40px;
    font-weight: 600;
    color: #505F82;
}



/** Credit Payment css **/

.credit-container {
    width: 75%;
}

.credit-payment-section {
    height: 100%;

}

.clip-background-3 {
    height: 1450px;
    width: 100%;
    background: #F8FAFF;
    clip-path: polygon(0 10%, 100% 0%, 100% 80%, 0 100%);
    position: absolute;
}

.credit-payment-section .credit-payment-col {
    padding: 0 150px;
}

.credit-payment-desc {
    font-size: 14px;
    font-weight: 300;
    color: #525F7F;
    line-height: 24px;
}

.separator {
    border-top: 1px solid rgba(82, 95, 127, 0.50) !important;
}

hr {
    border: 1px solid rgba(255, 255, 255, 0.5) !important;
}

.credit-payment-link,
.convient-store-link {
    font-size: 14px;
    color: #525F7F !important;
}

.convinient-store-desc {
    font-size: 14px;
    font-weight: 300;
    color: #525F7F;
    line-height: 24px;
}

.settlement-title {
    font-size: 14px;
    font-weight: 600;
    color: #525F7F;
    line-height: 24px;
}

.mobile-img,
.laptop-img {
    padding: 0 !important;
}

.gadgets {
    height: 100%;
    width: 100%;

}

.dell-image {
    height: 100%;
    width: 100%;
}

.credit-payment-section .convinient-store-payment-service-col {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 135px;
}

/** Partners css **/

.partners-section {
    background: #fff;
    -webkit-box-shadow: 0px 0px 15px 2px rgba(82, 95, 127, 0.1);
    -moz-box-shadow: 0px 0px 15px 2px rgba(82, 95, 127, 0.1);
    box-shadow: 0px 0px 15px 2px rgba(82, 95, 127, 0.1);
    transform: translate(0, 35%);
}

.partners-title {
    text-align: center;
    font-size: 14px;
    font-weight: 300;
    padding-top: 40px;
}

.partners-title:after {
    content: "";
    position: absolute;
    transform: translate(10px, 10px);
    height: 1px;
    width: 65px;
    background-color: #008ED2;
}

.partners-title:before {
    content: "";
    position: absolute;
    transform: translate(-80px, 10px);
    height: 1px;
    width: 65px;
    background-color: #008ED2;
}

.partners-subtitle {
    text-align: center;
    font-size: 40px;
    font-weight: 600;
    color: #505F82;
}

.credit-cards {
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding: 70px 0 50px;
}

.partners-img {
    height: auto;
    width: 80px;
    margin: 0 20px;
}

/** Footer css **/

footer {
    background: url(/imgs/overlay-pattern-white.png)repeat, rgba(0, 184, 221, 0.9);
    padding: 135px 0 0px 0;
}

.footer-text {
    font-size: 28px;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.tell-no {
    display: flex;
    justify-content: center;
    align-items: center;
}

.tell-no p {
    padding: 12px 0px 12px 18px;
    font-size: 18px;
    margin: 0;
    border-right: 1px solid #fff;
}

.tell-no a {
    margin: 0 18px;
}

.footer-btn {
    width: 50%;
    font-size: 17px !important;
    color: #fff !important;
    border-color: #fff !important;
}

.footer-btn:hover {
    color: rgba(0, 184, 221, 0.9) !important;
    background-color: #fff;
}

footer .all-rights-row {
    border-top: 1px solid #525F7F;
}

footer .navbar-nav {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

footer .nav-item, .footer-texts {
    font-size: 13px;
}

footer .nav-link {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
    color: #fff;
}

footer .nav-item:first-child .nav-link {
    padding-left: 0rem !important;
}


footer .all-rights {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.footer_row {
    width: 100%;
}

@media only screen and (max-width: 576px) {
    
    .tell-no {
    text-align: center;
}
    
    footer {
    padding: 95px 0 0px 0 !important;
}

    .mobile_br {
        display: block;
    }

    .text-48 {
        font-size: 30px;
    }

    footer .nav-link {
        padding-left: 0rem !important;
        padding-right: 1rem !important;
    }

    .footer_row {
        width: auto;
    }

    .tell-no button {
        margin: 10px 0px 20px 0px;
        width: 100% !important;
    }

    .tell-no {
        border-top: 1px solid #fff;
        margin: 20px 0;
        padding: 30px 0 0;
    }

    .credit-container {
        width: 100%;
    }

    .banner-content-col {
        transform: translate(0, 0) !important;
    }

    .general_layout_padding {
        padding: 0px 20px !important;
    }

    .clip-background-1 {
        height: 670px !important;
    }

    .clip-background-2 {
        height: 415.5px !important;
        clip-path: polygon(0 85%, 100% 0%, 100% 100%, 0 100%) !important;
    }

    .banner-content .col-md-5 {
        text-align: center !important;
    }

    .banner-content .col-md-5,
    .banner-content .col-md-7 {
        height: 400px !important;
    }

    .banner-title {
        font-size: 34px !important;
        font-weight: 600 !important;
        line-height: 50px !important;
        margin-top: 135px !important;
        text-align: center;
    }

    .banner-btn {
        width: 100% !important;
    }

    .featured-image {
        clip-path: none !important;
        height: 410px !important;
    }

    header {
        margin-bottom: -80px !important;
    }

    .credit-payment-section .credit-payment-col,
    .convinient-store-payment-service-col {
        padding: 45px 30px !important;
    }

    .partners-section {
        height: auto;
        transform: translate(0, 15%);
    }

    .partners-img {
        margin: 15px 10px;
        width: 65px;
		height: 41px;
    }

    .credit-cards {
        display: flex;
        flex-direction: row;
        justify-content: center;
        flex-wrap: wrap;
        padding: 30px 0px 30px;
    }

    .footer-text {
        font-size: 18px !important;
    }

    footer .navbar-nav {
        flex-wrap: wrap !important;
        padding: 10px 0;
    }

    footer .nav-link {
        width: 100% !important;
        padding-right: 0.5rem !important;
    }

    .all-rights,
    .footer_nav {
        margin: 15px 0;
        align-items: center !important;
        border-bottom: 1px dashed #fff;
    }

    .all-rights img {
        padding-bottom: 40px;
        padding-top: 10px;
    }

    .tell-no {
        flex-direction: column !important;
        line-height: 65px !important;
    }
}

@media only screen and (max-width: 768px) {

    .featured-image {
        background-position-y: initial;
        margin: 70px 0px 80px;
        clip-path: polygon(0 0, 100% 0, 100% 54%, 0% 63.1%);
        background-size: 100%;
    }

    #navbarNavDropdown {
        background: #00B7DD;
        padding: 10px;
    }

    header {
        margin-bottom: -200px;
    }

    .credit-container {
        width: 100%;
    }

    .navbar-brand {
        width: 50% !important;

    }

    .navbar-collapse {
        width: 50% !important;
    }

    .banner-content-col {
        transform: translate(0, -50%);
    }

    .banner-title {
        font-size: 32px;
        font-weight: 600;
        line-height: 50px;
    }

    .banner-sub-caption {
        font-size: 14px;
        font-weight: 300;
        line-height: 25px;
        text-align: left;
    }

    .general_layout_padding {
        padding: 0px 20px !important;
    }

    .clip-background-1 {
        height: 480px;
    }

    .clip-background-2 {
        height: 280px;
    }

    .banner-content .col-md-5,
    .banner-content .col-md-7 {
        height: 500px;
    }

    .jumbotron-fluid {
        height: 520px;
    }

    .clip-background-3 {
        height: 1100px;
    }

    .credit-payment-section .credit-payment-col,
    .credit-payment-section .convinient-store-payment-service-col {
        padding: 45px 30px;
    }

    .footer-text {
        font-size: 20px;
    }

    .tell-no {
        flex-direction: column !important;
        line-height: 65px !important;
    }

    .tell-no p {
        padding: 0;
        margin: 0;
        border-right: none;
    }

    footer .nav-link {
        width: 70px;
        padding-right: 0rem;
    }

    .footer-btn {
        width: 80% !important;
    }

}
