﻿* {
    font-family: Lato;
}

.site-content {
    display: flex;
    flex-direction: column;
    height: 100vh;
}

.site-content .main-container {
    flex: 1;
}

section {
    padding: 50px 0;
}

section h1,
section h2,
section h3,
section h4,
section h5,
section h6 {
    margin: 0;
    margin-bottom: 20px;
}

section h2 {
    margin-bottom: 40px;
}

hr {
    border-color: #aaa;
}

ul, li {
    list-style-type: none;
}

ul {
    padding-left: 0;
}

.btn-enroll {
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 1.2px;
    background-color: #ff8700;
    border-radius: 999px;
}

.btn-enroll.btn-lg {
    padding: 8px 50px;
}

.btn-red {
    background-color: #fb001a;
    border-radius: 999px;
    color: white;
    padding: 6px 30px;
    min-width: 150px;
}

.btn-red:hover {
    background-color: #c30115;
    color: white;
}

.color-blue {
    color: #007bb6;
}

.color-red {
    color: #f05748;
}

.underline {
    text-decoration: underline;
}

p {
    font-size: 18px;
    line-height: 2;
}

.social .social-item {
    margin: 0 5px;
}

.social .social-item img {
    width: 80px;
}

/* Footer */
footer {
    padding: 20px;
    background: #48515e;
}

footer .row a {
    color: white;
    text-decoration: none;
    font-size: 16px;
    font-weight: 100;
    line-height: 1.8;
}

footer .row a:hover {
    color: #b7b7b7;
}


footer .row a i {
    margin-right: 5px;
}

footer .copyright-text {
    color: white;
    margin-top: 30px;
}

/* Top Banner */
.top_banner {
    background: url(/images/home-hero.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    color: white;
}

.top_banner .row {
    display: flex;
    align-items: center;
}

.top_banner .device-images img {
    width: 100%;
}

.navbar-brand.logo {
    position: relative;
}

.navbar-brand.logo span {
    position: absolute;
    left: 30%;
    bottom: 5px;
    font-size: 16px;
}

.top_banner h1 {
    line-height: 1.3;
    letter-spacing: 1.4px;
}

.top_banner .item-content ul {
    margin-top: 10px;
}

.top_banner .item-content ul li {
    font-size: 24px;
    line-height: 1.5;
    display: flex;
    align-items: center;
    font-weight: 100;
}

@media (max-width: 500px) {
    .top_banner h1 {
        font-size: 24px;
        margin-bottom: 15px;
    }

    .top_banner h3 {
        font-size: 16px;
        margin-bottom: 5px;
    }

    .top_banner .item-content ul li {
        font-size: 14px;
    }

    .top_banner .item-content ul li img {
        width: 20px;
    }
}

.top_banner .item-content ul li img {
    margin-right: 10px;
}

.top_banner .btn-enroll {
    margin: 20px 0;
}

.top_banner .bbb-customer-logo {
    margin: 20px 0;
}

.top_banner .bbb-customer-logo img {
    width: 120px;
    margin-right: 10px;
}

#gotTicket {
    width: 218px;
    margin: 0 auto 20px auto;
}

    #gotTicket div {
        margin: 0;
        padding: 0;
    }

    #gotTicket .top {
        background: url('/images/gotTicket_top.png') 0 0 no-repeat;
        height: 31px;
    }

    #gotTicket .bot {
        background: url('/images/gotTicket_bot.png') 0 0 no-repeat;
        height: 10px;
    }

    #gotTicket .mid {
        background: url('/images/gotTicket_bg.png') repeat-y;
        width: 218px;
        padding: 10px 8px 5px 8px;
        text-align: left;
        position: relative;
    }

/**********Certificate Processing Page Styles**********/
.flash_object_img .image {
    text-align: center;
    max-width: 600px;
    margin: auto;
}

.flash_object_img .image img {
    width: 100%;
}

.flash_object_img .btn_Links {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    padding: 0 10px;
    margin-top: 10px;
}

.certificate-container .btn-green {
    color: white;
    display: inline-flex;
    text-decoration: none !important;
    border-radius: 4px;
    box-shadow: 0 2px 4px grey;
}

.certificate-container .btn-green:hover .text-left,
.certificate-container .btn-green:hover .text-right {
    background: #658c25;
}

.certificate-container .btn-green:hover .btn-left,
.certificate-container .btn-green:hover .btn-right {
    background: #21537f;
}

.certificate-container .btn-green .btn-left {
    background: #4483ba;
    padding: 5px 10px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.certificate-container .btn-green .text-left {
    padding: 5px 15px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    background: #8bc62b;
}

.certificate-container .btn-green .btn-right {
    background: #4483ba;
    padding: 5px 10px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.certificate-container .btn-green .text-right {
    padding: 5px 15px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    background: #8bc62b;
}

.btn-register {
    background: linear-gradient(to bottom, #d53c39, #a32d22);
    color: white;
    text-transform: uppercase;
    box-shadow: 0 2px 4px grey;
}

.btn-register:hover {
    background: linear-gradient(to top, #d53c39, #a32d22);
    color: white;
}

.btn-register:active {
    color: white;
}

.btn-register:focus {
    color: white;
}

@media (max-width: 499px) {
    .certificate-image .btn-green .text-left,
    .certificate-image .btn-green .text-right {
        display: none;
    }

    .certificate-image .btn-green .btn-left,
    .certificate-image .btn-green .btn-right {
        border-radius: 4px;
    }
}

/*end*/

/* Certificate pages */
.twoCol_contents {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    padding-bottom: 50px;
}

#left_contents {
    padding-top: 20px;
    padding-bottom: 20px;
    margin-top: 20px;
    border: 1px solid #ebedef;
    border-radius: 4px;
}

#left_contents .left_ads img {
    width: 100%;
    height: auto;
}

#testimonials_banner {
    background-image: url('/images/bg_testimonials_banner.png');
    background-position: center;
    background-size: cover;
    margin: 0 auto;
    border-radius: 4px;
    padding: 30px 10px;
}

.btn_testimonials_go:hover {
    background-position: 0px -27px;
}

#testimonials_banner #quotes_module {
    display: block;
    position: relative;
    overflow: hidden;
}

#testimonials_banner #quotes_module p {
    color: #fff;
    font-size: 18px;
    display: none;
}

#testimonials_banner #quotes_module p cite {
    color: #eee;
    white-space: nowrap;
}

.lquote {
    background: url('/images/gd_sprites.png') -4px -827px no-repeat;
    width: 30px;
    height: 24px;
    display: inline-block;
    margin: 0px 10px 0 0;
}

.rquote {
    background: url('/images/gd_sprites.png') -53px -827px no-repeat;
    width: 30px;
    height: 24px;
    display: inline-block;
    margin: 0px 10px -12px 10px;
}

.certificate-image {
    padding: 20px 10px;
    box-shadow: 0px 4px 10px grey;
}

.certificate-image h2 {
    margin-top: 0;
}

.certificate-text {
    margin-top: 20px;
}

.testimonials-containter {
    text-align: center;
}

.testimonials-containter .btn-green {
    margin: 10px auto 10px;
}

/* FAQ */
.faq div {
    font-size: 18px;
    line-height: 1.5;
}

.faq .faqitem {
    padding: 20px 10px;
    border-bottom: 1px solid #aaa;
}

.faq .faqitem:first-child {
    padding-top: 0;
}

.faq .faqitem:last-child {
    border-bottom: none;
}

.faq .faqitem .question {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
}

/* Products Nav */
.products-nav-header {
    border-bottom: 3px solid #00a3e6;
    position: relative;
}

.products-nav-header .main-area {
    display: flex;
}

.products-nav-hero {
    background-image: url(/images/GD_product_hero_back1.png);
    background-position: right;
    background-repeat: no-repeat;
    background-size: cover;
    flex: 1;
}

.products-nav-description {
    max-width: 350px;
}

.products-insurance h1 {
    font-size: 43px;
    line-height: 1;
    font-weight: 300;
    margin-bottom: 12px;
    color: #00a3e6;
    font-family: Century Gothic;
    text-transform: uppercase;
}

.gd-dd-price {
    display: flex;
    flex-wrap: wrap;
}

.gd-dd-price > div {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.gd-dd-price .gd-dd-price-num {
    display: flex;
    align-items: flex-start;
    color: #00a3e6;
    font-size: 28px;
    font-weight: 600;
    border-right: 1px solid #c2c3c6;
}

.gd-dd-price .gd-dd-price-num .number {
    font-size: 70px;
    line-height: 1;
}

.gd-dd-text {
    padding: 6px 0;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 400;
}

@media (max-width: 768px) {
    .gd-dd-text {
        color: #00a3e6;
    }
}

.products-nav-header .pp-products-nav {
    display: flex;
    flex-wrap: wrap;
}

.products-nav-header .pp-products-nav .links {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-width: 300px;
    min-height: 350px;
}

.products-nav-header .pp-products-nav .links > div {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.products-nav-header .pp-products-nav .links > div a {
    flex: 1;
}

.products-nav-header .pp-products-nav .links a.pdbtn1 {
    background-image: url(/images/GD_product_herobtn1.png);
    background-repeat: no-repeat;
    background-position-y: center;
}

.products-nav-header .pp-products-nav .links a.pdbtn1.active {
    background-image: url(/images/GD_product_herobtn1_s.png);
}

.products-nav-header .pp-products-nav .links a.pdbtn2 {
    background-image: url(/images/GD_product_herobtn2.png);
    background-repeat: no-repeat;
    background-position-y: center;
}

.products-nav-header .pp-products-nav .links a.pdbtn2.active {
    background-image: url(/images/GD_product_herobtn2_s.png);
}

.products-nav-header .pp-products-nav .links a.pdbtn3 {
    background-image: url(/images/GD_product_herobtn3.png);
    background-repeat: no-repeat;
    background-position-y: center;
}

.products-nav-header .pp-products-nav .links a.pdbtn3.active {
    background-image: url(/images/GD_product_herobtn3_s.png);
}

.products-nav-header .pp-products-nav .links a.pdbtn4 {
    background-image: url(/images/GD_product_herobtn4.png);
    background-repeat: no-repeat;
    background-position-y: center;
}

.products-nav-header .pp-products-nav .links a.pdbtn4.active {
    background-image: url(/images/GD_product_herobtn4_s.png);
}

.products-nav-header .tabber {
    height: 60px;
    position: absolute;
    left: 60%;
}

.products-nav-header .tabber .tab-marker > div {
    width: 90px;
    height: 127px;
    display: inline-block;
}

.products-nav-header .seal-dd {
    background: url('/images/pd_seal.png') 0 0 no-repeat;
}

.products-nav-header .seal-dd_sp {
    background: url('/images/Sp_pd_seal.png') 0 0 no-repeat;
}

.products-nav-header .seal-dd_sp_2084 {
    background: url('/images/Sp_pd_seal2084.png') 0 0 no-repeat;
}

.products-nav-header .seal-dd_2084 {
    background: url('/images/pd_seal2084.png') 0 0 no-repeat;
}

.products-nav-header .seal-dd_111 {
    background: url('/images/pd_seal-111.png') 0 0 no-repeat;
}

/* Course Details */
.course-details {
    margin-top: 40px;
    margin-bottom: 40px;
    font-family: "Century Gothic", CentryGothic, AppleGothic, sans-serif;
}

.course-details .course-tabs {
    display: flex;
}

.course-details .course-tabs .course-tab {
    background: #ebebeb;
    padding: 15px 30px;
    font-size: 15px;
    line-height: 1;
    border-right: 1px solid #aaa;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

@media (max-width: 500px) {
    .course-details .course-tabs .course-tab {
        padding: 5px 10px;
        font-size: 10px;
    }

    .course-details .service_wrapper .service_title {
        display: none;
    }
}

.course-details .course-tabs .course-tab:last-child {
    border: none;
}

.course-details .course-tabs .course-tab.active {
    background: #81ca00;
    color: white;
}

.course-details .product_container {
    display: flex;
    border: 1px solid #aaa;
}

.course-details .gd_products h1 {
    color: #00a3e6;
    font-size: 20px;
    font-weight: 500;
}

.course-details .gd_products h3 {
    color: #313742;
    font-size: 15px;
    line-height: 1.5;
}

.course-details .gd_products .service_wrapper {
    display: flex;
    flex-wrap: wrap;
    padding: 40px 0;
    border-bottom: 1px solid #aaa;
}

.course-details .gd_products .service_wrapper:last-child {
    border-bottom: none;
}

.course-details .gd_products .service_wrapper > div {
    padding: 0 20px;
}

.course-details .product-title {
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap;
    font-size: 20px;
}

.course-details .product-title p {
    font-size: 15px;
}

.course-details .product-title > div {
    margin-left: 10px;
}

.course-details .description {
    flex: 1;
}

.course-details .product-title .product-price {
    color: #fea829;
}

.course-details .product-title .product-price span {
    font-size: 20px;
    font-weight: bold;
}

.course-details .product-title .best-value {
    width: 91px;
    height: 21px;
    background: url('/images/btn_best_value.png') no-repeat 0 0;
    text-indent: -9999px;
    overflow: hidden;
}

.course-details .product-title .best-value_sp {
    width: 91px;
    height: 21px;
    background: url('/images_sp/btn_best_value.png') no-repeat 0 0;
    text-indent: -9999px;
    overflow: hidden;
}

/**********Texas-Course-Options.aspx**************/
.spaceline {
    display: block;
    width: 900px;
    max-width: 100%;
    height: 5px;
    background: url(/images/spaceline.png) repeat-x;
    margin: 0 auto;
}

.info-ade h1 {
    font-size: 40px;
    font-weight: bold !important;
    text-transform: uppercase;
    text-align: left;
    margin-bottom: 12px !important;
    margin-top: 15px;
    color: #00a3e6;
    line-height: 38px;
    font-family: Century Gothic !important;
}

.info-tde h1 {
    font-size: 40px;
    font-weight: bold !important;
    text-transform: uppercase;
    text-align: left;
    margin-bottom: 12px !important;
    margin-top: 15px;
    color: #00a3e6;
    line-height: 38px;
    font-family: Century Gothic !important;
}

.info-dr h1 {
    font-size: 40px;
    font-weight: bold !important;
    text-transform: uppercase;
    text-align: left;
    margin-bottom: 12px !important;
    margin-top: 15px;
    color: #00a3e6;
    line-height: 38px;
    font-family: Century Gothic !important;
}

.pd_tab_btn a {
    display: block;
    width: 270px;
    height: 69px;
}

.TDRO_tab_bg {
    width: 351px;
    height: 25px;
}

.TDRO_tab_bg_sp {
    width: 400px;
    height: 25px;
}

.DETOCR_tag_bg {
    width: 158px;
    height: 25px;
}

.DETOCR_tag_bg_sp {
    width: 180px;
    height: 25px;
}

.DDTCO_tag_bg {
    width: 495px;
    height: 25px;
}

.DDTCO_tag_bg_sp {
    width: 539px;
    height: 25px;
}

.ADETCO_tag_bg {
    width: 495px;
    height: 25px;
}

.ADETCO_tag_bg_sp {
    width: 539px;
    height: 25px;
}

.sp_pd_dd_herotitle {
    font-size: 29px !important;
}

.boder_set_dd_sp {
    display: block;
    width: 418px;
    height: 37px;
    float: right;
    border-bottom: #999 solid 1px;
}

@media (max-width:991px) {
    .logo a.logo_link {
        margin-left: -15px;
    }

    .header-block__menu li {
        font-size: 12px;
    }
}

@media (max-width:767px) {
    .header-block__menu {
        display: none;
    }

    .header-block {
        height: auto;
    }

    .member-login__label {
        text-align: left;
    }
}

.texas-course-option h3.subtitle {
    line-height: 1.5;
}

.toggle_container {
    max-width: 100%;
}

.texas-course-information-page .toggle_container {
    margin: 0;
    padding: 0 10px;
}

.texas-course-information-page .toggle_container p {
    font-size: 14px;
    line-height: 1.4;
}

.texas-course-information-page .toggle_container .block {
    padding-top: 0;
}

.texas-course-information-page .btn_register_bot,
.texas-course-faq .btn_register_bot {
    height: 60px;
    background: #ebebeb;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.texas-course-information-page h3.TCI_title {
    font-size: 20px;
    color: #00a3e6;
    margin-top: 40px;
}

.texas-course-information-page .more_featured_odd p,
.texas-course-information-page .more_featured_even p {
    font-size: 15px;
    line-height: 1.5;
}

.texas-course-information-page h4.trigger {
    height: auto;
    text-indent: 0;
    padding-left: 40px;
    line-height: 2;
    min-height: 36px;
}

 .texas-course-faq .faq h2 {
     font-size: 20px;
     font-weight: 600;
     line-height: 2;
     margin-top: 35px;
     color: #00a3e6;
 }

.texas-course-faq .question {
    font-size: 20px;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    color: #fea829;
}

.texas-course-faq .answer {
    font-size: 14px;
    line-height: 1.5;
}

.gd_products ul li {
    background: url("/images/bullet_list.png") no-repeat scroll 0 15px transparent;
    line-height: 16px;
    list-style: none outside none;
    margin: 0;
    padding: 10px 0 5px 15px;
}

.gd_products li {
    padding: 4px 0;
    line-height: 1.7;
}

/* Certificate container */
.certificate-container h1 {
    font-size: 24px;
    font-weight: 600;
    line-height: 1.5;
    text-align: center;
    border-bottom: 1px solid #ebedef;
}

.certificate-container h2 {
    font-size: 20px;
    line-height: 1.5;
    text-align: center;
}

.certificate-container #right_contents p {
    font-size: 16px;
    line-height: 1.5;
}

.certificate-container #sub_menu li {
    padding: 3px 5px;
    border-bottom: 1px solid #a2a2a2;
}

#sub_menu li a:hover,
#sub_menu li a:focus,
#sub_menu li a:active,
#sub_menu li a.active {
    color: #fea829;
    text-decoration: none;
}

.certificate-container .course-item {
    display: flex;
}

/* Registration Pages */
@media (max-width: 767px) {
    #registration-steps-dr {
        display: none;
    }
}

@media (max-width: 1023px) {
    #registration-steps {
        display: none;
    }
}

.regbox h2 {
    line-height: 1.5;
}

.reg-table .table-row {
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid white;
    background: #f1f1f1;
}

.reg-table .table-description {
    background: #e6e6e6;
}

.reg-table .table-description > div {
    margin: 10px;
}

.reg-table .table-description + .table-row {
    border-top: 1px solid white;
}

.reg-table .table-row > div {
    padding: 10px 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.reg-table .table-row .reg-table-row-label {
    width: 30%;
    background: #e6e6e6;
    border-right: 1px solid white;
    align-items: flex-end;
    text-align: right;
}

@media (max-width: 767px) {
    .reg-table .table-row .reg-table-row-label {
        width: 100%;
        text-align: left;
        align-items: flex-start;
    }
}

.reg-table .table-row .reg-table-row-text {
    flex: 1;
}

.reg-table .table-row .reg-table-row-text > div {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: 5px 0;
}

.reg-table .table-row .reg-table-row-text > div > div {
    margin: 0 5px;
    display: flex;
    flex: 1;
    flex-wrap: wrap;
    align-items: center;
}

.reg-table .table-row .reg-table-row-text .Gender {
    margin-right: 10px;
}

.reg-table .table-row .reg-table-row-text .Gender label {
    margin-right: 10px;
    cursor: pointer;
}

.reg-table .table-row .reg-table-row-text .alone.form-control {
    width: calc(100% - 20px);
    margin-right: 10px;
}

.rotating-banner {
    margin-top: 0px;
    padding: 20px;
    font-size: 23px;
    line-height: 1.2;
    background: #f39d22;
    color: white;
    text-align: center;
}

/* Help Center */
.help-center #faq_contents {
    padding: 0 20px;
}

.help-center #faq_contents .Question {
    color: #fea829;
    font-size: 20px;
    line-height: 1.5;
    font-weight: 400;
}

.help-center .breakline {
    margin: 20px 0;
    border-bottom: 1px solid #ccc;
}

.help-center .noAnswer {
    font-size: 18px;
    line-height: 1.4;
    color: #003366;
    padding: 5px 0;
    margin: 20px 0;
}

.help-center .btn_register_bot {
    text-align: center;
    margin-top: 20px;
}

#help_category {
    margin: 10px;
    padding: 20px;
    box-shadow: 0 0 4px #aaa;
}

#help_category ul {
    margin: 0;
    padding: 0;
}


#help_category ul li {
    padding: 6px 12px;
    display: flex;
    align-items: center;
}

#help_category ul li:before {
    content: '';
    display: block;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    margin-right: 10px;
    background-color: #1672a1;
}

#help_category ul li:nth-child(2n+1) {
    background-color: #eee;
}

/* Gift Page */
.gift-container .amount-table {
    padding: 20px 10px;
}

.gift-container .image-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    min-height: 125px;
    padding: 10px 0;
    border-bottom: 1px solid #efefef;
}

.gift-container .image-row .image {
    width: 140px;
    margin-right: 20px;
}

.gift-container .image-row .image label {
    display: flex;
    align-items: center;
}

.gift-container .image-row .text {
    flex: 1;
}

.gift-container #content-main {
    background: #ebeaeb;
    padding: 15px;
    margin: 30px 0;
    border-radius: 15px;
}

.gift-container #content-main > h1 {
    text-align: center;
    font-size: 28px;
    font-weight: bold;
    color: #ff8400;
    line-height: 1.6;
}

.gift-container #content-main .inner2,
.gift-container #content-main .white-inner {
    background: white;
    padding: 20px 40px;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
}

.gift-container .minibox p {
    font-size: 13px;
    line-height: 1.7;
    margin-bottom: 14px;
}

.gift-container .title-holder {
    background: #ff8400;
    color: white;
    border-radius: 10px;
    font-weight: bold;
    font-size: 17px;
    line-height: 1.5;
    text-align: center;
    padding: 10px 20px;
    margin-top: 20px;
}

@media(max-width: 500px) {
    .gift-container .image-row .image {
        width: auto;
    }

    .gift-container .image-row .image img {
        display: none;
    }

    .gift-container #content-main .inner2 {
        padding: 20px;
    }
}

.gift-container .products {
    padding: 20px;
}

.gift-container .product {
    padding: 10px;
}

.gift-container .select-box {
    font-weight: bold;
    margin-bottom: 10px;
}

.gift-container .select-box input {
    margin-right: 5px;
}

textarea {
    resize: none;
}

.greenbox {
    background-color: rgb(222, 235, 191);
    padding: 10px;
    font-size: 14px;
    font-weight: bold
}

.chat-button {
    cursor: pointer;
}

/* Intro Section on City page */
section.intro {
    font-size: 18px;
}

section.intro .row > div {
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e3e3e4;
}

section.intro .row > div:first-child {
    padding-top: 0;
}

section.intro .row > div h4 {
    margin-bottom: 10px;
    color: #00a3e6;
    font-weight: bold;
    display: flex;
    align-items: flex-start;
    line-height: 1;
}

section.intro .row > div p {
    margin: 0;
}

section.intro .row > div h4 img {
    width: 18px;
    margin-right: 10px;
    margin-top: 2px;
}