
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,400italic,600italic,700,700italic,300,300italic');
@import url('https://fonts.googleapis.com/css?family=Montserrat:400,700');

@font-face {
    font-family: Segoe_UI;
    src: url("../fonts/Segoe UI/segoeui.ttf");
}

@font-face {
    font-family: Segoe_UI_Semibold;
    src: url("../fonts/Segoe UI/seguisb.ttf");
}

@font-face {
    font-family: Segoe_UI_Light;
    src: url("../fonts/Segoe UI/segoeuil.ttf");
}




@font-face {
    font-family: OpenSans_Regular;
    src: url("../fonts/Open Sans/OpenSans-Regular.ttf");
}

@font-face {
    font-family: OpenSans_SemiBold;
    src: url("../fonts/Open Sans/OpenSans-SemiBold.ttf");
}

@font-face {
    font-family: OpenSans_Light;
    src: url("../fonts/Open Sans/OpenSans-Light.ttf");
}

@font-face {
    font-family: OpenSans_Bold;
    src: url("../fonts/Open Sans/OpenSans-Bold.ttf");
}



@font-face {
    font-family: Roboto_Regular;
    src: url("../fonts/roboto/Roboto-Regular.ttf");
}

@font-face {
    font-family: Roboto_Medium;
    src: url("../fonts/roboto/Roboto-Medium.ttf");
}

@font-face {
    font-family: Roboto_Light;
    src: url("../fonts/roboto/Roboto-Light.ttf");
}


html, body{
    overflow-x:hidden;
}

body {
    background: #ffffff none repeat scroll 0 0 !important;
    color: #505050;
    font-family: Open sans;
    letter-spacing: 0.3px;
    margin-top: 70px;
}

.header {
    position: fixed;
    width: 100%;
    margin-top: 0px;
    margin-bottom: 0px;
    top: 0px;
    //background-color: #2479AE;
    background-color: #ffffff;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    z-index: 99;
    --widgets-spacing: 20px;
}

.header .container {
    max-width: 1140px;
    /*display: flex;*/
    margin-right: auto;
    margin-left: auto;
    position: relative;
}

.header .container .logo {
    position: relative;
    float: left;
    padding: 10px;
    margin: 8px 0px 0px 20px;
}

.header .container .logo img {
    //max-width: 150px;
    max-height: 40px;
}

.header .container .menu {
    position: relative;
    float: right;
    flex-wrap: wrap;
    align-content: flex-start;
    padding: 10px;
}

.header .container .menu ul {
    -webkit-box-pack: end;
    justify-content: flex-end;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    margin: 0;
    padding: 0;
}

.header .container .menu ul li {
    position: relative;
    margin: 0;
    padding: 0;
}

.header .container .menu ul li a {
    //color: #FFFFFF;
    color: #394D6F;
    border-style: solid;
    border-width: 0px 0px 3px 0px;
    border-color: transparent;
    padding: 12px 15px 12px 15px;
    //font-size: 15px;
    font-size: 16px;
    transition: all .4s ease;
    text-transform: none;
    font-weight: 500;
    letter-spacing: normal;
    height: 100%;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    text-decoration: none;
    outline: 0;
}

.header .container .menu ul li a.active {
    //border-color: #FFFFFF;
    font-family: Segoe_UI_Semibold;
}

.header .container .button {
    position: relative;
    float: right;
    margin: 5px 0px 0px 0px;
    padding: 10px;
}


.header .container .button a {
    font-size: 14px;
    font-weight: 800;
    font-family: Segoe_UI_Semibold;
    fill: #FFFFFF;
    color: #FFFFFF;
    //background-color: #2479AE;
    background-color: #EA5043;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #EA5043;
    border-radius: 6px 6px 6px 6px;
    margin: 0px 0px 5px 20px;
    padding: 12px 24px;
    display: inline-block;
    line-height: 1;
    text-align: center;
    transition: all .3s;
    box-sizing: border-box;
    text-decoration: none;
}

.header .container .button a.white {
    font-size: 14px;
    font-weight: 800;
    fill: #2479AE;
    color: #2479AE;
    background-color: #FFFFFF;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #FFFFFF;
    border-radius: 6px 6px 6px 6px;
    margin: 0px 0px 5px 20px;
    padding: 12px 24px;
    display: inline-block;
    line-height: 1;
    text-align: center;
    transition: all .3s;
    box-sizing: border-box;
    text-decoration: none;
}

.section {
    padding: 40px 10px 40px 10px;
}

.section.blue {
    background-color: #EBF5FB;
}

.section.gray {
    background-color: #F9FBFB;
}

.section .container {
    max-width: 1100px;
    /*display: flex;*/
    margin-right: auto;
    margin-left: auto;
    position: relative;
}

.section.banner .container {
    max-width: 950px;
}

.section.banner .logo {
    width: auto;
    margin-top: 50px;
    max-height: 60px;
    margin-bottom: 30px;
}

.section .container h1 {
    font-size: 45px;
    color: #394D6F;
    font-weight: bold;
    line-height: 55px;
    margin: 0 0 35px 0;
}

.section .container h2 {
    font-size: 36px;
    color: #394D6F;
    font-weight: 800;
    font-family: Segoe_UI_Semibold;
    line-height: 50px;
    //margin: 0 0 35px 0;
    margin: 0 0 20px 0;
}

.section .container h5 {
    //font-size: 20px;
    font-size: 23px;
    color: #818DA3;
    //font-weight: 800;
    //font-family: Segoe_UI_Semibold;
    line-height: 38px;
    margin: 0 0 35px 0;
}

.section .container h6 {
    //font-size: 20px;
    font-size: 18px;
    color: #394D6F;
    //font-weight: 800;
    //font-family: Segoe_UI_Semibold;
    line-height: 38px;
    margin: 0 0 35px 0;
}

.section .container p {
    font-size: 16px;
    color: #818DA3;
    margin-bottom: 35px;
    /*margin: 0 auto 35px auto;
    max-width: 700px;*/
}

.section .container .button-sec {
    margin: 0 0 35px 0;
}

.section .container .button-sec a {
    font-weight: 800;
    font-family: Segoe_UI_Semibold;
    fill: #FFFFFF;
    color: #FFFFFF;
    border: 1px solid transparent;
    background-color: #0F7AAE;
    border-radius: 6px 6px 6px 6px;
    display: inline-block;
    line-height: 1;
    font-size: 15px;
    padding: 14px 24px;
    text-align: center;
    transition: all .3s;
    box-sizing: border-box;
    cursor: pointer;
    text-decoration: none;
    min-width: 230px;
}

.section .container .button-sec a.main {
    background-color: #2898D8;
    font-size: 16px;
    padding: 18px 32px;
}

.section .container .center-sec {
    text-align: center;
}

.section .container .center-sec p {
    margin-left: auto;
    margin-right: auto;
    max-width: 700px;
}

.section .container .text-center {
    text-align: center;
}

.section.banner .container .img-banner {
    width: 700px;
    max-width: 100%;
    margin: 20px 0 50px 0;
}

.section .container .tab-sec {
    padding: 20px 0 20px 0;
}

.section .container .tab-sec .nav {
    border: none;
    text-align: center;
}

.section .container .tab-sec .nav li {
    border: none;
    float:none;
    display:inline-block;
}

.section .container .tab-sec .nav li a {
    font-size: 20px;
    font-family: Segoe_UI;
    fill: #394D6F;
    color: #394D6F;
    border: none;
    border-bottom: 3px solid transparent;
    background-color: transparent;
}

.section .container .tab-sec .nav li a:hover {
    background-color: transparent;
}

.section .container .tab-sec .nav li.active {
    
}

.section .container .tab-sec .nav li.active a {
    font-family: Segoe_UI_Semibold;
    border: none;
    border-bottom: 3px solid #0F7AAE;
    background-color: transparent;
}

.section .container .tab-sec .tab-content {
    padding: 20px 20px 20px 20px;
}

.section .container .tab-sec .tab-content .tab-pane {
    padding: 30px 0px 30px 0px;
}

.section .container .tab-sec .tab-content .tab-pane p {
    font-size: 13px;
    margin-bottom: 25px;
}

.section .container .tab-sec .tab-content .tab-pane .left-sec {
    float: left;
    max-width: 45%;
}

.section .container .tab-sec .tab-content .tab-pane .right-sec {
    float: right;
}


.section .container .tab-sec .tab-content .tab-pane .right-sec img {
    max-width: 400px;
}

/*.section.section-feature .container .title-sec {
}

.section.section-feature .container .title-sec h2 {
    margin-left: auto;
    margin-right: auto;
    max-width: 500px;
}*/

.section .container .feature-sec {
    padding: 0px 0 0px 0;
}

.section .container .feature-sec .left-sec {
    float: left;
    width: 50%;
}

.section .container .feature-sec .left-sec img {
    width: 650px;
    max-width: 100%;
    //margin-left: -200px;
    margin-left: -100px;
}

.section .container .feature-sec .right-sec {
    float: left;
    width: 50%;
}

.section .container .feature-sec .right-sec ul {
    margin: 20px 0;
    padding: 0px 0px;
    list-style-type: none;
}

.section .container .feature-sec .right-sec ul li {
    display: flex;
    padding: 10px 0;
}

.section .container .feature-sec .right-sec ul li .img-sec {
    //width: 11%;
}

.section .container .feature-sec .right-sec ul li .img-sec img {
    max-height: 64px;  
}

.section .container .feature-sec .right-sec ul li .text-sec {
    padding: 9px 10px 10px 25px;
}

.section .container .feature-sec .right-sec ul li .text-sec span {
    font-weight: 800;
    font-family: Segoe_UI_Semibold;
    fill: #2898D8;
    color: #2898D8;
    font-size: 26px;
}

.section .container .feature-sec .right-sec ul li .text-sec span.black {
    fill: #394D6F;
    color: #394D6F;
}

.section .container .price-sec {
    padding-top: 30px;
}

.section .container .price-sec .price {
    margin: 0px auto;
    max-width: 350px;
    background-color: #ffffff;
    padding: 40px 35px 40px 35px;
    border-radius: 10px 10px 10px 10px;
    box-shadow: 0px 5px 20px 0px #eeeeee;
}

.section .container .price-sec .price h3 {
    font-weight: 800;
    font-family: Segoe_UI_Semibold;
    font-size: 26px;
    color: #2898D8;
    line-height: 30px;
    margin: 0 0 20px 0;
    text-align: center;
}

.section .container .price-sec .price p {
    font-size: 16px;
    color: #818DA3;
    text-align: center;
    margin: 8px 0;
}

.section .container .price-sec .price p.black {
    color: #000;
}


.section .container .price-sec .price ul {
    margin: 20px 0;
    padding: 0px 0px;
    list-style-type: none;
}

.section .container .price-sec .price ul li {
    display: flex;
    margin: 15px 0;
}

.section .container .price-sec .price ul li {
    //width: 11%;
}

.section .container .price-sec .price ul li i {
    color: #20BF6B;
    margin-right: 15px;
    font-size: 23px;
}

.section .container .price-sec .price ul li span {
    margin-top: 2px;
    fill: #394D6F;
    color: #394D6F;
    font-size: 13px;
}

.section .container .price-sec .price a.button {
    font-weight: 800;
    font-family: Segoe_UI_Semibold;
    fill: #FFFFFF;
    color: #FFFFFF;
    background-color: #2898D8;
    border-radius: 6px 6px 6px 6px;
    display: inline-block;
    line-height: 1;
    font-size: 15px;
    padding: 14px 24px;
    text-align: center;
    transition: all .3s;
    box-sizing: border-box;
    cursor: pointer;
    text-decoration: none;
    width: 100%;
    margin: 10px 0 10px 0;
}

.section .container .demo-sec {
    margin: 30px 0px;
    width: 100%;
    background-color: #F5F7F8;
    padding: 40px 35px 40px 35px;
    border-radius: 10px 10px 10px 10px;
}

.section .container .demo-sec .center-button {
    margin: 0 auto;
    //display: flex;
    max-width: 500px;
}

.section .container .button-sec a {
    margin-bottom: 10px;
}

.section .container .button-sec a.btn-left {
    margin-right: 15px;
}

.section .container .button-sec a.transparent {
    background-color: #ffffff;
    color: #2898D8;
    border: 1px solid #2898D8;
    font-size: 16px;
    padding: 18px 32px;
}

.section .container .reason-sec {
    padding: 0px 0 0px 0;
}

.section .container .reason-sec .left-sec {
    float: left;
    width: 45%;
}

.section .container .reason-sec .left-sec img {
    max-height: 70px;
    margin-bottom: 20px;
}

.section .container .reason-sec .right-sec {
    float: left;
    width: 55%;
    padding-top: 90px;
}

.section .container .reason-sec .box {
    float: left;
    margin: 0px 10px 10px 10px;
    padding: 20px 20px 20px 20px;
    border:  1px solid #F6F7F8;
    border-radius: 16px;
    max-width: 230px;
    min-height: 300px;
}

.section .container .reason-sec .box:hover {
    border:  1px solid #FA8231;
    box-shadow: 0px 4px 20px rgba(250, 130, 49, 0.32);
}

.section .container .reason-sec .box .icon-sec {
    text-align: center;
    //margin-bottom: 15px;
    margin-top: 15px;
    margin-bottom: 25px;
}

.section .container .reason-sec .box .icon-sec i {
    font-size: 100px;
    color: #0F7AAE;
}

.section .container .reason-sec .box .icon-sec img {
    max-width: 80px;
    //max-height: 80px;
}

.section .container .reason-sec .box .text-sec {
    text-align: center;
}

.section .container .reason-sec .box .text-sec h3 {
    font-family: Segoe_UI_Semibold;
    text-align: center;
    line-height: 1.2;
    color: #394D6F;
    margin: 10px 0px;
    font-size: 20px;
}

.section .container .reason-sec .bottom-sec {
    float: left;
    width: 100%;
    padding-top: 30px;
}

.section .container .question-sec {
    padding: 0px 0 0px 0;
}

.section .container .question-sec .left-sec {
    float: left;
    width: 50%;
}

.section .container .question-sec .left-sec img {
    margin-top: 200px;
    width: 450px;
    max-width: 100%;
}

.section .container .question-sec .right-sec {
    float: left;
    width: 50%;
}

.section .container .question-sec .right-sec .collapse-sec {
    margin-top: 50px;
}

.section .container .question-sec .right-sec .collapse-sec .panel-group {
}

.section .container .question-sec .right-sec .collapse-sec .panel-group .panel {
    background-color: #ffffff;
    border: 10px solid #FFFFFF00;
    box-shadow: none;
    margin-bottom: 20px;
    padding: 5px 10px;
}

.section .container .question-sec .right-sec .collapse-sec .panel-group .panel .panel-heading {
    background-color: #ffffff;
}

.section .container .question-sec .right-sec .collapse-sec .panel-group .panel .panel-heading .panel-title {
    
}

.section .container .question-sec .right-sec .collapse-sec .panel-group .panel .panel-heading .panel-title a {
    font-family: Segoe_UI_Semibold;
    color: #2479AE;
    font-size: 18px;
    text-decoration: none;
}

.section .container .question-sec .right-sec .collapse-sec .panel-group .panel .panel-body {
    padding-top: 10px;
    border: none;
    background-color: #FFFFFF;
    color: #818DA3;
    font-size: 13px;
    line-height: 20px;
}



.section .container .customer-care-sec {
    float: left;
    margin: 30px 0px;
    width: 100%;
    background-color: #ffffff;
    border: 1px solid #EDEEF1;
    padding: 40px 35px 20px 35px;
    border-radius: 20px;
}

.section .container .customer-care-sec h3 {
    font-size: 26px;
    color: #394D6F;
    font-weight: 800;
    font-family: Segoe_UI_Semibold;
    line-height: 30px;
    //margin: 0 0 35px 0;
    margin: 0 0 20px 0;
}

.section .container .customer-care-sec .left-sec {
    float: left;
    width: 60%;
    //z-index: 1;
}

.section .container .customer-care-sec .right-sec {
    float: left;
    width: 40%;
    //z-index: -1;
}

.section .container .customer-care-sec .right-sec img {
    position: absolute;
    right: 0;
    bottom: 35px;
    //z-index: -1;
}

.section .container .customer-care-sec .button-sec a {
    background-color: #EA5043;
    color: #ffffff;
    border: 1px solid #EA5043;
    font-size: 16px;
    padding: 14px 24px;
}


.footer {
    background-color: #ffffff;
    //padding: 40px 0px 20px 0px;
    padding: 40px 0px 40px 0px;
}

.footer .container {
    max-width: 1100px;
    /*display: flex;*/
    margin-right: auto;
    margin-left: auto;
    position: relative;
}

.footer .container .left-sec {
    float: left;
    max-width: 350px;
    margin-bottom: 30px;
}

.footer .container .left-sec img {
    margin-bottom: 20px;
    max-height: 50px;
}

.footer .container .left-sec h2 {
    color: #A5AEBD;
    font-size: 12px;
    line-height: 18px;
    margin: 0px 0px 30px 0px;
}

.footer .container .left-sec .icon-sec {
}

.footer .container .left-sec .icon-sec a {
    float: left;
    //margin-right: 20px;
    margin-right: 10px;
    background-color: #ffffff;
    text-align: center;
    height: 40px;
    width: 40px;
    box-shadow: 0px 5px 20px 0px #eeeeee;
    border-radius: 50%;
    padding-top: 9px;
}

.footer .container .left-sec .icon-sec a i {
    font-size: 20px;
}

.footer .container .left-sec .icon-sec a img {
    max-height: 30px;
    margin-bottom: 0px;
}

.footer .container .right-sec {
    float: right;
}

.footer .container .right-sec .menu {
    float: left;
    min-width: 200px;
    min-height: 230px;
    padding: 10px;
}

.footer .container .right-sec .menu h2 {
    font-family: Segoe_UI_Semibold;
    color: #394D6F;
    font-size: 16px;
    margin: 0px 0px 20px 0px;
}

.footer .container .right-sec .menu a {
    color: #7A7A7A;
    font-size: 14px;
    line-height: 22px;
    margin: 0px 0px 10px 0px;
}