﻿@charset "utf-8";
/* CSS Document */

html {
    scroll-behavior: smooth;
}


body {
    margin: 0px;
    color: #333333;
    font-size: 20px;
    font-family: "Merriweather Sans", sans-serif;
    font-weight: 300;
    padding: 0px;
}


h1, h2, h3, h4, h5, h6 {
    margin: 0px;
    padding: 0px;
    color: #003366;
    font-weight: 800;
    margin-bottom: 15px;
    font-family: "Roboto", sans-serif;
}

h1 {
    font-size: 60px;
}

h2 {
    font-size: 46px;
}

h3 {
    font-size: 28px;
    font-family: "Merriweather Sans", sans-serif;
    font-weight: 400;
}

h4 {
    font-size: 24px;
}

h5 {
    font-size: 22px;
}

h6 {
    font-size: 20px;
}

hr {
    margin: 10px 0px;
    border: 0px;
    border-bottom: 1px dashed #828282;
}

p, ul, ol {
    margin: 0px;
    line-height: 34px;
    padding: 0px;
}

    ul *, ol * {
        margin: 0px;
        padding: 0px;
    }

ol, ul {
    padding-left: 25px;
}

ul {
    display: block;
    list-style: none;
}

    ul li {
        line-height: 30px;
    }


p, ul, ol {
    margin-bottom: 18px;
}

.clr {
    display: block;
    float: none;
    clear: both;
}

.c {
    overflow: hidden;
    float: none;
}

.underline {
    text-decoration: underline;
}

a {
    text-decoration: none;
}

.hidden {
    display: none;
}

.italic {
    font-style: italic;
}

.bold {
    font-weight: bold;
}

/*
table {
    border-spacing: 0px;
    border-collapse: collapse;
}



textarea {
    width: 100%;
}
*/

.btnsearchi {
    font-family: "Roboto", sans-serif;
    background: #FFCC19 none repeat scroll 0 0;
    border: 0px;
    color: #151515;
    display: inline-block;
    font-size: 20px;
    font-weight: 600;
    min-width: 120px;
    padding: 11px 15px;
    vertical-align: top;
    transition: all linear .2s;
    -moz-transition: all linear .2s;
    -ms-transition: all linear .2s;
    -o-transition: all linear .2s;
    -webkit-transition: all linear .2s;
    border-radius: 4px;
    opacity: 1;
}

    .btnsearchi:hover {
        background: #FFCC19 none repeat scroll 0 0;
        opacity: 0.8;
        color: #151515;
    }


.button-box {
    display: flex;
    gap: 15px;
}



    .button-box.center {
        justify-content: center;
    }

    .button-box i {
        margin-left: 8px;
    }

    .button-box a {
        border: 0px solid #FFCC19;
        background: #FFCC19;
        color: #151515;
        font-family: 'Roboto';
        font-weight: 600;
        display: block;
        padding: 11px 11px;
        border-radius: 4px;
        font-size: 24px;
        opacity: 1;
    }

        .button-box a:hover {
            opacity: 0.8;
        }

        .button-box a.border {
            border-color: #003366;
            background: #003366;
            color: #FFFFFF;
            border: 2px #003366;
        }

            .button-box a.border:hover {
                opacity: 0.8;
            }




        .button-box a.white {
            border-color: #fff;
            background: #003366;
            color: #fff;
            font-weight: 400;
        }

            .button-box a.white:hover {
                background: #fff;
                color: #003366;
            }

.search-section {
    background: #003366;
    padding: 40px 0px;
    border-radius:16px;
}

    .search-section h3 {
        color: #fff;
        font-size: 24px;
    }

    .search-section .search-box {
        background: #4CAF50;
        border-radius: 16px;
        padding: 25px 25px;
    }

.search-box .search-form {
    display: flex;
    gap: 10px;
}

    .search-box .search-form .trade {
        width: calc(100% - 440px);
    }

    .search-box .search-form .loc {
        width: 320px;
    }

    .search-box .search-form .sub {
        width: 120px;
    }

    .search-box .search-form input[type="text"], .search-box .search-form input[type="submit"] {
        height: 46px;
    }


.howit-section {
    padding: 10px 0px;
}

    .howit-section .container {
        display: flex;
        gap: 12px;
    }

    .howit-section .howit-box {
        width: 50%;
    }

    .howit-section .container::before, .howit-section .container::after {
        display: none;
    }

    .howit-section h3 {
        color: #333333;
    }

.howit-item {
    border-radius: 24px;
    overflow: hidden;
    color: #fff;
    margin-bottom: 25px;
}

    .howit-item .cnt-box {
        background: #003366;
        padding: 8px 10px;
        display: flex;
        gap: 8px;
    }

    .howit-item.yellow {
        color: #151515;
    }

        .howit-item.yellow .cnt-box {
            background: #FFCC19;
        }

    .howit-item.green .cnt-box {
        background: #4CAF50;
    }

    .howit-item h4 {
        color: #fff;
        font-size: 32px;
        font-weight: 600;
    }

    .howit-item.yellow h4 {
        color: #151515;
    }

    .howit-item .img-box {
        height: 350px;
        overflow: hidden;
    }

        .howit-item .img-box img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

    .howit-item .cnt-box .no {
        line-height: normal;
        width: 30px;
        font-size: 32px;
        font-family: roboto;
        font-weight: 600;
    }

    .howit-item .cnt-box .text {
        width: calc(100% - 30px);
    }

        .howit-item .cnt-box .text p {
            margin: 0;
        }

    .howit-item.desk-how {
        margin-top: 150px;
    }

    .howit-item.mob-how {
        display: none;
    }

.howit-section .howit-box.right-box {
    margin-top: 40px;
}

.start-section {
    padding: 10px 0px;
}

    .start-section .start-box {
        display: flex;
        flex-direction: row-reverse;
        background: #4CAF50;
        align-items: center;
        border-radius: 16px;
        overflow: hidden;
    }

        .start-section .start-box .start-left {
            padding: 20px;
            width: 50%;
        }

        .start-section .start-box .start-right {
            width: 50%;
        }

            .start-section .start-box .start-right img {
                width: 100%;
                height: 100%;
                object-fit: cover;
                box-shadow: 0px 0px 20px rgba(000, 000, 000, .3);
            }

    .start-section h2 {
        color: #fff;
    }

    .start-section h3 {
        color: #fff;
        margin-bottom: 25px;
    }

.search_style_home {
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    padding: 12px 15px;
    resize: vertical;
    width: 100%;
    font-weight: 400;
    border-radius: 4px;
    border-style: none;
    outline: none;
}

.search_style_home_missing {
    border-radius: 4px;
    border-style: solid;
    border-color: red;
}

.nosearchtraders {
    font-family: "Roboto", sans-serif;
    font-size: 20px;
    color: #FFFFFF;
    padding-left: 15px;
    margin-top: 20px;
    vertical-align: middle;
    display: flex;
    align-items: center;
    gap: 10px;
}


.latestarea {
    border: 2px solid #003366;
    border-radius: 10px;
    background-color: #F0F2F5; /*#F0F2F5; #f0eeed;*/
}

@media only screen and (min-width:768px) and (max-width:991px) {
}

}

@media only screen and (max-width:1260px) {

    body {
        font-size: 20px;
    }

    .button-box a {
        font-size: 20px;
    }

    h1 {
        font-size: 48px;
    }

    h2 {
        font-size: 40px;
    }

    h3 {
        font-size: 26px;
    }

    h4 {
        font-size: 24px;
    }

    h5 {
        font-size: 22px;
    }

    .howit-item .cnt-box .no {
        font-size: 28px;
    }

    .howit-item h4 {
        font-size: 28px;
        margin-bottom: 10px;
    }
}

@media only screen and (max-width:991px) {



    .top-section .des-nav ul li a {
        font-size: 16px;
    }

    .top-section .des-nav ul li.p-btn a {
        font-size: 20px;
    }
  
    .button-box {
        justify-content: center;
    }

    .search-box .search-form .loc {
        width: 200px;
    }

    .search-box .search-form .trade {
        width: calc(100% - 320px);
    }

    .howit-section .container {
        display: block;
    }

    .howit-section .howit-box {
        width: auto;
    }

    .howit-item .img-box {
        height: auto;
    }

    .howit-item.desk-how {
        display: none;
    }

    .howit-item.mob-how {
        display: block;
    }

    .start-section .start-box {
        display: block;
    }

        .start-section .start-box .start-right {
            width: auto;
        }

        .start-section .start-box .start-left {
            width: auto;
        }
}

@media only screen and (max-width:767px) {


    body {
        font-size: 18px;
    }

    p, ul, ol {
        line-height: 28px;
    }

    h1 {
        font-size: 36px;
    }

    h2 {
        font-size: 32px;
    }

    h3 {
        font-size: 22px;
    }

    h4 {
        font-size: 20px;
    }

    h5 {
        font-size: 18px;
    }

    .top-section .nav-box .des-nav {
        display: none;
    }

    .top-section .mobile-btn {
        display: block;
    }

    .button-box {
        display: block;
    }

        .button-box a + a {
            margin-top: 12px;
        }
       
    .button-box a {
        font-size: 18px;
    }

    .search-box .search-form {
        display: block;
    }

        .search-box .search-form .trade {
            width: auto;
            margin-bottom: 10px;
        }

        .search-box .search-form .loc {
            width: auto;
            margin-bottom: 10px;
        }

        .search-box .search-form .sub {
            width: auto;
            text-align: center;
        }


    .search-section h3 {
        text-align: center;
    }

    .howit-item h4, .howit-item .cnt-box .no {
        font-size: 22px;
    }
   
}

@media only screen and (max-width:640px) {
}

@media only screen and (max-width:550px) {
}

@media only screen and (max-width:480px) {
}

@media only screen and (max-width:380px) {
}
