.pageTop{
    background: url('/img/Group 1261153523.webp');
}
.pageTopContent{
    text-align: center;color: #fff;
    padding: 50px 0;
}
.pageTopContent h1{
    color: #FFB81C;    font-size: 33px;
    margin-bottom: 20px;
}
.pageTopContent span{
    color: #BCBCBC;
}
.pageTopContent p {
     margin-top: 20px;
 } .pageTopContent a {
        background: #FFB81C;
        border-radius: 20px;
        color: #fff;
        padding: 11px 50px;
        margin-top: 10px;
        display: inline-block;
    }.pageTopContent svg{
             margin-left: 10px;
         }

     .contactItem{
         text-align: center;
     }
.contactItem strong{
    font-size: 22px;
    margin-bottom: 10px;
    display: block;
}
     .contactItemTop{
         width: 100px;
         margin: 0 auto;
         margin-bottom: 17px;
         border: solid 4px #0F203C;
         border-radius: 50%;
         height: 100px;justify-content: center;
         align-items: center;
         padding: 15px;
     }.contactItemTop svg{
               width: 65px;
               height: 65px;
           }
     .contactItemBottom{

     }
     .contactItemBox{

     }
     .contactItemBox a{
         background: #d9d9d961;
         border-radius: 10px;
         padding: 15px;
         margin-bottom: 18px;
         display: block;
         direction: ltr;
         color: #424242;
         font-size: 15px;
         font-weight: bold;transition: .4s;
     }.contactItemBox a:hover{
    background: #FFB81C;color: #fff;
           }.searchSectionContent{
                margin: 0 auto;
                color: #fff;
                padding: 38px 140px;
                background: url('/img/Group 1261153521.webp');
                background-color: #0F203C;
                background-position: top;
                border-top-right-radius: 50px;
                border-bottom-right-radius: 50px;
                text-align: center;
            }
.searchProduct img{
    height: 100%;
}

@media (max-width: 992px) {
    .searchSectionContent {
        width: 100%;
        margin: 0 auto;
        padding: 35px 23px;
    }.fullSearch {
         flex-wrap: wrap;
     }.fullSearch div {
          flex: 0 0 50%;
          padding: 0 10px;
          margin-bottom: 20px;
      }
}