*, img, ul, li, a, p {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    list-style: none;
}

body {
    font-family: Arial, Arial;
    font-size: 14px;
    color: #333;
    background-color: #fff;
    font-style: normal;
    text-transform: none;
}

a {
    color: #337ab7;
    text-decoration: none;
}

a:hover,
a:focus {
    color: #23527c;
    text-decoration: none;
}

.clear_both {
    clear: both;
}


.header{
    width: 100%;
    /*height: 103px;*/
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
}
.header .header-top{
    width: 100%;
    height: 40px;
    background: #EDEEF2;
}
.header .header-top .header-top-content{
    width: 1200px;
    margin: 0 auto;
}
.header .header-top .header-top-content .header-top-left{
    float: left;
    color: #4A4A4A;
    font-size: 16px;
    line-height: 40px;
    font-style: italic;
}
.header .header-top .header-top-content .header-top-right{
    float: right;
}
.header .header-top .header-top-content .header-top-right .header-top-right-item{
    float: left;
    margin-left: 10px;
    line-height: 40px;
    cursor: pointer;
}
.header .header-middle{
    width: 100%;
    height: 93px;
    background-color: #fff;
}
.header .header-middle .header-middle-content{
    width: 1200px;
    height: 70px;
    margin: 0 auto;
    font-weight: bold;
    font-size: 18px;
    color: #10263B;
    line-height: 70px;
}
.header .header-middle .header-middle-content .header-middle-left{
    float: left;
    width: 240px;
}
.header .header-middle .header-middle-content .header-middle-left img{
    width: 100%;
}
.header .header-middle .header-middle-content .header-middle-right{
    float: right;
}
.header .header-middle .header-middle-content .header-middle-right .header-middle-right-item{
    float: left;
    margin-left: 40px;
    cursor: pointer;
    background: url(../images/header-wechat.webp) no-repeat left center;
    padding-left: 28px;
}
.header .header-middle .header-middle-content .header-middle-right .header-middle-right-item:first-child{
    margin-left: 0;
}
.header .header-middle .header-middle-content .header-middle-right .header-middle-right-item.header-middle-right-whatsapp{
    background-image: url(../images/header-whatsapp.webp);
}
.header .header-middle .header-middle-content .header-middle-right .header-middle-right-item.header-middle-right-tel{
    background-image: url(../images/header-tel.webp);
}
.header .header-bottom .header-bottom-content{
    width: 1200px;
    margin: -23px auto 0;
    background: #001C36;
}
.header .header-bottom .header-bottom-content .header-bottom-left{
    float: left;
}
.header .header-bottom .header-bottom-content .header-bottom-left .header-bottom-left-item{
    float: left;
    width: 120px;
    cursor: pointer;
    font-size: 16px;
    color: #fff;
    line-height: 70px;
    text-align: center;
}
.header .header-bottom .header-bottom-content .header-bottom-left .header-bottom-left-item a{
    color: #fff;
}
.header .header-bottom .header-bottom-content .header-bottom-left .header-bottom-left-item:hover{
    background: #0070D9;
}
.header .header-bottom .header-bottom-content .header-bottom-right{
    float: right;
}
.header .header-bottom .header-bottom-content .header-bottom-right .header-bottom-right-line{
    float: left;
    width: 1px;
    height: 30px;
    background: #fff;
    margin: 20px 20px 0 20px;
}
.header .header-bottom .header-bottom-content .header-bottom-right .header-bottom-right-search{
    width: 30px;
    height: 70px;
    margin-right: 20px;
    cursor: pointer;
    background: url(../images/header-search.webp) no-repeat center center;
    float: left;
}


.sub-nav{
    width: 100%;
    background: #FFFFFF;
    position: fixed;
    top: 133px;
    left: 0;
    z-index: -1;
    display: none;
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1);
}
.sub-nav .sub-nav-content{
    width: 1200px;
    margin: 100px auto 30px;
    font-size: 14px;
    color: #262626;
    text-align: center;
    display: flex;
    align-items: center;
}
.sub-nav .sub-nav-content .sub-nav-title{
    font-weight: bold;
    font-size: 40px;
    color: #262626;
    line-height: 28px;
}
.sub-nav .sub-nav-content .sub-nav-line{
    width: 2px;
    height: 206px;
    background: #D8D8D8;
    margin: 0 50px;
}
.sub-nav .sub-nav-content .sub-nav-list{

}
.sub-nav .sub-nav-content .sub-nav-list{
    display: flex;
    flex-wrap: wrap;
}
.sub-nav .sub-nav-content .sub-nav-list .sub-nav-item{
    width: 150px;
    margin-right: 30px;
    margin-top: 20px;
}
.sub-nav .sub-nav-content .sub-nav-list .sub-nav-item:nth-child(5n){
    margin-right: 0;
}
.sub-nav .sub-nav-content .sub-nav-list .sub-nav-item:nth-child(-n+5){
    margin-top: 0;
}
.sub-nav .sub-nav-content .sub-nav-list .sub-nav-item img{
    width: 100%;
    aspect-ratio: 1/1;
}
.sub-nav .sub-nav-content .sub-nav-list .sub-nav-item .sub-nav-item-title{
    font-size: 14px;
    color: #262626;
    line-height: 16px;
    margin-top: 10px;
}
.header-bottom-left-product:hover .product-nav{
    display: block;
}

.about-nav .sub-nav-content .sub-nav-list{
    display: block;
}
.about-nav .sub-nav-content .sub-nav-line{
    margin: 0 100px;
}
.about-nav .sub-nav-content .sub-nav-list .sub-nav-item{
    width: auto!important;
    margin-right: 0;
}
.about-nav .sub-nav-content .sub-nav-list .sub-nav-item .sub-nav-item-title{
    font-weight: bold;
    font-size: 26px;
    color: #262626;
    line-height: 30px;
    margin-top: 30px;
    text-align: left;
}
.about-nav .sub-nav-content .sub-nav-list .sub-nav-item:first-child .sub-nav-item-title{
    margin-top: 0;
}
.header-bottom-left-about:hover .about-nav{
    display: block;
}




@media only screen and (min-width: 1000px) and (max-width: 1440px) {
    .header .header-top .header-top-content,
    .header .header-middle .header-middle-content,
    .header .header-bottom .header-bottom-content{
        width: 900px;
    }
    .sub-nav .sub-nav-content{
        width: 900px;
    }
    .sub-nav .sub-nav-content .sub-nav-title{
        font-size: 28px;
    }
    .sub-nav .sub-nav-content .sub-nav-line{
        margin: 0 30px;
    }
    .sub-nav .sub-nav-content .sub-nav-list .sub-nav-item{
        width: 120px;
        margin-right: 20px;
    }
}
@media only screen and (max-width: 1000px) {
    .header .header-top .header-top-content,
    .header .header-middle .header-middle-content,
    .header .header-bottom .header-bottom-content{
        width: 700px;
    }
    .header .header-middle .header-middle-content .header-middle-left{
        width: 180px;
    }
    .header .header-middle .header-middle-content{
        font-size: 14px;
    }
    .header .header-middle .header-middle-content .header-middle-right .header-middle-right-item{
        padding-left: 20px;
        margin-left: 20px;
    }
    .header .header-bottom .header-bottom-content .header-bottom-left .header-bottom-left-item{
        width: 100px;
        font-size: 14px;
    }
    .sub-nav .sub-nav-content{
        width: 700px;
    }
    .sub-nav .sub-nav-content .sub-nav-title{
        font-size: 20px;
    }
    .sub-nav .sub-nav-content .sub-nav-line{
        margin: 0 23px;
    }
    .sub-nav .sub-nav-content .sub-nav-list .sub-nav-item{
        width: 100px;
        margin-right: 10px;
    }
    .sub-nav .sub-nav-content .sub-nav-list .sub-nav-item .sub-nav-item-title{
        font-size: 12px;
        margin-top: 5px;
    }
}



.banner {
    width: 100%;
    position: relative;
    overflow: hidden;
    margin-top: 133px;
}
.banner img{
    width: 100%;
}
.banner .banner-text {
    position: absolute;
    top: calc(50% + 25px);
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 48px;
    color: #fff;
    font-weight: 700;
    text-align: center;
    width: 100%;
    z-index: 1;
}

.main-content{
    width: 1200px;
    margin: 80px auto;
}
.main-content .title{
    font-weight: bold;
    font-size: 40px;
    color: #262626;
    line-height: 44px;
    text-align: center;
}

@media only screen and (min-width: 1000px) and (max-width: 1440px) {
    .main-content{
        width: 900px;
        margin: 60px auto;
    }
    .main-content .title{
        font-size: 36px;
    }
    .banner .banner-text{
        font-size: 36px;
    }
}

@media only screen and (max-width: 1000px) {
    .main-content{
        width: 700px;
        margin: 40px auto;
    }
    .main-content .title{
        font-size: 30px;
    }
    .banner .banner-text{
        font-size: 30px;
    }
}


/**
 * quote styles
 **/
.custom-quote{
    width: 100%;
    height: 80px;
    background: #0070D9;
}
.custom-quote .custom-quote-content{
    width: 1200px;
    height: 100%;
    margin: 0 auto;
}
.custom-quote .custom-quote-content .custom-quote-title{
    font-weight: bold;
    font-size: 26px;
    color: #FFFFFF;
    line-height: 80px;
    float: left;
}
.custom-quote .custom-quote-content .custom-quote-btn{
    width: 140px;
    height: 50px;
    background: #FFFFFF;
    border-radius: 4px 4px 4px 4px;
    float: right;
    margin-top: 15px;
    font-size: 18px;
    color: #2980D3;
    line-height: 50px;
    text-align: center;
    cursor: pointer;
}

@media only screen and (min-width: 1000px) and (max-width: 1440px) {
    .custom-quote .custom-quote-content{
        width: 900px;
    }
    .custom-quote .custom-quote-content .custom-quote-title{
        font-size: 20px;
    }
}
@media only screen and (max-width: 1000px) {
    .custom-quote .custom-quote-content{
        width: 700px;
    }
    .custom-quote .custom-quote-content .custom-quote-title{
        font-size: 16px;
    }
    .custom-quote .custom-quote-content .custom-quote-btn{
        height: 40px;
        line-height: 40px;
        width: 80px;
        font-size: 14px;
        margin-top: 20px;
    }
}



/**** footer styles ****/

.footer{
    width: 100%;
    background-color: #10263B;
    padding: 50px 0 0;
}
.footer .footer-content{
    width: 1200px;
    margin: 0 auto;
}
.footer .footer-content .footer-left{
    width: 74%;
    float: left;
}
.footer .footer-content .footer-left .footer-left-top{
}
.footer .footer-content .footer-left .footer-left-top .footer-logo{
    width: 240px;
    height: 42px;
    float: left;
}
.footer .footer-content .footer-left .footer-left-top .footer-logo img{
    width: 100%;
    height: 100%;
}
.footer .footer-content .footer-left .footer-left-top .footer-search{
    margin-left: 60px;
    margin-top: 4px;
    float: left;
    position: relative;
}
.footer .footer-content .footer-left .footer-left-top .footer-search input{
    width: 268px;
    height: 30px;
    border: 1px solid #FFFFFF;
    border-radius: 15px;
    padding-left: 10px;
    color: #FFFFFF;
    background-color: #10263B;
    outline: none;
}
.footer .footer-content .footer-left .footer-left-top .footer-search input::placeholder{
    color: rgba(255, 255, 255, 0.7);
}
.footer .footer-content .footer-left .footer-left-top .footer-search .footer-search-icon{
    position: absolute;
    top: 6px;
    right: 8px;
    width: 18px;
    height: 18px;
    background-image: url(../images/foot-search.webp);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    cursor: pointer;
}

.footer .footer-content .footer-left .footer-left-line{
    width: 100%;
    height: 2px;
    position: relative;
    margin: 40px 0;
}
.footer .footer-content .footer-left .footer-left-line::before{
    content: "";
    width: 100%;
    height: 1px;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #061320;
}
.footer .footer-content .footer-left .footer-left-line::after{
    content: "";
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #10375D;
}

.footer .footer-content .footer-products{
    width: 35%;
    float: left;
}
.footer .footer-content .footer-products .footer-products-title,
.footer .footer-content .footer-contact .footer-contact-title{
    font-family: Arial, Arial;
    font-weight: bold;
    font-size: 20px;
    color: #FFFFFF;
    line-height: 22px;
    margin-bottom: 30px;
}
.footer .footer-content .footer-products .footer-products-list{
    width: 100%;
}
.footer .footer-content .footer-products .footer-products-list .footer-products-item{
    width: 100%;
    margin-bottom: 20px;
    font-family: Arial, Arial;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 16px;
    background: url("../images/footer-more.webp") no-repeat 85% center;
    cursor: pointer;
}
.footer .footer-content .footer-products .footer-products-list .footer-products-item:hover {
    font-weight: bold;
}
.footer .footer-content .footer-services{
    width: 30%;
    float: left;
}

.footer .footer-content .footer-form{
    width: 35%;
    float: left;
}
.footer .footer-content .footer-form .footer-form-item{
    width: 100%;
}
.footer .footer-content .footer-form .footer-form-item .footer-form-item-title{
    font-family: Arial, Arial;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 22px;
    width: 24%;
    float: left;
}
.footer .footer-content .footer-form .footer-form-item input{
    width: 76%;
    height: 22px;
    border: none;
    background-color: transparent;
    font-family: Arial, Arial;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 22px;
    padding-left: 10px;
}
.footer .footer-content .footer-form .footer-form-item input:focus{
    outline: none;
}
.footer .footer-content .footer-form .footer-form-item .intl-tel-input{
    width: 70%;
}
.footer .footer-content .footer-form .footer-form-item .intl-tel-input input{
    width: 100%;
    padding-left: 50px;
}
.footer .footer-content .footer-form .footer-form-line{
    width: 100%;
    height: 1px;
    background-color: #FFFFFF;
    margin: 15px 0;
}
.footer .footer-content .footer-form .footer-form-item .footer-form-item-btn{
    width: 100%;
    height: 50px;
    background: #FFFFFF;
    font-family: Arial, Arial;
    font-size: 16px;
    color: #1562C5;
    line-height: 50px;
    text-align: center;
    cursor: pointer;
}

.footer .footer-vertical-line{
    width: 2px;
    height: 450px;
    float: left;
    margin: 0 2.5%;
    position: relative;
}
.footer .footer-vertical-line::before{
    content: "";
    width: 1px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #061320;
}
.footer .footer-vertical-line::after{
    content: "";
    width: 1px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background-color: #10375D;
}

.footer .footer-right{
    width: 20%;
    font-size: 14px;
    color: #FFFFFF;
    float: right;
}
.footer .footer-right .footer-right-email{
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin-bottom: 40px;
}
.footer .footer-right .footer-right-email .footer-right-email-icon{
    width: 36px;
    height: 36px;
    background: url("../images/footer-email.webp") no-repeat center;
}
.footer .footer-right .footer-right-email .footer-right-email-text-content{
    font-size: 20px;
    color: #1562C5;
    cursor: pointer;
}
.footer .footer-right .footer-right-item{
    margin-bottom: 20px;
    padding-left: 26px;
    background: url("../images/footer-address.webp") no-repeat 0 2px;
    cursor: pointer;
}
.footer .footer-right .footer-right-whatsapp{
    background-image: url("../images/footer-whatsapp.webp");
}
.footer .footer-right .footer-right-wechat{
    background-image: url("../images/footer-wechat.webp");
}
.footer .footer-right .footer-link{
    float: left;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
}
.footer .footer-right .footer-link .footer-link-item{
    margin-right: 20px;
}


.footer .footer-line{
    width: 100%;
    height: 2px;
    margin-top: 50px;
    position: relative;
}
.footer .footer-line::before{
    content: "";
    width: 100%;
    height: 1px;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #061320;
}
.footer .footer-line::after{
    content: "";
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #10375D;
}

.footer .footer-nav{
    height: 76px;
    background-color: #061320;
}
.footer .footer-nav .footer-nav-list{
    width: 1200px;
    margin: 0 auto;
}
.footer .footer-nav .footer-nav-item{
    float: left;
    font-family: Arial, Arial;
    font-weight: bold;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 76px;
    text-align: center;
    margin-right: 40px;
}
.footer .footer-nav .footer-nav-item a{
    float: left;
}
.footer .footer-nav .footer-nav-item a{
    color: #FFFFFF;
}


@media only screen and (min-width: 1000px) and (max-width: 1440px) {
    .footer .footer-content {
        width: 900px;
    }
    .footer .footer-content .footer-form .footer-form-item .footer-form-item-btn{
        font-size: 14px;
    }
    .footer .footer-nav .footer-nav-item{
        font-size: 14px;
    }
    .footer .footer-right .footer-right-email .footer-right-email-text-content{
        font-size: 14px;
    }
    .footer .footer-content .footer-form .footer-form-item .footer-form-item-title{
        width: 28%;
    }
    .footer .footer-content .footer-form .footer-form-item input{
        width: 72%;
    }
    .footer .footer-nav .footer-nav-list{
        width: 900px;
    }
}

@media only screen and (max-width: 1000px) {
    .footer .footer-content {
        width: 700px;
    }
    .footer .footer-content .footer-left{
        width: 65%;
    }
    .footer .footer-right{
        width: 28%;
    }
    .footer .footer-content .footer-left .footer-left-top .footer-logo{
        width: 130px;
        height: 20px;
    }
    .footer .footer-content .footer-left .footer-left-top .footer-search input{
        width: 160px;
    }
    .footer .footer-content .footer-products,
    .footer .footer-content .footer-services{
        width: 50%;
    }
    .footer .footer-content .footer-form{
        display: none;
    }
    .footer .footer-right .footer-right-email .footer-right-email-text-content{
        font-size: 16px;
    }
    .footer .footer-nav .footer-nav-item{
        font-size: 12px;
    }
    .footer .footer-line{
        margin-top: 10px;
    }
    .footer .footer-nav .footer-nav-list{
        width: 700px;
    }
}


.right_fix {
    width: 64px;
    position: fixed;
    left: 20px;
    top: 50%;
    margin-top: -143px;
    z-index: 999;
}

.right_fix .right_fix_connect {
    width: 64px;
}

.right_fix .right_fix_connect .right_fix_box {
    width: 64px;
    height: 64px;
    border-radius: 32px;
    margin-bottom: 10px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 28px;
    cursor: pointer;
    position: relative;
    border-bottom: rgba(255, 255, 255, 0.2) 1px solid;
    background: #1562C5;
    box-shadow: 0px 0px 10px 1px rgba(21,98,197,0.2);
}
.right_fix .right_fix_connect .right_fix_box:last-child {
    margin-bottom: 0;
}

.right_fix .right_fix_connect .right_fix_box img {
    width: 30px;
    height: 30px;
    margin-top: 17px;
    margin-left: 17px;
}
.right_fix .right_fix_connect .right_fix_box .right_fix_box_title {
    margin-top: 4px;
}
.right_fix .right_fix_connect .right_fix_box .right_fix_box_connect {
    display: none;
    width: 160px;
    height: 64px;
    position: absolute;
    left: 64px;
    top: 0;
    border-radius: 0 32px 32px 0;
}


.right_fix .right_fix_connect .right_fix_box .right_fix_box_connect p {
    font-family: Roboto, Roboto;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 24px;
    text-align: left;
    margin-bottom: 0;
}
.right_fix .right_fix_connect .right_fix_box .right_fix_box_connect p.right_fix_box_connect_text {
    font-size: 16px;
}
.right_fix .right_fix_connect .right_fix_box .right_fix_box_connect p:first-child {
    margin-top: 8px;
}
.right_fix .right_fix_connect .right_fix_box .right_fix_box_connect p a {
    color: #FFFFFF;
}


.right_fix .right_fix_connect .right_fix_box.active .right_fix_box_connect {
    display: block;
}
.right_fix .right_fix_connect .right_fix_box.active{
    width: 224px;
}
.right_fix .right_fix_connect .right_fix_box.right_fix_email.active{
    width: 264px;
}
.right_fix .right_fix_connect .right_fix_box.right_fix_form.active{
    width: 64px;
}

/*弹窗*/
.popover_wrap {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    z-index: 99999;
}

.popover_wrap .popover_container {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1212px;
    height: 586px;
    margin-top: -273px;
    margin-left: -606px;
    background: linear-gradient(180deg, #E6F1FF 0%, #FFFFFF 30%);
    border-radius: 24px;
    overflow: hidden;
    z-index: 1000;
}

.popover_wrap .popover_container .popover_close {
    float: right;
    margin-right: 20px;
    margin-top: 20px;
    cursor: pointer;
}

.popover_wrap .popover_container .popover_content {
    width: 1050px;
    margin-left: 80px;
    margin-top: 60px;
}

.popover_wrap .popover_container .popover_content .popover_title h2 {
    width: 100%;
    font-family: Arial-BoldMT, Arial-BoldMT;
    font-weight: bold;
    font-size: 40px;
    color: #333333;
    line-height: 44px;
    text-align: center;
    font-style: normal;
    text-transform: none;
}

.popover_wrap .popover_container .popover_content .popover_title .popover_title_description {
    width: 100%;
    height: 20px;
    font-family: ArialMT, ArialMT;
    font-weight: 400;
    font-size: 20px;
    color: #333333;
    line-height: 20px;
    text-align: center;
    font-style: normal;
    text-transform: none;
    margin-top: 20px;
}

.popover_wrap .popover_container .popover_content .popover_title .popover_title_description a:hover {
    color: #003F9B;
}

.popover_wrap .popover_container .popover_content .popover_form {
    width: 100%;
    margin-top: 40px;
}

.popover_wrap .popover_container .popover_content .popover_form .popover_form_name,
.popover_wrap .popover_container .popover_content .popover_form .popover_form_phone,
.popover_wrap .popover_container .popover_content .popover_form .popover_form_email {
    float: left;
}

.popover_wrap .popover_container .popover_content .popover_form .popover_form_phone,
.popover_wrap .popover_container .popover_content .popover_form .popover_form_email {
    margin-left: 16px;
}

.popover_wrap .popover_container .popover_content .popover_form .popover_form_name input,
.popover_wrap .popover_container .popover_content .popover_form .popover_form_phone input,
.popover_wrap .popover_container .popover_content .popover_form .popover_form_email input {
    width: 336px;
    height: 60px;
    background: #FFFFFF;
    border-radius: 30px 30px 30px 30px;
    padding-left: 20px;
    border: 1px solid #DCDCDC;
}
.popover_wrap .popover_container .popover_content .popover_form .popover_form_phone input{
    padding-left: 50px;
}
.popover_wrap .popover_container .popover_content .popover_form .popover_form_content textarea {
    width: 100%;
    height: 190px;
    margin-top: 20px;
    background: #FFFFFF;
    border-radius: 16px 16px 16px 16px;
    font-family: Arial, Arial;
    font-size: 16px;
    color: #999999;
    line-height: 32px;
    padding: 10px 20px;
    border: 1px solid #DCDCDC;
    resize: none;
}

.popover_wrap .popover_container .popover_content .popover_form .popover_form_submit {
    width: 220px;
    margin: 0 auto;
    margin-top: 30px;
}

.popover_wrap .popover_container .popover_content .popover_form .popover_form_submit button {
    width: 220px;
    height: 60px;
    background: #003F9B;
    border-radius: 30px 30px 30px 30px;
    border-width: 0;
    font-family: Arial, Arial;
    font-weight: bold;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 0px;
    font-style: normal;
    text-transform: none;
}


@media only screen and (min-width: 1080px) and (max-width: 1440px) {
    .popover_wrap .popover_container{
        width: 960px;
        height: 480px;
        margin-top: -240px;
        margin-left: -480px
    }
    .popover_wrap .popover_container .popover_content{
        width: 900px;
        margin-left: 30px;
        margin-top: 40px;
    }
    .popover_wrap .popover_container .popover_content .popover_title h2{
        font-size: 30px;
        line-height: 33px;
    }
    .popover_wrap .popover_container .popover_content .popover_title .popover_title_description{
        font-size: 18px;
    }
    .popover_wrap .popover_container .popover_content .popover_form{
        margin-top: 20px;
    }
    .popover_wrap .popover_container .popover_content .popover_form .popover_form_name input,
    .popover_wrap .popover_container .popover_content .popover_form .popover_form_phone input,
    .popover_wrap .popover_container .popover_content .popover_form .popover_form_email input{
        width: 280px;
        height: 50px;
    }
    .popover_wrap .popover_container .popover_content .popover_form .popover_form_content textarea{
        height: 160px;
    }
    .popover_wrap .popover_container .popover_content .popover_form .popover_form_submit{
        width: 180px;
    }
    .popover_wrap .popover_container .popover_content .popover_form .popover_form_submit button{
        width: 180px;
        height: 50px;
    }
}

@media only screen and (min-width: 800px) and (max-width: 1080px) {
    .popover_wrap .popover_container{
        width: 680px;
        height: 360px;
        margin-top: -180px;
        margin-left: -340px
    }
    .popover_wrap .popover_container .popover_content{
        width: 640px;
        margin-left: 20px;
        margin-top: 30px;
    }
    .popover_wrap .popover_container .popover_content .popover_title h2{
        font-size: 24px;
        line-height: 28px;
    }
    .popover_wrap .popover_container .popover_content .popover_title .popover_title_description{
        font-size: 16px;
        margin-top: 10px;
    }
    .popover_wrap .popover_container .popover_content .popover_form{
        margin-top: 10px;
    }
    .popover_wrap .popover_container .popover_content .popover_form .popover_form_name input,
    .popover_wrap .popover_container .popover_content .popover_form .popover_form_phone input,
    .popover_wrap .popover_container .popover_content .popover_form .popover_form_email input{
        width: 200px;
        height: 40px;
    }
    .popover_wrap .popover_container .popover_content .popover_form .popover_form_content textarea{
        height: 120px;
        margin-top: 10px;
    }
    .popover_wrap .popover_container .popover_content .popover_form .popover_form_submit{
        width: 130px;
        margin-top: 15px;
    }
    .popover_wrap .popover_container .popover_content .popover_form .popover_form_submit button{
        width: 130px;
        height: 40px;

    }
}


.intl-tel-input .country-list{
    background-color: #141414;
}