* {
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
}

body {
    font-family: "Inter", sans-serif;
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
}
.container {
    max-width: 100%;
    padding: 0 50px;
}
p{
    font-size: 14px;
}
/* Header Sec */


.header_sec {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9;
    background: #ffffff;
}
.header_sec .top_header_sec {
    background: #fffdfe;
    border-bottom: 1px solid #eaeaea;
}
.header_sec .top_header_sec .l_sec .l_menu_sec li {
    list-style-type: none;
}
.header_sec .top_header_sec .container {
    display: flex;
    padding: 0 50px;
}

.header_sec .top_header_sec .container .r_sec {
    display: flex;
}


.header_sec .top_header_sec .l_sec {
    display: flex;
    align-items: center;
}

.header_sec .top_header_sec .l_sec .microsoft.logo {
    width: 130px;
    margin-right: 30px;
}

.header_sec .top_header_sec .l_sec .des {
    font-size: 14px;
}

.header_sec .top_header_sec .l_sec .l_menu_sec {
    display: flex;
    margin: 0;
    padding: 0;
    text-decoration: none;
}
.header_sec .top_header_sec .l_sec .l_menu_sec li a {
    padding: 20px 0;
    color: #212529;
    text-decoration: none;
    font-size: 12px;
    margin-right: 34px;
    line-height: 1.2;
    text-decoration: none;
    font-weight: 500;
    display: inline-block;
}
.header_sec .top_header_sec .l_sec .l_menu_sec li:last-child a {
    padding-right: 0;
    margin-right: 0;
    border-right: none;
}
.header_sec .top_header_sec .l_sec .l_menu_sec li a.active {
    font-weight: 600;
    position: relative;
}

.header_sec .top_header_sec .l_sec .l_menu_sec li a.active:after {
    content: "";
    content: "";
    position: absolute;
    bottom: 0;
    background: #0154ce;
    left: 0;
    right: 0;
    margin: auto;
    height: 4px;
}
.header_sec .top_header_sec .des {
    color: #fff;
    margin: 0;
    font-size: 16px;
}
.header_sec.sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    animation: slide-down 0.7s;
    opacity: 1;
    animation-duration: 1s;
    animation-direction: normal;
    animation-delay: 0s;
    border-bottom: 1px solid #2c2d2e;
}

@keyframes slide-down{
    0%{opacity:0;transform:translateY(-100%);} 
    50%{opacity:0;transform:translateY(-100%);} 
    100%{opacity:1;transform:translateY(0);} 
}
.header_sec .logo {
    width: 270px;
    text-decoration: none;
}
.header_sec .logo img {
    width: 100%;
}
.header_sec .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 0;
}
.header_sec .navbar .download_menu .contact_btn {
    display: none;
}
.header_sec .contact_btn {
    margin-left: 24px;
    background: #fff;
    padding: 4px 19px;
    color: #0154ce;
    border-radius: 7px;
    font-size: 14px;
    text-decoration: none;
    display: flex;
    border: 1px solid #0154ce;
    align-items: center;
}
.header_sec .contact_btn:hover {
    background: #0337c1;
    color: #fff;
}

.header_sec .top_header_sec .container .r_sec .search_box {
    position: relative;
}

.header_sec .top_header_sec .container .r_sec .search_box .form_group input[type="text"] {
    border: 1px solid #eaeaea;
    padding: 6px;
    height: 34px;
    font-size: 14px;
    border-radius: 3px;
}

.header_sec .top_header_sec .container .r_sec .search_box i {
    position: absolute;
    right: 10px;
    top: 9px;
    font-size: 14px;
    color: #212529;
}

.header_sec .contact_btn i {
    margin-right: 12px;
}
.nav_header_sec .navbar .nav_list .navbar-nav li a {
    color: #100a38;
    padding: 0 13px;
    font-size: 14px;
}
.nav_header_sec .navbar .nav_list .navbar-nav li a:hover {
    color: #0337c1;
}

.nav_header_sec .navbar .nav_list .navbar-nav li .search_btn {
    padding: 30px 12px;
}
.header_sec .navbar-nav li a:hover {
    color: #304254;
}
.nav_header_sec .navbar .nav_list .navbar-nav li .search_btn i {
    font-size: 20px;
}
.header_sec .contact_btn .contact_text {
    text-align: center;
}
.header_sec .contact_btn.account_btn {
    padding: 0;
    border: none;
    color: #212529;
}
.header_sec .contact_btn.account_btn:hover {
    background: none;
}
.header_sec .contact_btn.account_btn i {
    font-size: 26px;
    margin-left: 20px;
}
.header_sec .contact_btn .contact_text .number {
    font-size: 20px;
    margin: 0;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-align: left;
    color: #0131be;
}
.header_sec .contact_btn:hover .contact_text .number {
    color: #fff;
}
.header_sec .contact_btn .contact_text .number span {
    font-size: 21px;
}
.header_sec .contact_btn .contact_text span {
    font-size: 13px;
}
.header_sec .nav_header_sec .m_search_contact {
    display: none;
}


.header_sec .nav_header_sec .container {
    justify-content: start;
    padding: 0 50px;
}

.header_sec .nav_header_sec .logo.m_logo {
    width: 140px;
    display: none;
}
/* Header Sec */

.help_center_page {
    margin-top: 94px;
}
/* Banner Sec */
.breadcrumb_last i {
  font-size: 11px;
  margin: 0px 5px;
  position: relative;
  top: 1px;
   color: #212529;
}

.breadcrumb_last a {
    color: #212529;
    text-decoration: none;
}
.breadcrumb_last span {
  font-size: 12px;
}

.breadcrumb_last a:hover {
  font-weight: 600;
  color: rgb(72, 83, 234);
}
/* Breadcrumb last */

.banner_sec {
    background: #f6f7fb;
    padding: 30px 0 0;
}

.banner_sec .text_content .outlook_icon {
    width: 114px;
    margin-bottom: 12px;
}
.banner_sec .container {
    margin: auto;
    display: flex;
    justify-content: space-between;
}
.banner_sec .breadcrumb_last {
    margin-bottom: 40px;
}
.banner_sec .banner_photo {
    width: 58%;
}
.banner_sec img {
    width: 100%;
}
.banner_sec .text_content {
    width: 37%;
}
.banner_sec .text_content .title {
    font-weight: 700;
    font-size: 54px;
    margin-bottom: 20px;
}
.banner_sec .text_content .title {
    font-weight: 700;
    font-size: 50px;
    margin-bottom: 20px;
    width: 100%;
}
.banner_sec .text_content .title .digital {
    color: #0337c1;
}
.banner_sec .text_content .des {
    color: #100a38;
    font-size: 14px;
    width: 74%;
    margin-bottom: 26px;
}
.banner_sec .banner_photo {
    width: 58%;
}

.banner_sec .text_content .btn_sec .help_btn {
    background: #0154ce;
    color: #ffff;
    text-decoration: none;
    padding: 12px 22px;
    border-radius: 5px;
    display: inline-block;
    font-size: 14px;
}

/* .banner_sec .text_content .btn_sec .help_btn.topics {
    color: #0154ce;
    background: #fff;
    border: 1px solid #0154ce;
    margin-left: 20px;
} */
/* Banner Sec */



/* Feature Sec */
.feature_sec {
    background: #eff6fe;
    padding: 30px 0;
}
.feature_sec .feature_content {
    display: flex;
    justify-content: center;
    border-right: 1px solid #d8d8d8;
}
.feature_sec .feature_content .feature_icon {
    width: 12%;
    margin-right: 20px;
}
.feature_sec .feature_content .feature_icon img {
    width: 100%;
}
.feature_sec .feature_content .text_content .feature_title {
    font-size: 18px;
    margin: 0;
    font-weight: 700;
}
.feature_sec .feature_content .text_content  .des {
    margin: 0;
    font-size: 14px;
}
/* Feature Sec */

/* Help Sec */
.help_sec {
    padding: 15px 0;
}
.help_sec .title {
    text-align: center;
    font-weight: 600;
    font-size: 28px;
    margin-bottom: 20px;
}
.help_sec .help_grid {
    display: flex;
}
.help_sec .help_grid .help_content {
    margin: 0 14px;
    display: flex;
    border: 1px solid #eaeaea;
    padding: 18px;
    border-radius: 8px;
}
.help_sec .help_grid .help_content .help_icon {
    width: 110px;
    margin-right: 20px;
}
.help_sec .help_grid .help_content .help_icon img {
    width: 100%;
}
.help_sec .help_grid .help_content .text_content .help_title {
    font-size: 18px;
    font-weight: 600;
}

.help_sec .help_grid .help_content .text_content .des {
    font-size: 14px;
}
.help_sec .help_grid .help_content .text_content  .learn_more {
    text-decoration: none;
    font-size: 14px;
    color: #0239c9;
    font-weight: 700;
}

.help_sec .help_grid .help_content .text_content .learn_more i {
    font-size: 10px;
    margin-left: 2px;
}
/* Help Sec */

/* FAQ Sec */
.faq_section {
    padding: 0 0 20px;
}
.faq_section .title {
    font-size: 24px;
    text-transform: capitalize;
    position: relative;
    margin-bottom: 20px;
    font-weight: 700;
    text-align: center;
    color: #212529;
}
.faq_section .title span {
    font-size: 18px;
    color: #0239c9;
}
.faq_section .accordion .accordion-item .accordion-header button.accordion-button:focus {
    box-shadow: none;
    outline: none;
}
.faq_section .accordion .accordion-item {
    border: 1px solid #eaeaea;
    border-radius: 0;
    overflow: hidden;
}
.faq_section .accordion .accordion-item .accordion-header button.accordion-button {
    width: 100%;
    background: #fff;
    border: none;
    padding: 10px;
    text-align: left;
    font-size: 14px;
    position: relative;
}
.faq_section .accordion .accordion-item .accordion-header button.accordion-button:after {
    position: absolute;
    right: 15px;
    transition: all 0.6s ease-in-out;
    transform: rotate(-90deg);
}
.faq_section .accordion .accordion-item .accordion-header button.accordion-button[aria-expanded="true"]:after {
    transform: rotate(0deg);
}
.faq_section .accordion .accordion-item .accordion-body {
    padding: 13px;
}

.faq_section .accordion .accordion-item .accordion-body .des {
    margin: 0;
    font-size: 14px;
}
/* FAQ Sec */

/* Disclaimer Contact Sec */
.disclaimer_contact_sec {
    background: #eff8ff;
    padding: 20px 0px;
}

.disclaimer_contact_sec .container {
    display: flex;
    justify-content: space-between;
}

.disclaimer_contact_sec .disclaimer_content {
    margin: auto;
    width: 40%;
    display: flex;
    align-items: center;
}

.disclaimer_contact_sec .disclaimer_content .des {
    margin: 0;
    font-size: 14px;
}

.disclaimer_contact_sec .disclaimer_content .disclaimer_icon {
    margin-right: 15px;
}

.disclaimer_contact_sec .disclaimer_content .disclaimer_icon i {
    font-size: 33px;
    color: #025ad8;
}

.disclaimer_contact_sec .contact_sec {
    display: flex;
    align-items: center;
}

.disclaimer_contact_sec .contact_sec .des {
    margin: 0;
    color: #0a54d7;
    font-size: 14px;
}

.disclaimer_contact_sec .contact_sec .contact_content {
    text-align: center;
    margin-left: 15px;
}

.disclaimer_contact_sec .contact_sec .contact_content .contact {
    background: #025ad8;
    text-decoration: none;
    padding: 5px 20px;
    display: inline-block;
    color: #fff;
    border-radius: 6px;
    font-size: 14px;
}

.disclaimer_contact_sec .contact_sec .contact_content .available {
    margin: 9px 0 0;
    font-size: 14px;
    font-weight: 700;
}
/* Disclaimer Contact Sec */








/* Footer Sec */
.footer_sec {
    background: #0d2139;
    padding: 0;
}
.footer_sec .footer_top {
    padding: 40px 0;
}
.footer_sec .footer_top .container {
    display: flex;
    flex-wrap: wrap;
}
.footer_sec .footer_top .f_about_sec .f_logo {
    display: block;
    width: 40%;
    margin-bottom: 10px;
}

.footer_sec .footer_top .f_about_sec .f_logo img {
    width: 100%;
}
.footer_sec .footer_top .f_about_sec {
    width: 31%;
    padding-right: 39px;
    flex: 0 0 20%;
}
.footer_sec .footer_top .f_about_sec .des a {
    color: #fff;
}
.footer_sec .footer_top .f_about_sec .f_title_logo {
    color: #fff;
    font-size: 20px;
}
.footer_sec .footer_top .f_about_sec .des {
    color: #fff;
    font-size: 14px;
    margin: 0;
    width: 64%;
}
.footer_sec .footer_top .f_about_sec .scial_sec {
    margin-top: 20px;
}
.footer_sec .footer_top .f_about_sec .scial_sec a {
    width: 36px;
    height: 36px;
    background: #2d3f55;
    display: inline-flex;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
}
.footer_sec .footer_top .f_about_sec .scial_sec a:hover {
    background: #425977
}
.footer_sec .footer_top .f_about_sec .scial_sec a i {
    font-size: 13px;
    color: #fff;
}
.footer_sec .footer_top .f_menu_sec {
    width: 15%;
    flex: 0 0 15%;
    /* border-left: 1px solid #144caf; */
    padding-left: 30px;
}
.footer_sec .footer_top .f_menu_sec .f_title {
    color: #fff;
    font-size: 18px;
}
.footer_sec .footer_top .f_menu_sec .f_menu .menu_list {
    padding: 0;
    list-style-type: none;
    margin: 0;
}
.footer_sec .footer_top .f_menu_sec .menu_list li {
    margin-bottom: 7px;
    line-height: 1;
}
.footer_sec .footer_top .f_menu_sec .menu_list li a {
    color: #fff;
    font-size: 14px;
    text-decoration: none;
    line-height: 1.2;
}
.footer_sec .footer_top .f_menu_sec .menu_list li a:hover {
    color: #304254;
}

.footer_sec  .footer_bottom {
    text-align: center;
    padding: 10px;
    border-top: 1px solid #494c51;
}
.footer_sec .footer_bottom .des {
    color: #fff;
    margin: 0;
    font-size: 11px;
}
.footer_sec .footer_bottom .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer_sec .footer_bottom .disclaimer_sec {
    display: flex;
    width: 62%;
}

.footer_sec .footer_bottom .disclaimer_sec .text_content {
    text-align: left;
}

.footer_sec .footer_bottom .des a {
    color: #fff;
}

.footer_sec .footer_bottom .disclaimer_sec .icon {
    color: #fff;
    margin-right: 17px;
}

.footer_sec .footer_bottom .disclaimer_sec .icon i {
    font-size: 26px;
}

.footer_sec .footer_bottom .copyright_des {
    color: #fff;
    margin: 0;
    font-size: 11px;
}

.footer_sec .footer_top .f_menu_sec.follow_us {
    width: 20%;
    flex: 0 0 20%;
}


.footer_sec .footer_top .f_menu_sec.follow_us a {
    background: #192a44;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    line-height: 34px;
    font-size: 14px;
    color: #fff;
    margin-right: 17px;
    border: 1px solid #fff;
}
.footer_sec .footer_top .f_menu_sec.follow_us .des {
    color: #fff;
    font-size: 12px;
    margin: 0 20px 0 0;
    /* width: 68%; */
}

.footer_sec .footer_top .f_menu_sec.follow_us .subscribe_form_sec {
    display: flex;
}

.footer_sec .footer_top .f_menu_sec.follow_us .subscribe_form_sec .form_group {
    margin-right: 10px;
}

.footer_sec .footer_top .f_menu_sec.follow_us .subscribe_form_sec .form_group input {
    height: 44px;
    font-size: 14px;
    border-radius: 5px;
}

.footer_sec .footer_top .f_menu_sec.follow_us .subscribe_form_sec .Subscribe_btn {
    border: none;
    padding: 4px 10px;
    background: #003ac2;
    color: #fff;
    font-size: 14px;
    border-radius: 6px;
}
.footer_sec .footer_top .f_menu_sec.follow_us .bottom_sec {
    display: flex;
    margin-top: 50px;
}

.footer_sec .footer_top .f_menu_sec.follow_us .social_sec {
    margin-top: 27px;
}





/* Footer Sec */


@media only screen and (max-width: 1900px) {
    
    .banner_sec .text_content {
        width: 39%;
    }
    .footer_sec .footer_top .f_menu_sec {
        padding-left: 18px;
    }
   
}

@media only screen and (max-width: 1800px) {
    
    .banner_sec .text_content {
        width: 45%;
    }
    .banner_sec .text_content .title {
        font-size: 46px;
    }
    .banner_sec .banner_photo {
        width: 67%;
    }


    /* Footer Sec */
    .disclaimer_contact_sec .disclaimer_content {
        width: 44%;
    }
    .footer_sec .footer_top .f_about_sec .des {
        width: 82%;
    }
    .footer_sec .footer_top .f_menu_sec {
        width: 14%;
        flex: 0 0 14%;
    }
    .footer_sec .footer_top .f_menu_sec.follow_us {
        width: 23%;
        flex: 0 0 23%;
    }
   
}

@media only screen and (max-width: 1600px) {
    .banner_sec .breadcrumb_last {
        margin-bottom: 20px;
    }
    .banner_sec {
        padding: 30px 0 20px;
    }
    .banner_sec .text_content .title {
        font-size: 44px;
    }
    .banner_sec .text_content {
        width: 54%;
    }
    .help_sec .help_grid .help_content {
        padding: 13px;
        width: 17.8%;
    }
    .disclaimer_contact_sec .disclaimer_content {
        width: 51%;
    }   
    .footer_sec .footer_top .f_menu_sec.follow_us {
        width: 27%;
        flex: 0 0 27%;
    }
    .footer_sec .footer_top .f_menu_sec {
        width: 13%;
        flex: 0 0 13%;
    }
}
@media only screen and (max-width: 1400px) {

    
    .header_sec .logo {
        width: 194px;
    }
  
    
    /* Home Page */
    
    .banner_sec .text_content {
        width: 64%;
    }
    .banner_sec .text_content .title {
        font-size: 38px;
    }   
    .banner_sec .text_content .btn_sec .help_btn {
        padding: 12px 13px;
    }
    .banner_sec .text_content .btn_sec .help_btn.topics {
        margin-left: 10px;
    }
    .banner_sec .container {
        align-items: end;
    }
   
    .banner_sec .banner_photo {
        width: 67%;
    }  

    .disclaimer_contact_sec .disclaimer_content {
        width: 50%;
    }
    /* Footer Sec */
    .disclaimer_contact_sec .disclaimer_content {
        width: 60%;
    }
    .footer_sec .footer_top .f_about_sec .f_logo {
        width: 60%;
    }
    .footer_sec .footer_top .f_about_sec .des {
        width: 100%;
    }   
    .footer_sec .footer_top .f_menu_sec.follow_us {
        width: 32%;
        flex: 0 0 32%;
    }
    .footer_sec .footer_top .f_menu_sec {
        width: 12%;
        flex: 0 0 12%;
    }
    /* Footer Sec */
}
@media only screen and (max-width: 1200px) {



    /* Header Sec */
    .header_sec .top_header_sec .l_sec .microsoft.logo {
        width: 114px;
    }
    .header_sec .top_header_sec .container {       
        padding: 0 18px;
        flex-wrap: wrap;
    }
    .header_sec .top_header_sec .l_sec .microsoft.logo {
        margin-right: 16px;
    }
    .header_sec .top_header_sec .l_sec .l_menu_sec li a {
        margin-right: 20px;
    }
    .header_sec .contact_btn {
        margin-left: 13px;
    }
    .header_sec .top_header_sec .container .r_sec .search_box {
        width: 170px;
    }
    .header_sec .top_header_sec .container .r_sec .search_box .form_group input[type="text"] {
        width: 100%;
    }
    /* Header Sec */

    .banner_sec .text_content {
        width: 48%;
    }
    .banner_sec .banner_photo {
        width: 56%;
    }
    .banner_sec .text_content .title {
        font-size: 28px;
        margin-bottom: 10px;
    }
    .help_sec .help_grid {
        display: flex;
        flex-wrap: wrap;
    }  
    .help_sec .help_grid .help_content {
        padding: 13px;
        width: 31%;
        margin: 10px;
    }   
    .faq_section .accordion .accordion-item .accordion-header button.accordion-button {
        font-size: 14px;
    }
    .disclaimer_contact_sec .contact_sec .contact_content .contact {
        padding: 5px 8px;
    }
    .disclaimer_contact_sec .contact_sec .contact_content .contact i {
        font-size: 13px;
    }
    .disclaimer_contact_sec .disclaimer_content {
        width: 74%;
    }
    /* Footer Sec */
    .footer_sec .footer_top  .f_menu_sec.f_topics {
        width: 12%;
        flex: 0 0 12%;
    }
    .footer_sec .footer_top .f_about_sec .des {
        font-size: 11px;    
    }
    .footer_sec .footer_top .f_menu_sec {
        padding-left: 10px;
    }
    .footer_sec .footer_top .f_menu_sec .f_title {
        font-size: 15px;
    }
    
    .footer_sec .footer_top .f_menu_sec .menu_list li {
        margin-bottom: 4px;
        line-height: 1;
    }
    .footer_sec .footer_top .f_menu_sec .menu_list li a {
        font-size: 11px;
    } 
    .footer_sec .footer_top .f_menu_sec.follow_us .des {
        font-size: 11px;
        margin: 12px 0;
        width: 68%;
    }
    .footer_sec .footer_top .f_menu_sec.follow_us a {
        width: 28px;
        height: 28px;
        line-height: 30px;
        font-size: 13px;
    }
    .footer_sec .footer_top .f_menu_sec.follow_us .subscribe_form_sec .form_group input {
        height: 36px;
        font-size: 11px;
    }
    .footer_sec .footer_top .f_menu_sec.follow_us .subscribe_form_sec .Subscribe_btn {
        font-size: 11px;
    }
    .footer_sec .footer_bottom .copyright_des {
        font-size: 10px;
    }
    .footer_sec .footer_bottom .des {
        font-size: 10px;
    }
    .footer_sec .footer_bottom .micro_logo {
        width: 70px;
    }

    .footer_sec .footer_bottom .micro_logo img {
        width: 100%;
    }
    .footer_sec .footer_top .f_menu_sec.follow_us .des {
        font-size: 11px;
        margin: 12px 18px 0 0px;
        width: auto;
    }
    /* Footer Sec */
   
}
@media only screen and (max-width: 991px) {

    .container {
        padding: 0 15px;
    }

    .header_sec .container {
        position: relative;
    }
    /* Header Sec */
    .header_sec .top_header_sec .l_sec .microsoft.logo {
        display: none;
    }
    .header_sec .top_header_sec .l_sec .microsoft.logo {
        width: 80px;
        margin-right: 10px;
    }
    .header_sec .top_header_sec .l_sec .des {
        font-size: 11px;
    }
    .nav_header_sec .navbar {
        margin-left: 0;
        position: absolute;
        right: 18px;
    } 
    .header_sec .contact_btn {
        padding: 8px 10px;
        margin-right: 0;
    }
    .header_sec .contact_btn.account_btn i {
        margin-left: 0;
        margin-right: 0;
    }
    .header_sec .contact_btn.account_btn span {
        display: none;
    }
    .header_sec .top_header_sec .container .r_sec .search_box .form_group input[type="text"] {
        height: 42px;
        font-size: 15px;
    }
    .header_sec .top_header_sec .container .r_sec .search_box i {
        right: 10px;
        top: 12px;
        font-size: 17px;
    }
    .header_sec .nav_header_sec .container {
        padding: 0 18px;
    }
    .scam-banner {
        right: 30px;
        bottom: 70px;
    }   
    .nav_header_sec .m_search_contact .m_search_btn {
        display: block;
    }
    .header_sec .top_header_sec .container .r_sec .r_menu li a {
        font-size: 11px;
        margin-right: 8px;
        padding-right: 8px;
    }
    .header_sec .logo {
        width: 234px;
    }

    .header_sec .navbar .nav_list {
        display: block;
        position: fixed;
        z-index: 1;
        background: #021e50;
        height: 100vh;
        top: 0;
        width: 64%;
        right: -64%;
        transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        overflow: scroll;
    }
    .header_sec .navbar .nav_list ul li a {
        display: block;
        border-bottom: 1px solid #383951;
        border-left: none;
        margin: 0;
        line-height: 22px;
        color: #fff !important;
        padding: 12px 17px !important;
        font-size: 16px !important;
    }
    .header_sec .navbar .nav_list.show .navbar-nav, .header_sec .navbar .nav_list.navbar-collapse.show {
        right: 0;
    }
    .header_sec .navbar .download_menu .navbar-toggler:focus {
        border: none;
        outline: none;
        box-shadow: none;
    }
    .header_sec .nav_header_sec {
        background: #fff;
        padding: 5px 0;
    }
    .header_sec .nav_header_sec .logo.m_logo {
        display: block;
    }
    .m_search_contact {
        display: flex;
        align-items: center;
    }

    .m_search_contact .m_search_btn {
        margin-right: 20px;
    }

    .m_search_contact .m_search_btn i {
        font-size: 24px;
        color: #afafaf;
    }
    .nav_header_sec .navbar .navbar-toggler {
        height: 40px;
        padding: 10px;
        background: #021e50;
    }

    .nav_header_sec .navbar .navbar-toggler i {
        color: #fff;
    }
    .nav_header_sec .navbar .nav_list .navbar-nav li.search_list {
        display: none;
    }
    /* Header Sec */    


    .banner_sec .text_content .btn_sec .help_btn {
        padding: 8px 10px;
        font-size: 14px;
    }
    .banner_feature_sec {
        display: flex;
        flex-wrap: wrap;
    }
    .help_center_page {
        margin-top: 107px;
    }
   .banner_sec .text_content {
        width: 64%;
    }
    .banner_sec .text_content .title {
        font-size: 24px;
        margin-bottom: 7px;
    }
    .banner_sec .text_content .des {
        margin-bottom: 8px;
        width: 80%;
    }
    .banner_sec img {
        height: 100%;
        object-fit: cover;
    }
    .search_box_sec {
        width: 66%;
        margin-top: 8px;
    }
    .search_box_sec .search-input {
        width: 68%;
    }

    .help_grid {
        flex-wrap: wrap;
    }
    .help_grid .help_content {
        width: 33%;
    }


    .help_sec .help_grid .help_content {
        padding: 13px;
        width: 30%;
        margin: 10px;
    }
    .feature_sec .feature_content {
        justify-content: start;
    }

    .disclaimer_contact_sec .container {
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
    }
    .disclaimer_contact_sec .disclaimer_content {
        width: 90%;
        margin-bottom: 20px;
    }
    .disclaimer_contact_sec .contact_sec {
        flex-direction: column;
    }
    .disclaimer_contact_sec .contact_sec .contact_content {
        text-align: center;
        margin: 13px auto 0;
    }
    /* Footer Sec */
    .footer_sec .footer_top .f_quick_link {
        border-left: none;
        padding-left: 0;
    }
    .footer_sec .footer_top .f_about_sec {
        margin-bottom: 30px;
        width: 100%;
        flex: 0 0 100%;
        text-align: center;
        padding-right: 0;
    }
    .footer_sec .footer_top .f_about_sec .f_logo {
        width: 18%;
        margin: 0 auto 10px;
    }
    .footer_sec .footer_top .f_about_sec .des {
        font-size: 11px;
        width: 50%;
        margin: auto;
    }
    .footer_sec .footer_top .f_menu_sec {
        padding-left: 19px;
        width: 24%;
        flex: 0 0 24%;
    }
    .footer_sec .footer_top .f_menu_sec.follow_us .des {
        width: auto;
        margin: 20px 10px 0;
    }
    .footer_sec .footer_top  .f_menu_sec.f_topics {
        width: 28%;
        flex: 0 0 28%;
    }
    .footer_sec .footer_top .f_menu_sec.follow_us {
        width: 100%;
        flex: 0 0 100%;
        text-align: center;
        margin-top: 50px;
        padding: 0;
    }
    .footer_sec .footer_top .f_menu_sec.follow_us a {
        width: 34px;
        height: 34px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        text-decoration: none;
        margin: 0 6px;
    }
    .footer_sec .footer_top .f_menu_sec.follow_us .bottom_sec {
        margin-top: 0;
        justify-content: center;
    }
    /* Footer Sec */
        
}

@media only screen and (max-width: 767px) {
    .header_sec .top_header_sec .container {
        display: flex;
        padding: 0 0;
        flex-wrap: wrap;
        justify-content: center;
    }
    .header_sec .top_header_sec .l_sec {
        width: 100%;
        justify-content: center;
        align-items: center;
        background: #faf8f8;
    }
    .header_sec .top_header_sec .l_sec .l_menu_sec li a {
        padding: 13px 0;
    }
    .header_sec .top_header_sec .l_sec .l_menu_sec {
        width: 100%;
        justify-content: center;
    }
    .header_sec .top_header_sec .container .r_sec .country span {
        display: none;
    }
    .header_sec .top_header_sec .container .r_sec .country {
        margin-right: 10px;
    }
    
    .header_sec .nav_header_sec .m_search_contact {
        display: block;
    }
    .header_sec .contact_btn.account_btn {
        border: none;
    }
    .header_sec .top_header_sec .container .r_sec .contact_btn {
        display: none;
    }
   .header_sec .top_header_sec .container .r_sec .contact_btn.account_btn {    
        display: inline-block;
        margin: 0;
    }
    .header_sec .top_header_sec .container .r_sec {
        display: flex;
        width: 100%;
        align-items: center;
        margin: 10px 20px 13px;
    }
    .header_sec .top_header_sec .container .r_sec .search_box {
        width: 100%;
        margin-right: 10px;
    }
    .header_sec .nav_header_sec .m_search_contact .contact_btn {
        left: 63px;
        position: relative;
    }
    /* Header Sec */
    
    .header_sec .container {
        padding: 8px 20px;
    }
    .header_sec .navbar {
        border: 1px solid #fff;
        padding: 0;
        border-radius: 5px;
    }
    .header_sec .navbar-toggler i {
        color: #fff;
        font-size: 20px;
    }
    .header_sec .top_header_sec .des {
        margin: 0;
        font-size: 14px;
    }
    .header_sec .navbar .download_menu {
        display: flex;
    }
    .header_sec .navbar .download_menu .contact_btn {
        display: inline-block;
    }

   .header_sec .logo {
        width: 160px;
    }
    .m_search_contact .m_search_btn i {
        font-size: 20px;
    }
    .nav_header_sec .m_search_contact .m_search_btn {
        position: relative;
        top: 2px;
    }

   .header_sec .contact_btn {
        padding: 6px 6px;
        margin-right: 40px;
    }
    .header_sec .contact_btn .contact_text .number span {
        font-size: 16px;
        width: 100%;
        margin-left: 5px;
    }
   .header_sec .contact_btn .contact_text .number i {
        font-size: 14px;
        margin-right: 0;
    }
    .header_sec .contact_btn .contact_text span {
        font-size: 10px;
    }
    .m_search_contact .m_search_btn {
        margin-right: 10px;
    }
    .nav_header_sec .navbar {
        right: 10px;
    }
    /* Header Sec */

    .help_center_page {
        margin-top: 136px;
    }
    .banner_sec .text_content {
        width: 50%;
    }
   .banner_sec .text_content .title {
        font-size: 19px;
        margin-bottom: 4px;
    }
    .banner_sec .text_content {
        width: 67%;
    }
    .banner_sec .banner_photo {
        width: 40%;
        position: absolute;
        right: 13px;
        top: 60px;
    }
    .banner_sec .text_content .des {
        font-size: 12px;
        margin-bottom: 8px;
        line-height: 1.6;
    }
    .banner_sec .container {
        position: relative;
    }
    .banner_sec .text_content .outlook_icon {
        width: 84px;
        margin-bottom: 12px;
    }   
    .banner_sec .text_content .btn_sec .help_btn {
        padding: 5px 5px;
        font-size: 12px;
    }
    .service_sec .service_grid_content .top_title_sec .service_title {
        justify-content: center;
        align-items: center;
    }

    .strong_disclaimer_sec {
        padding: 0 15px;
    }
    .feature_sec .feature_content .text_content .feature_title {
        font-size: 15px;
    }
    .feature_sec .feature_content .text_content  .des {
        font-size: 12px;
    }
    .feature_sec .feature_content .feature_icon {
        width: 18%;
        margin-right: 13px;
    }
    .feature_sec .feature_content.account {
        border-right: none;
    }
    .help_sec .title {
        font-size: 20px;
        margin-bottom: 10px;
    }
    .help_sec .help_grid .help_content {
        padding: 13px;
        width: 45%;
        margin: 10px;
    }
    .help_sec .help_grid .help_content .text_content .help_title {
        font-size: 15px;
    }
    .help_sec .help_grid .help_content .text_content .des {
        font-size: 12px;
        margin-bottom: 6px;
    }
    .help_sec .help_grid .help_content .text_content  .learn_more {
        font-size: 12px;
    }
    .help_sec .help_grid .help_content .help_icon {
        width: 96px;
        margin-right: 10px;
    }
 
    .faq_section .title {
        font-size: 20px;
        margin-bottom: 18px;
    }
    .faq_section .accordion .accordion-item .accordion-header button.accordion-button {
        font-size: 12px;
    }
    .faq_section .accordion .accordion-item .accordion-header button.accordion-button:after {
        background-size: 13px;
        background-position: center;
    }
     .disclaimer_contact_sec {
        padding: 10px 0px;
    }
    .disclaimer_contact_sec .disclaimer_content {
        margin-bottom: 2px;
    }
    .disclaimer_contact_sec .disclaimer_content .des {
        font-size: 12px;
    }
    .disclaimer_contact_sec .contact_sec .des {
        font-size: 12px;
    }
    .disclaimer_contact_sec .contact_sec .contact_content .contact {
        font-size: 12px;
    }
    .disclaimer_contact_sec .contact_sec .contact_content .contact i {
        font-size: 11px;
    }
   .disclaimer_contact_sec .contact_sec .contact_content .available {
        font-size: 12px;
        margin-top: 2px;
    }
    .disclaimer_contact_sec .contact_sec .contact_content {
        margin: 3px auto 0;
    }
   
    .footer_sec .footer_top {
        padding: 12px 0;
    }
    .footer_sec .footer_top .f_about_sec {
        margin-bottom: 13px;
    }
    .footer_sec .footer_top .f_menu_sec .menu_list li {
        margin-bottom: 1px;
    }
    .footer_sec .footer_top .f_about_sec .f_logo {
        width: 34%;
        margin: 0 auto 20px;
    }
    .footer_sec .footer_top .f_about_sec .f_logo {
        width: 20%;
        margin: 0 auto 6px;
    }
    .footer_sec .footer_top .f_about_sec .des {
        font-size: 9px;
        width: 80%;
        margin: auto;
    }
    .footer_sec .footer_top .container {
        justify-content: center;
        align-items: center;
    }
    .footer_sec .footer_top .f_menu_sec .menu_list li a {
        font-size: 12px;
    }

    .footer_sec .footer_top .f_menu_sec {
        padding-left: 8px;
    }
    
    .footer_sec .footer_top .f_menu_sec.follow_us a {
        width: 28px;
        height: 28px;
        margin: 0 6px;
    }
    .footer_sec .footer_top .f_menu_sec.follow_us a i {
        font-size: 11px;
    }
   .footer_sec .footer_top .f_menu_sec.follow_us .social_sec {
        margin-top: 9px;
    }
    .footer_sec .footer_top .f_menu_sec .f_title {
        font-size: 11px;
    }
    .footer_sec .footer_top .f_menu_sec .menu_list li a {
        font-size: 9px;
    }
    .footer_sec .footer_top .f_menu_sec.follow_us {
        width: 100%;
        flex: 0 0 100%;
        text-align: center;
        margin-top: 10px;
        border-left: none;
        padding-left: 0;
        margin-bottom: 0;
    }
    .footer_sec .footer_top .f_menu_sec.follow_us .subscribe_form_sec {
        justify-content: center;
    }
    
    .footer_sec .footer_bottom .micro_logo {
        margin-left: 0;
    }
   .footer_sec .footer_top .f_menu_sec.follow_us .des {
        font-size: 9px;
        margin-top: 8px;
    }
}


@media only screen and (max-width: 480px) {

   /* Header Sec */
   .header_sec .nav_header_sec .logo.m_logo {
        width: 82px;
    }
    .header_sec .contact_btn .contact_text .number span {
        font-size: 12px;
        margin-left: 4px;
    }
    .header_sec .contact_btn .contact_text .number i {
        font-size: 12px;
    }
    .header_sec .nav_header_sec .m_search_contact .contact_btn {
        left: 46px;
        font-size: 14px;
        padding: 5px 6px;
    }
    .header_sec .contact_btn .contact_text .number {
        position: relative;
        top: -2px;
    }
   /* Header Sec */


    .banner_sec .text_content {
        width: 88%;
        flex: 0 0 88%;
    }
    .banner_sec .text_content .btn_sec .help_btn.topics {
        margin-left: 2px;
    }
    .banner_sec .text_content .des {
        width: 66%;
    }
    .banner_sec .text_content .btn_sec .help_btn {
        padding: 5px 4px;
        font-size: 12px;
    }
    .banner_sec .breadcrumb_last {
        margin-bottom: 8px;
    }
   .banner_sec .banner_photo {
        width: 40%;
        position: absolute;
        right: 17px;
        top: 79px;
    }
    .breadcrumb_last i {
        font-size: 8px;
        margin: 0px 3px;
        position: relative;
        top: 0px;
    }
    .feature_sec .feature_content {
        padding: 0 4px;
    }   
    .support_time_sec .education_help {
        margin: 9px 0;
    }
    .support_time_sec .education_help .phone_icon {
        width: 30px;
        height: 30px;
        flex: 0 0 30px;
        margin-right: 10px;
    }
    .support_time_sec .education_help .phone_icon i {
        font-size: 14px;
    }
     .support_time_sec .education_help .text_content .education_title {
        font-size: 15px;
    }
    .support_time_sec .education_help.contact_time .text_content a {
        font-size: 18px;
    }
    .feature_sec .feature_content .text_content .feature_title {
        font-size: 14px;
    }
    .microsoft_manage_sec .microsoft_plans_sec .text_content .des {
        width: 100%;
        font-size: 13px;
    }
    .microsoft_manage_sec .microsoft_plans_sec {
        padding: 13px 13px;
    }
    .support_time_sec .education_help.contact_time .phone_icon i {
        font-size: 24px;
    }
    .help_sec .title {
        font-size: 16px;
        margin-bottom: 8px;
    }
    .help_sec .help_grid .help_content {
        padding: 13px;
        width: 100%;
        margin: 10px;
    }
    .help_sec .help_grid .help_content .text_content .help_title {
        font-size: 14px;
    }
    .help_sec .help_grid .help_content .help_icon {
        width: 50px;
    }
    .faq_section .title {
        font-size: 16px;
    }
    .faq_section .accordion .accordion-item .accordion-header button.accordion-button {
        font-size: 12px;
    }
    .faq_section .accordion .accordion-item .accordion-header button.accordion-button .questions {
        padding-right: 40px;
    }
    .faq_section .accordion .accordion-item .accordion-header button.accordion-button:after {
        right: 0;
        background-size: 14px;
    }
    .faq_section .accordion .accordion-item .accordion-body .des {
        font-size: 12px;
    }
    .strong_disclaimer_sec .container {
        padding: 15px;
        flex-direction: column;
    }
    .strong_disclaimer_sec .text_content .des {
        font-size: 12px;
    }
    .strong_disclaimer_sec .text_content .disclaimer_title {
        font-size: 18px;
    }
    .strong_disclaimer_sec .container {
        flex-direction: column;
        text-align: center;
    }
    .strong_disclaimer_sec .disclaimer_icon {
        margin-right: 0;
        margin-bottom: 10px;
    }
    .footer_sec .footer_top .f_menu_sec.follow_us a {
        width: 24px;
        height: 24px;
        margin: 0 4px;
    }
    .footer_sec .footer_top .f_menu_sec.follow_us a i {
        font-size: 9px;
        position: relative;
        top: 1px;
    }
    
}   
