* {
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
}

body {
    font-family: "Inter", sans-serif;
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
}




/* Search Banner Sec */

.banner_search_sec {
    background: #006dff;
    text-align: center;
    padding: 100px 0 140px;
}

.banner_search_sec .title {
    color: #fff;
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 40px;
}
.banner_search_sec .search_box_button {
    position: relative;
    width: 50%;
    margin: auto;
    
}

.search_box_button .title {
    color: #ffffff;
    font-size: 41px;
}

.search_box_button .contact_btn {
    padding: 9px 27px;
    border-radius: 5px;
    border: solid 2px #000;
    background-color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 1.63;
    font-weight: bold;
    color: #000;
    text-decoration: none;
    margin-top: 30px;
    display: inline-block;
}

.banner_search_sec .search_box_sec .search_box input[type="search"] {
    width: 100%;
    border: none;
    padding: 13px 19px 13px 24px;
    border-radius: 5px;
}

.banner_search_sec .search_box_sec .search_box .search_icon {
    display: inline-block;
    position: absolute;
    right: 2%;
    top: 13px;
    margin: auto;
}

.banner_search_sec .search_box_sec .search_box .search_icon i {
    font-size: 24px;
}




/* Help Sec */
.help_sec {
    background: #f1f4f8;
    padding: 50px 0;
    text-align: center;
}
.help_sec .title {
    color: #172462;
    font-size: 32px;
}
.help_sec .contact_btn {
    padding: 9px 27px;
    border-radius: 5px;
    border: solid 2px #000;
    background-color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 1.63;
    font-weight: bold;
    color: #000;
    text-decoration: none;
    margin-top: 30px;
    display: inline-block;
}
/* Help Sec */

/* Self Service Sec */

.announcement_sec {
    text-align: center;
    margin-top: -70px;
}
.announcement_sec .more {
    margin-left: auto;
    color: #fff;
    text-decoration: none;
}
.announcement_sec .more svg {
    width: 18px;
}
.announcement_sec .more:hover {
    color: #f0b90b;
}
.announcement_sec .more:hover svg {
    color: #f0b90b;
}
.announcement_grid .announcement_content {
    cursor: pointer;
    padding: 40px 20px;
    border-radius: 5px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .25);
    background-color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-decoration: none;
}
.announcement_grid .announcement_content .icon img {
    width: 100%;
}
.announcement_grid .announcement_content .icon svg {
    width: 48px;
    height: auto;
    margin: auto;
}
.announcement_grid .announcement_content .announcement_title {
    font-size: 20px;
    margin: 0 0 11px;
    font-weight: 600;
    color: #000;
}
.announcement_grid .announcement_content .des {
    color: #333;
    margin: 0;
}
.announcement_grid .announcement_content .icon {
    margin-bottom: 25px;
    width: 62px;
    margin: 0 auto 10px;
}
.announcement_grid .announcement_content:hover {
    border-color: #fff;
}


/* Discover Sec */
.discover_sec {
    margin-top: 80px;
}
.discover_sec .title_sec {
    text-align: center;
    margin-bottom: 40px;
}
.discover_sec .title {
    font-size: 32px;
    font-weight: 700;
}
.discover_sec .discover_content {
    cursor: pointer;
    padding: 40px 20px;
    border-radius: 5px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .25);
    background-color: #fff;
    display: flex;
    justify-content: space-between;
    text-decoration: none;
    height: 100%;
    align-items: center;
}

.discover_sec .discover_content .icon {
    width: 100px;
    margin-right: 20px;
}
.discover_sec .discover_content .icon img {
    width: 100%;
}
.discover_sec .discover_grid .discover_content .text_content .discover_title {
    font-size: 18px;
    color: #000;
    margin-bottom: 10px;
}

.discover_sec .discover_grid .discover_content .text_content  .des {
    color: #333;
    font-size: 14px;
    margin: 0;
}
/* Discover Sec */

/* Get Help Sec */
.get_help_sec {
    text-align: center;
    margin-top: 60px;
    margin-bottom: 70px;
}
.get_help_sec .title_sec {
    margin-bottom: 60px;
}
.get_help_sec .title {
    font-size: 32px;
    position: relative;
    margin-bottom: 40px;
}
.get_help_sec .title span {
    background: #fff;
    padding: 4px 10px;
}

.get_help_sec .title:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    height: 2px;
    background: #a39aa3aa;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: -1;
}
.get_help_sec .get_help_grid .get_help_content {
    padding: 40px 14px;
    border-radius: 5px;
    border: solid 1px #ccc;
    background-color: #fff;
    cursor: pointer;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .25);
    -webkit-transition: color 0.3s ease;
    -khtml-transition: color 0.3s ease;
    -moz-transition: color 0.3s ease;
    -ms-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    transition: color 0.3s ease;
    display: block;
    text-decoration: none;
    height: 100%;
}

.get_help_sec .get_help_grid .get_help_content .icon {
    width: auto;
    height: 74px;
}

.get_help_sec .get_help_grid .get_help_content .icon img {
    width: auto;
    height: 100%;
}
.get_help_sec .get_help_grid .get_help_content .text_content .discover_title {
    margin-top: 18px;
    margin-bottom: 0;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    font-weight: 700;
    font-size: 16px;
    color: #000;
}
.product_filter_sec {
    width: 30%;
    position: relative;
    margin-bottom: 50px;
}
.product_filter_sec span.select2.select2-container.select2-container--default {
    width: 100% !important;
    height: 20;
}

.product_filter_sec span.select2.select2-container.select2-container--default span.selection {
    height: 30px;
}

.product_filter_sec span.select2.select2-container.select2-container--default span.select2-selection.select2-selection--single {
    height: 40px;
    border: 1px solid #0008ff;
}

.product_filter_sec span.select2.select2-container.select2-container--default span.select2-selection.select2-selection--single .select2-selection__rendered {
    line-height: 42px;
    text-align: left;
    color: #300;
}

.product_filter_sec .filter {
    font-size: 16px;
    text-align: left;
    background: #fff;
    display: inline-block;
    padding: 2px 10px;
    margin: 0;
    position: absolute;
    z-index: 1;
    top: -14px;
    left: 10px;
}
/* Get Help Sec */

/* Support Sec */
.support_sec {
    text-align: center;
    padding-bottom: 60px;
}
.support_sec .title {
    color: #fff;
    font-size: 30px;
    font-weight: 300;
    line-height: 30px;
    margin: 40px 0 0;
}

.support_sec .chat_icon {
    align-items: center;
    background: #6012f5;
    border-radius: 50%;
    display: flex;
    height: 70px;
    justify-content: center;
    margin-bottom: 20px;
    width: 70px;
    margin: auto;
}
.support_sec .chat_icon svg {
    width: 30px;
}
.support_sec .support_title {
    color: #fff;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.25;
    text-align: center;
    margin-top: 30px;
}
.support_sec .message_btn {
    background-image: linear-gradient(281deg, #420be6, #a16bb3);
    box-shadow: 0 16px 32px 0 #6f39cd52, inset 0 -1px 0 #00000052;
    color: #fff;
    padding: 10px 20px;
    display: inline-block;
    border-radius: 25px;
    text-decoration: none;
    text-transform: uppercase;
}
.support_sec .des {
    margin-bottom: 30px;
}
.announcement_grid .announcement_content {
    height: 100%;
}
/* Support Sec */




/* ================ */
.breadcrumb_menu {
    display: flex;
    list-style: none;
    margin: 0;
}

.breadcrumb_menu li {
    color: #fff;
    margin-right: 9px;
    padding-right: 1px;
}
.breadcrumb_menu li a {
    color: #fff;
}

/* Banner Sec */
.contact_support_page .banner_search_sec {
    padding-top: 20px;
}
.contact_support_page .banner_search_sec .search_box_sec {
    margin-top: 70px;
    margin-right: 0;
}

.contact_support_page .banner_search_sec .search_box_sec {
    margin-top: 70px;
    margin-right: 0;
    margin-bottom: 40px;
}
.alert-box-front {
    background-color: #f0df89;
    color: #000000;
    display: flex;
    font-size: 16px;
    border-radius: 5px;
    flex-direction: row;
    margin: 0;
}
.alert-box-front .alert-icon {
    width: 50px;
    display: inline-flex;
    text-align: center;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    background: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1));
    padding: 8px 5px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    filter: saturate(2);
}
.alert-box-front .alert-text {
    display: inline-flex;
    width: calc(100% - 50px);
    flex-wrap: wrap;
    padding-right: 10px;
    text-rendering: geometricPrecision;
    text-align: left;
    padding: 13px 10px;
}
.alert-box-front .alert-text p {
    margin: 0;
    line-height: 1.9;
}
/* Banner Sec */

/* Support Help Sec */
.contact_support_page .support_help_sec {
    padding: 60px 0;
}

.contact_support_page .support_help_sec .title_sec {
    margin-bottom: 65px;
}

.contact_support_page .support_help_sec .title_sec .title {
    line-height: normal;
    margin-top: 60px;
    margin-bottom: 40px;
    font-size: 32px;
    color: #172462;
}

.contact_support_page .support_help_sec .title_sec .des {
    margin-top: 0;
    color: #666;
    padding-left: 35px;
    font-size: 18px;
    font-size: 1.125rem;
}

.contact_support_page .support_help_sec .support_grid .announcement_content {
    border-radius: 5px;
    border: solid 1px #ccc;
    background-color: #fff;
    font-size: 16px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    padding: 5px;
    display: block;
    text-decoration: none;
    height: 100%;
    padding: 30px 10px;
}

.contact_support_page .support_help_sec .support_grid .announcement_content .announcement_title {
    font-size: 15px;
    color: #000;
    font-weight: 600;
    margin: 0;
}

.contact_support_page .support_help_sec .support_grid .announcement_content .icon {
    width: 60px;
    margin: 0 auto 20px;
}

.contact_support_page .support_help_sec .support_grid .announcement_content .icon img {
    width: 100%;
}
/* Support Help Sec */


/* ================ */



@media only screen and (max-width: 1600px) {
   
    .announcement_sec .title {
        font-size: 64px;
    }
    
}
@media only screen and (max-width: 1400px) {

    .container {
        max-width: 1100px;
    }

    /* Contact Support Page */
    .contact_support_page .support_help_sec .title_sec .title {
        margin-bottom: 40px;
        font-size: 32px;
    }
    /* Contact Support Page */
}
@media only screen and (max-width: 1200px) {

    .container {
        max-width: 990px;
    }

    /* Suupport Page */
    .banner_search_sec .title {
        font-size: 44px;
    }
     /* Suupport Page */

    /* Contact Suupport Page */
    .banner_search_sec {
        padding: 100px 0 90px;
    }
     /* Contact Suupport Page */
    
    
}
@media only screen and (max-width: 991px) {
  
    /* Suupport Page */
    .banner_search_sec .title {
        font-size: 34px;
        margin-bottom: 30px;
    }
    .announcement_grid .announcement_content .announcement_title {
        font-size: 18px;
        margin: 0 0 11px;
    }
    /* Suupport Page */

    /* Contact Suupport Page */
    .contact_support_page .support_help_sec .title_sec .title {
        margin-bottom: 40px;
        font-size: 28px;
        margin-top: 0;
    }
    /* Contact Suupport Page */
    
}

@media only screen and (max-width: 767px) {

    /* Support Page */
    .banner_search_sec {
        padding: 70px 0 140px;
    }
    .banner_search_sec .title {
        font-size: 30px;
        margin-bottom: 30px;
    }
    .announcement_grid .announcement_content .icon {
        width: 44px;
    }
    .banner_search_sec .search_box_sec {
        width: 100%;
        margin: auto;
    }
    .discover_sec {
        margin-top: 30px;
    }
    .discover_sec .title {
        font-size: 28px;
    }
    .discover_sec .discover_content {
        flex-direction: column;
    }
    .discover_sec .discover_grid .discover_content .text_content {
        text-align: center;
    }
    .discover_sec .discover_content .icon {
        width: 80px;
        margin: 0 0 30px;
    }
    .product_filter_sec {
        width: 100%;
        margin-bottom: 40px;
    }
    .get_help_sec {
        margin-bottom: 30px;
    }
    .help_sec .title {
        font-size: 28px;
    }
    .help_sec .contact_btn {
        margin-top: 20px;
    }
    /* Support Page */

    /* Contact Support Page */
    .contact_support_page .banner_search_sec {
        padding-bottom: 60px;
    }
    .contact_support_page .support_help_sec .title_sec {
        margin-bottom: 30px;
    }
    .contact_support_page .support_help_sec .title_sec .title {
        margin-bottom: 20px;
        font-size: 24px;
    }
    .contact_support_page .support_help_sec .title_sec .des {
        font-size: 15px;
    }
   
    /* Contact Support Page */
  
}


@media only screen and (max-width: 480px) {

    /* Support Page */
    .banner_search_sec .title {
        font-size: 24px;
        margin-bottom: 30px;
    }
    .announcement_grid .announcement_content {
        padding: 24px 10px;
    }
    .announcement_grid .announcement_content .announcement_title {
        font-size: 16px;
        margin: 0 0 11px;
    }
    .announcement_grid .announcement_content .des {
        font-size: 14px;
    }
    .discover_sec .title {
        font-size: 24px;
    }
    .discover_sec .discover_content .icon {
        width: 60px;
        margin: 0 0 22px;
    }
    .discover_sec .discover_grid .discover_content .text_content .discover_title {
        font-size: 15px;
    }
    .discover_sec .discover_content {
        padding: 30px 4px;
    }
    .get_help_sec {
        margin-bottom: 30px;
        margin-top: 30px;
    }
    .get_help_sec .title {
        font-size: 28px;
        margin-bottom: 20px;
    }
    .get_help_sec .title_sec {
        margin-bottom: 40px;
    }
    .help_sec {
        padding: 40px 0;
    }
    .help_sec .title {
        font-size: 24px;
    }
    .help_sec .contact_btn {
        margin-top: 20px;
        padding: 10px 20px;
        font-size: 14px;
    }
    /* Support Page */

    /* Contact Support Page */
    .contact_support_page .support_help_sec .title_sec .title {
        font-size: 22px;
    }
    /* Contact Support Page */
}
