/*for mobile*/
@media only screen and (max-width:760px) {
.pb-6 {padding-bottom: 2rem !important;}
.pt-6 {padding-top: 2rem !important;}
.pb-7 {padding-bottom: 2.5rem !important;}
.pt-7 {padding-top: 2.5rem !important;}
.pb-8 {padding-bottom: 3rem !important;}
.pt-8 {padding-top: 3rem !important;}
.mb-5 {margin-bottom: 1.5rem !important;}
.mt-5 {margin-top: 1.5rem !important;}
.mb-4 {margin-bottom: 1rem !important;}
.mt-4 {margin-top: 1rem !important;}
.pb-5 {padding-bottom: 1.5rem !important;}
.pt-5 {padding-top: 1.5rem !important;}
.brand-logo{max-width: 180px; margin-right: 0px;}
body{font-size: 13px;}
.fugu-responsive-btn {display: block;}
.banner_section {padding-bottom: 50px; padding-top: 150px;}
.banner_content h1 {font-size: 35px;}
.banner_content p {width: 100%;line-height: 23px;}
.heading_text h2 {font-size: 25px;}
.heading_text h4 {font-size: 14px;line-height: 22px;}
.trading_img.left_padding {padding-left:00px; padding-right: 00px; width: 250px;}
.Direct_Access_box.big_img img {margin-bottom: 10px;width: 50px;}
.Services_box span {margin-bottom: 10px;}
.top_header {font-size: 12px;}
.mb-3 {margin-bottom: .8rem !important;}
header.menu_fixed {padding: 10px 0px;}
.about_list li {width: 100% !important;}






}
/*for medium mobile*/
@media only screen and (min-width:480px) and (max-width:760px) {
  

}
/*for tablet*/
@media only screen and (min-width:760px) and (max-width:1000px) {

}

/*for sm destop*/
@media only screen and (min-width:1000px) and (max-width:1200px) {
   
 }

/*for destop*/
@media (min-width: 1200px){
    

 }




