.query-btns{position:absolute;right:16px;top:10px;}
.query-btns a{width:58px;height:58px;border-radius:11px;box-shadow:0 0 15px 0 rgba(0,0,0,0.06);background-color:#1868dd;}
.query-btns a:hover{background:#5e8ff3;}
.query-table{box-shadow:0 3px 15px 0 rgba(0,0,0,0.16);background-color:#ffffff;width:1020px;border-bottom-left-radius:45px;border-bottom-right-radius:45px;padding:39px 0 49px 0;margin-top:-20px;margin-bottom:82px;position:relative;}
.query-objs{width:720px;display:table;margin:auto;}
.query-head{padding:0 18px;margin-bottom:45px;}
.query-head h3{color:#676363;font-weight:normal;margin-bottom:10px;text-align:center;}
.query-head p{font-family:Poppins;font-size:15px;font-weight:normal;text-align:center;color:#676363;margin-bottom:34px;}
.form-area input{border-radius:59px;box-shadow:0 0 15px 0 rgba(0,0,0,0.06);border:solid 1px #d4d3d3;background-color:#ffffff;height:100%;width:100%;font-size:20px;color:#1868dd;padding:0 200px 0 40px;transition:all 0.25s ease;}
.form-area input::placeholder{ /* Chrome, Firefox, Opera, Safari 10.1+ */font-size:20px;color:#d4d3d3;}
.form-area input:-ms-input-placeholder{ /* Internet Explorer 10-11 */font-size:20px;color:#d4d3d3;}
.form-area input::-ms-input-placeholder{ /* Microsoft Edge */font-size:20px;color:#d4d3d3;}
.form-area{height:84px;position:relative;}
.form-area input:focus{box-shadow:1px 1px 10px #1868dd;}
.form-area a{
    padding: 13px 44px;
    position:absolute;top:13px;right:20px;width:170px;height:58px;border-radius:59px;box-shadow:0 0 15px 0 rgba(0,0,0,0.06);background-color:#1868dd;color:#fff;transition:all 0.25s ease;font-size:20px;}

.form-area a:hover{background:#397fea;}
.domain-lists ul li a{color:#676363;font-size:20px;display:flex;align-items:center;height:66px;justify-content:space-between;flex-flow:column;}
.domain-lists ul li{width:100%;text-align:center;}
.domain-lists ul li + li{border-left:1px solid #d4d3d3;}
.service-page-area{margin-bottom:50px;}
.service-page-area .item{height:350px;border-radius:31px;background-image:linear-gradient(to bottom,#ffffff,rgba(248,250,254,0));width:100%;padding:20px 38px;margin-bottom:30px;}
.service-page-area .item p{font-size:18px;line-height:1.5;color:#717171;margin-bottom:0;}
.service-page-area .item .title{color:#1763d4;text-align: center;font-weight: 600;}
.service-page-area .item .img{margin-bottom:20px;display:table;margin-left:auto;margin-right:auto;}
.service-page-area .item .img span{display:block;height:120px;}
.service-page-area .item .img span img{max-height:100%;}
.table-domain{border-top-left-radius:40px;border-top-right-radius:40px;margin-bottom:100px;}
.table-domain td,.table-domain th{border:0;padding:0;vertical-align:middle;padding:6px 95px;text-align:center;width:25%;}
.table-domain .table-striped tbody tr:nth-of-type(odd){background:none;}
.table-domain .table-striped tbody tr:nth-of-type(even){background:rgba(23,99,212,0.16);}
.table-domain td,.table-domain tbody  th{font-size: 32px;line-height:1.53;color:#232323;}
.table-domain thead th{border:0;font-size: 32px;vertical-align:middle;color:#fff;background:#1763d4;}
.table-domain thead tr th:first-child,.table-domain tbody tr th:first-child{text-align:left;}

/**** MEDIA QUERIES  ***/
@media (max-width:1440px){
    .service-page-area .item .title{font-size:20px;text-align:center;}
    .service-page-area .item p{font-size:15px;}
    .table-domain td,.table-domain th{padding:6px 50px;font-size:30px;}
    .table-domain td,.table-domain tbody th{font-size:14px;}
    .table-domain thead th{font-size:20px;}
}
@media (max-width:1199px){
    .query-table{width:90%;}
    .query-objs{width:100%;}
    .table-domain td,.table-domain th{padding:6px 20px;}
}
@media (max-width:991px){
    .query-table{margin-bottom:40px;}
    .table-domain td,.table-domain th{padding:6px 20px;font-size:25px;}
    .table-domain td,.table-domain tbody th{font-size:15px;}
    .table-domain thead th{font-size:20px;}
}
@media (max-width:767px){
    .form-area a{
        padding: 13px 44px;
        position:absolute;top:0px;right:5px;width:170px;height:58px;border-radius:59px;box-shadow:0 0 15px 0 rgba(0,0,0,0.06);background-color:#1868dd;color:#fff;transition:all 0.25s ease;font-size:20px;}

    .query-table{margin-top:40px;width:100%;border-radius:30px;}
    .domain-lists ul{flex-wrap:wrap;}
    .domain-lists ul li{width:50%;border-top:1px solid #d4d3d3;border-left:1px solid #d4d3d3;}
    .domain-lists ul li a{height:90px;padding:10px 0;}
    .domain-lists{padding:0 10px;}
    .domain-lists ul li:nth-child(2n-1){border-left:0;}
    .domain-lists ul li:nth-child(1),.domain-lists ul li:nth-child(2){border-top:0;}
    .query-head p{margin-bottom:20px;}
    .form-area{height:60px;}
    .form-area button{width:110px;font-size:17px;border-radius:20px;height:40px;right:10px;top:10px;}
    .form-area input{padding-right:125px;padding-left:20px;}
    .query-head{margin-bottom:30px;}
    .form-area input::placeholder{ /* Chrome, Firefox, Opera, Safari 10.1+ */font-size:15px;}
    .form-area input:-ms-input-placeholder{ /* Internet Explorer 10-11 */font-size:15px;}
    .form-area input::-ms-input-placeholder{ /* Microsoft Edge */font-size:15px;}
    .query-btns{position:relative;top:0;right:0;justify-content:center;margin-bottom:20px;}
    .table-domain td,.table-domain th{padding:6px 5px;font-size:17px;}
    .table-domain td,.table-domain tbody th{font-size:17px;}
    .table-domain thead th{font-size:17px;}
    .service-page-area .item{height:auto;}
    .service-page-area{margin:0;}
    .table-domain thead tr th:first-child,.table-domain tbody tr th:first-child{text-align:center;}
    .table-domain{border-top-left-radius:15px;border-top-right-radius:15px;margin-bottom:30px;}
}