/*==== service page ====*/
.service_details .col-2 h2 {
    margin-bottom: 0px;
    margin-top: 20px;
}
.service_details .heading {
    font-size: 72px;
    margin-bottom: 40px;
    margin-top: 20px;
}
.service_details .row {
    align-items: flex-start;
}
.service_details .container-fluid {
    padding-top: 60px;
}
.service_details .service_box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.service_details .service_box .service_item {
    width: 48%;
    margin-bottom: 30px;
    background: #fff;
    padding: 30px 30px 30px 30px;
    border-radius: 10px;
    position: relative;
    box-shadow: 0px 0px 10px -5px #0000008f;
}
.service_details .service_box .service_item h1 {
    margin-bottom: 20px;
    font-size: 26px;
    line-height: 1.3;
}
.service_details .service_box ul {
    border-left: 3px solid #999;
    margin-left: 15px;
}
.service_details .service_box ul li {
    padding-left: 18px;
    line-height: 1.2;
    margin-bottom: 15px;
}

.service_details .service_box ul li:after {
    left: -10px;
    transition: 0.2s;
}
.service_details .service_box ul li a {
    color: #000;
    transition: 0.2s;
}
.service_details .service_box ul li:hover a {
    color: #329ccd;
}
.service_details .service_box ul li:hover:after {
    background-color: #329ccd;
}



/*==== support page ====*/
.support_page_header h1.heading {
    text-align: center;
    color: #fff;
    padding-top: 25px;
}


.support_page_header {
    min-height: 650px;
}


.support_body .row{
    justify-content: start;
}

.support_body .row .col{
    width: 20%;
    margin: 15px 0px;
}
.support_body .row .col>div{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin: 0px 15px;
    background-color: #ffffff8c;
    height: 100%;
    padding: 30px 40px;
    border-radius: 5px;
    text-align: center;
    box-shadow: 0px 1px 5px #00000024;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.support_body .row .col>div h2 {
    margin: 4px 0 5px;
}



/*==== information page ====*/
.information .in-content p {
    margin-bottom: 12px;
}



/*==== Contact page ====*/
.wsz_offices {
    margin-top: 40px;
}
.wsz_offices .office {
    text-align: left;
}
.wsz_offices .office ul li {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}

.wsz_offices .office ul li span.icon {
    background-color: #6abfd1;
    width: 45px;
    height: 45px;
    display: inline-block;
    padding: 8px;
    border-radius: 100%;
    margin-right: 12px;
}

.wsz_offices .office ul li span.icon img {
    width: 26px;
    max-width: 26px;
    filter: invert(1);
}
.wsz_offices .office ul li span.content .item:first-child span.title {
    display: block;
    font-family: 'theboldfont';
    color: #52a7b9;
}
.wsz_offices .office ul li span.content .item,
.wsz_offices .office ul li span.content .item a {
    color: #141414;
}


/*form css*/
.form_wraper{
    padding: 0px !important;
    margin-top: 0px !important;
}
.personal_info, .porject_info{
    margin: 10px 0px!important;
}
.formInner .form_row .form_col{
    width: 100% !important;
}
.form_col_inner{
    margin: 12px 20px !important;
}
.formInner .form_row{
    padding: 0px !important;
}
.form_row_col1{
    padding-left: 0!important;
    padding-right: 0!important;
}
.form_col_inner textarea{
    height: 140px !important;
}
.form_wraper{
    padding-top: 0;
}


@media (min-width: 768px){
    
    .support_page_header h1.heading span{
        display: inline-block;
    }
    
}


/* ==== min 768px && max 1023px ==== */
@media (min-width: 768px) and (max-width: 1023px){
    .support_page_header {
        min-height: 450px;
    }
    .support_body .row .col{
        width: 50%;
    }
    div#details {
        width: 95%;
    }
    .service_details .heading {
        font-size: 45px;
        margin-top: 0px;
        margin-bottom: 25px;
    }
    .personal_info {
        margin-top: 40px !important;
    }
    .service_details .service_box .service_item {
        width: 100%;
    }
    
    
}


/* ==== min 1024px &&  max 1279px ==== */
@media (min-width: 1024px) and (max-width: 1279px){
    .support_page_header {
        min-height: 470px;
    }
    .support_body .row .col{
        width: 33.33%;
    }
    
    div#details {
        width: 95%;
    }
    .personal_info {
        margin-top: 40px !important;
    }
    .service_details .col-1{
        width: 30%;
    }
    .service_details .col-2{
        width: 70%;
    }
    .service_details .service_box ul li{
        font-size: 16px;
    }
    .service_details .service_box .service_item h1{
        font-size: 20px;
    }
    .service_details .heading {
        font-size: 45px;
        margin-bottom: 35px;
        margin-top: 0px;
    }
    
}


/* ==== 1280px ==== */
@media(min-width: 1280px){
    .service_details .heading {
        font-size: 48px !important;
    }
    
    .personal_info {
        margin-top: 40px !important;
    }
    
    
}

/* ==== min 1280px &&  max 1439px ==== */
@media(min-width: 1280px) and (max-width: 1439px){
    .service_details .col-1 {
        width: 30%;
    }
    .service_details .col-2 {
        width: 70%;
    }
    
}


/* ==== 1440px ==== */
@media (min-width: 1440px){
    .service_details .heading {
        font-size: 48px;
    }
    .form_wraper{
        margin-top: 45px !important;
    }
    
}

/* ==== 1920px ==== */
@media (min-width: 1920px){
    .form_wraper{
        margin-top: 45px !important;
    }
}




/*===== 767px =====*/
@media (max-width: 767px){
    
    .support_page_header {
        min-height: 410px;
    }
    .support_body .row .col {
        width: 50%;
    }
    
    .service_details .heading {
        font-size: 40px;
        margin-bottom: 25px;
    }
    .service_details .col-1 {
        margin-top: 15px;
        margin-bottom: 30px;
    }
    .personal_info {
        margin-top: 45px !important;
    }
    .service_details .col-2 .in-content {
        padding-left: 0;
    }
       
    
}


/*===== 468px =====*/
@media (max-width: 600px){
    .service_details .service_box .service_item {
        width: 100%;
    }
}

/*===== 468px =====*/
@media (max-width: 460px){
    
    div#details{
        width: 90% !important;
    }
    
    .support_body .row .col{
        width: 100%;
    }
    
    .form_col_inner {
        padding: 0px 0px !important;
    }
    .personal_info{
        padding: 35px 0px !important;
    }
    
    .service_details .col-1{
        width: 100%;
    }
    .service_details .col-2{
        width: 100%;
    }
    .form_wraper{
        margin-top: 30px !important;
    }
    
}


/*===== 375px =====*/
@media (max-width: 375px){
    .support_page_header {
        min-height: 280px;
    }
    .service_details .container-fluid {
        padding-top: 0px;
    }
    .service_details .heading {
        font-size: 26px;
        margin-bottom: 15px;
    }
    
    
}




