a{
    text-decoration: none !important;
    transition: all 0.6s;
}

body,
html {
  height: 100%;
}
/* 
p{
    margin: 0;
    padding: 0;
} */

body {
  font-family: Poppins;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
  transition: 0.5s;
}

button,
input,
select,
textarea {
  font-size: 100%;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  transition: 0.3s !important;
}

a:focus {
    outline: 0;
}

ul{
    padding: 0;
    margin: 0;
}

ul li{
    list-style-type: none;
}

.btn-primary.focus,
.btn-primary:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: none;
}

/*---- font family secion start -----*/
@font-face {
    font-family: Poppins;
    src: url('../fonts/Poppins-Regular.eot');
    src: url('../fonts/Poppins-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Poppins-Regular.woff2') format('woff2'),
        url('../fonts/Poppins-Regular.woff') format('woff'),
        url('../fonts/Poppins-Regular.ttf') format('truetype'),
        url('../fonts/Poppins-Regular.svg#Poppins-Regular') format('svg');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: Poppins;
    src: url('../fonts/Poppins-Medium.eot');
    src: url('../fonts/Poppins-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Poppins-Medium.woff2') format('woff2'),
        url('../fonts/Poppins-Medium.woff') format('woff'),
        url('../fonts/Poppins-Medium.ttf') format('truetype'),
        url('../fonts/Poppins-Medium.svg#Poppins-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: Poppins;
    src: url('../fonts/Poppins-SemiBold.eot');
    src: url('../fonts/Poppins-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Poppins-SemiBold.woff2') format('woff2'),
        url('../fonts/Poppins-SemiBold.woff') format('woff'),
        url('../fonts/Poppins-SemiBold.ttf') format('truetype'),
        url('../fonts/Poppins-SemiBold.svg#Poppins-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: Poppins;
    src: url('../fonts/Poppins-Bold.eot');
    src: url('../fonts/Poppins-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Poppins-Bold.woff2') format('woff2'),
        url('../fonts/Poppins-Bold.woff') format('woff'),
        url('../fonts/Poppins-Bold.ttf') format('truetype'),
        url('../fonts/Poppins-Bold.svg#Poppins-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: AcuminPro;
    src: url('../fonts/AcuminPro-Semibold.eot');
    src: url('../fonts/AcuminPro-Semibold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/AcuminPro-Semibold.woff2') format('woff2'),
        url('../fonts/AcuminPro-Semibold.woff') format('woff'),
        url('../fonts/AcuminPro-Semibold.ttf') format('truetype'),
        url('../fonts/AcuminPro-Semibold.svg#AcuminPro-Semibold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: AcuminPro;
    src: url('../fonts/AcuminPro-Bold.eot');
    src: url('../fonts/AcuminPro-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/AcuminPro-Bold.woff2') format('woff2'),
        url('../fonts/AcuminPro-Bold.woff') format('woff'),
        url('../fonts/AcuminPro-Bold.ttf') format('truetype'),
        url('../fonts/AcuminPro-Bold.svg#AcuminPro-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: AcuminPro;
    src: url('../fonts/AcuminPro-Black.eot');
    src: url('../fonts/AcuminPro-Black.eot?#iefix') format('embedded-opentype'),
        url('../fonts/AcuminPro-Black.woff2') format('woff2'),
        url('../fonts/AcuminPro-Black.woff') format('woff'),
        url('../fonts/AcuminPro-Black.ttf') format('truetype'),
        url('../fonts/AcuminPro-Black.svg#AcuminPro-Black') format('svg');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: SouthScript;
    src: url('../fonts/SouthScript.eot');
    src: url('../fonts/SouthScript.eot?#iefix') format('embedded-opentype'),
        url('../fonts/SouthScript.woff2') format('woff2'),
        url('../fonts/SouthScript.woff') format('woff'),
        url('../fonts/SouthScript.ttf') format('truetype'),
        url('../fonts/SouthScript.svg#SouthScript') format('svg');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
/*-- font family secion end --*/

/*---- header section start ---*/
.header_topbg{
    transition: all 500ms ease-in-out;
}
.hd_contact ,.contacthm_form .box .btn{
    font-size: 16px;
    color: #130c0d;
    font-weight: 600;
    border-radius: 25px;
    padding: 10px 30px;
    display: inline-block;
    background: linear-gradient(90deg, #fbcb7d 0%, #cb9d37 50%, #edc977 100%);
    text-transform: uppercase;
    transition: all 500ms ease-in-out;
}
.hd_contact:hover {
    box-shadow: inset 0 80px #cd9f3a;
	color: #fff;
}
.hd_contact img{
    width: 13px;
    margin-right: 8px;
}
.hd_contact2{
    background: #fff;
}
.header_nav ul li:first-child{
    margin-left: 0;
}
.navbar-shrink .header_topbg {
    background: rgb(0 0 0 / 80%);
}
/*-- banner sectiion start --*/
.banner_info {
    position: relative;
    z-index: 0;
}
.banner_info::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 40%);
}
.banner_info::after{
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000000;
    background: linear-gradient(0deg, rgb(0 0 0 / 0%) 0%, rgb(0 0 0 / 0%) 71%, rgb(0 0 0 / 100%) 100%);
}
.banner_disc {
    position: absolute !important;
    top: 50%;
    left: 50%;
    max-width: 48%;
    text-align: center;
    transform: translate(-50%, -50%);
    z-index: 1;
    width: 100%;
}
.banner_texthd {
    font-size: 33px;
    line-height: 38px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 800;
    text-align: center;
    padding-bottom: 10px;
    font-family: AcuminPro;
}
.banner_texthdpara {
    color: #fff;
    font-size: 13px;
    line-height: 29px;
    padding-bottom: 30px;
    text-transform: uppercase;
    font-weight: 500;
}
.banner_info .ms-nav-prev {
    background: url(../images/banner_leftarrow.png) no-repeat !important;
    width: 20px !important;
    height: 40px !important;
    background-size: 20px !important;
}
.banner_info .ms-nav-next {
    background: url(../images/banner_rightarrow.png) no-repeat !important;
    width: 20px !important;
    height: 40px !important;
    background-size: 20px !important;
}
/*-- banner sectiion start ---*/

/*--- support section start ----*/
.support_info {
    background: rgb(0 0 0 / 60%);
    position: relative;
    margin-top: -72px;
}
.supp_boxitem {
    display: flex;
    align-items: center;
    padding: 12px 0;
}
.supp_icon {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}
.supp_icon img{
    width: 28px;
}
.supp_texthd {
    font-weight: bold;
    color: #fff;
    width: 70%;
    margin-left: 10px;
}
.supp_rtbd {
    border-left: 1px solid rgb(255 255 255 / 11%);
    padding-left: 25px;
}
.marquee-wrapper {
    background: #cd9f3a;
    padding: 15px 0;
    overflow: hidden;
}
.marquee-track {
  display: flex;
  width: max-content;
  color: #fff;
  font-size: 30px;
  letter-spacing: 2px;
  line-height: 40px;
  font-family: AcuminPro;
  font-weight: 800;
  text-transform: uppercase;
  animation: scroll 20s linear infinite;
}
.marquee-wrapper:hover .marquee-track {
  animation-play-state: paused;
}
@keyframes scroll {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}

/*--- support section end ----*/

/*---- about section start ---*/
.about_info{
    background: #141414;
    padding: 90px 0 95px;
}
.about_leftbox {
    padding: 0 60px 0 20px;
}
.main_text_hd {
    font-size: 35px;
    line-height: 44px;
    text-transform: uppercase;
    color: #000;
    font-weight: 800;
    font-family: AcuminPro;
    margin-bottom: 15px;
}
.main_text_para{
    font-size: 14px;
}
.small_maintext {
    font-family: SouthScript;
    font-size: 20px;
    color: #cd9f3a;
    line-height: 28px;
    margin-bottom: 12px;
}
.about_rightbox {
    margin-left: 60px;
}
.about_rightimg img {
    height: 293px;
    width: 100%;
    object-fit: cover;
    border-radius: 3px;
}
/*---- about section end ---*/

/*-- services section start --*/
.services_info {
    background: #141414;
    padding-bottom: 50px;
}
.serve_itembox{
    text-align: center;
}
.serve_imgbox {
    position: relative;
    width: 100%;
    overflow: hidden;
    border-radius: 5px;
}
/* Image */
.serve_imgbox img {
  width: 100%;
  height: 195px;
  object-fit: cover;
}
/* LEFT CURVE */
.serve_imgbox::before {
  content: "";
  position: absolute;
  left: -54px;
  top: 50%;
  transform: translateY(-50%);
  width: 75px;
  height: 75px;
  background: #141414;
  border-radius: 50%;
  z-index: 2;
}
/* RIGHT CURVE */
.serve_imgbox::after {
    content: "";
    position: absolute;
    right: -54px;
    top: 50%;
    transform: translateY(-50%);
    width: 75px;
    height: 75px;
    background: #141414;
    border-radius: 50%;
    z-index: 2;
}
.serve_1stbox .serve_imgbox::before ,.serve_lastbox .serve_imgbox::after{
    display: none;
}
.serve_texthd {
    font-size: 18px;
    line-height: 28px;
    text-transform: uppercase;
    color: #fff;
    font-weight: bold;
    padding: 27px 0 20px;
}
.service_btn {
    display: block;
    font-size: 14px;
    text-transform: capitalize;
}
.service_btn:hover{
    box-shadow: inset 0 80px #fff;
    color: #000;
}
/*-- services section end ----*/

/*--- contacthm section start ---*/
.contacthm_info{
    background: #141414;
}
.contacthm_left {
    padding-left: 55px;
}
.contacthm_bgbox {
    background: #1c1c1c  url(../images/cont_leftbgdes.png) no-repeat top -46px left;
    padding-top: 60px;
    position: relative;
    z-index: 0;
}
.contacthm_bgbox::before {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: url(../images/contact_bgcurbeimg.png) no-repeat top right;
    z-index: -1;
}
.contacthm_form .box .form-control, .contacthm_form .box select {
    padding: 14px 25px;
    width: 100%;
    font-size: 14px;
    font-weight: 500;
    border-radius: 25px;
    box-shadow: none;
    outline: none;
    border: 1px solid #c8c8c8;
}
.contacthm_form .box p{
    margin-bottom: 15px;
}
.contacthm_form .box textarea{
    height: 90px;
    resize: none;
}
.contacthm_form .form_bd1 .form-control {
    border-radius: 25px 25px 0 25px;
}
.contacthm_form .form_bd2 .form-control {
    border-radius: 25px 25px 25px 0;
}
.contacthm_form .form_bd3 .form-control {
    border-radius: 25px 0 25px 25px;
}
.contacthm_form .form_bd4 select {
    border-radius: 0 25px 25px 25px;
}
.contacthm_form .box select {
    background: url("../images/dropdown.png") #fff no-repeat center right 20px;
    -webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.contacthm_form .box .btn{
    width: 100%;
}
.wpcf7-spinner{
    display: none;
}
/*--- contacthm section end ---*/

/*---- gallery section start ---*/
.gallery_info{
    padding: 90px 0 105px;
    background: #141414;
}
.gallery_hmbox .wpcp-single-item{
    border: none !important;
}
.gallery_hmbox .wpcp-single-item img {
    height: 400px;
    object-fit: cover;
    border-radius: 10px;
}
.gallery_hmbox .swiper-button-prev {
    font-size: 65px !important;
    left: -30px !important;
}
.gallery_hmbox .swiper-button-next {
    font-size: 65px !important;
    right: -30px !important;
}
/*---- gallery section end ---*/

/*---- footer section start --*/
.footer_bg {
    background: #141414 url(../images/footer_bgimg.jpg) no-repeat bottom;
    padding-top: 60px;
    border-top: 1px solid rgb(255 250 234 / 7%);
}
.footer_hd_text {
    color: #cd9f3a;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.footer_list ul li {
    margin-bottom: 3px;
}
.footer_list ul li a {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
}
.footer_list ul li a:hover{
    color: #cd9f3a;
}
.footer_cnt_box {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}
.footer_cnt_text {
    color: #fff;
    font-size: 14px;
}
.footer_cnt_text a {
    color: #fff;
}
.footer_cnt_text a:hover{
    color: #cd9f3a;
}
.footer_cnt_img {
    width: 23px;
    height: 23px;
    border-radius: 50%;
    background: #fffaea;
    margin-right: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.footer_cnt_img img {
    width: 12px;
}
.footer_ndis {
    width: 110px;
}
.bd_rtfooter {
    border-right: 1px solid rgb(255 250 234 / 7%);
}
.footer_head {
    padding-left: 20px;
}
.masterbuild_ft {
    background: #fff;
    padding: 5px;
    margin-top: 25px;
    width: 169px;
}
.footer_socialbox img {
    width: 27px;
    margin-right: 8px;
}
.footer_copy_text {
    padding: 17px 0 22px;
    border-top: 1px solid rgb(255 250 234 / 7%);
    margin-top: 33px;
    font-size: 14px;
    color: #fff;
    text-align: center;
}
.footer_copy_text a{
    color: #fff;
}
.footer_copy_text a:hover{
    color: #cd9f3a;
}
/*---- footer section end --*/

/*  scroll top --*/
#back_to_top {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    border: none;
    outline: none;
    background: #cd9f3a;
    cursor: pointer;
    padding: 0px 10px;
    width: 40px;
    height: 40px;
    border-radius: 50px;
    transition: all 0.5s;
    border: 1px solid #fff;
}

#back_to_top:hover{
    background: #0e0e0e;
}

/*-- inner page start ---*/
.site-content, .site-main .widecolumn {
    margin-left: 0px !important;
}
.page .entry-header, .blog_page_header {
    background: url("../images/banner_img.jpg") #fff no-repeat center !important;
    background-size: cover !important;
    max-width: 100% !important;
    padding: 230px 0 50px !important;
    margin: 0 0 0 !important;
    position: relative;
    overflow: hidden;
    text-align: center;
}
.page .entry-header:before, .blog_page_header:before {
    background: rgba(0, 0, 0, 0.7);
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.page .entry-content {
    max-width: 100% !important;
    padding: 0px !important;
}
.content-area, .content-sidebar {
    padding-top: 0px !important;
}
.page .entry-title, .blog_page_title {
    color: #fff;
    position: relative;
    font-size: 32px;
    font-weight: 600;
    text-transform: uppercase;
    z-index: 99;
    margin-bottom: 3px;
}
.breadcrumb-container {
    width: 100%;
    color: #cd9f3a;
    position: relative;
    font-size: 15px;
}
.breadcrumb-container a {
    color: #cd9f3a;
}
.inner_text_hd {
    font-size: 28px;
    font-weight: 600;
    color: #050606;
    line-height: 35px;
    margin-bottom: 10px;
    font-family: AcuminPro;
}
.inner_text_hd strong {
    color: #cd9f3a;
    font-weight: 600;
}
.inner_text_para {
    font-size: 15px;
    color: #000;
    line-height: 24px;
    margin-bottom: 10px;
}
.inner_text_para p{
    margin-bottom: 10px;
}
.inner_page_list ul li {
    background: url(../images/checkmark.png) no-repeat left 4px;
    font-size: 15px;
    color: #111;
    padding: 0px 0 5px 30px;
    line-height: 23px;
    font-weight: 400;
    list-style: none;
    background-size: 20px;
}
.inner_page_list ul li strong{
    color: #cd9f3a;
    font-weight: 600;
}
.ctainner_info {
    background: #000 url(../images/cta_boxbgin.png) no-repeat;
    padding: 50px 25px;
    text-align: center;
    margin-top: 40px;
    background-position: bottom left;
}
.inner_serveinfo{
    margin-top: 40px;
}
.inner_servebox {
    box-shadow: 0px 0px 10px -4px #696969;
    padding: 15px;
    min-height: 100%;
    position: relative;
    overflow: hidden;
    z-index: 0;
}
.inner_servebox::before {
    position: absolute;
    content: "";
    top: -10px;
    right: -10px;
    width: 50px;
    height: 50px;
    background: #fff6e3;
    z-index: -1;
    border-radius: 50%;
}
.inner_servebox::after {
    position: absolute;
    content: "";
    bottom: -10px;
    left: -10px;
    width: 50px;
    height: 50px;
    background: #fff6e3;
    z-index: -1;
    border-radius: 50%;
}
.inner_servebox .inner_text_hd {
    font-size: 18px;
    line-height: 25px;
    color: #cd9f3a;
    margin-bottom: 10px;
}
.inner_text_para strong {
    color: #cd9f3a;
    font-weight: 600;
}
.review_page_box_inner {
    background: url("../images/quoteinner_icon.png") no-repeat;
    background-size: 50px;
    background-position: bottom 12px right 20px;
    border: 1px solid #ddd;
    padding: 30px 20px 45px;
    min-height: 100%;
}
.review_page_box_name {
    font-size: 17px;
    color: #cd9f3a;
    font-weight: 600;
}
.star_testinnericon {
    width: 100px;
    margin-bottom: 15px;
}
.contact_left_box {
    background: #000000;
    min-height: 100%;
    padding: 65px 20px 25px 20px;
    border-radius: 20px 20px 0 0;
    position: relative;
    box-shadow: 5px 5px 0px #cd9f3a;
}
.cont_left_icon {
    width: 60px;
    height: 60px;
    background: #cd9f3a;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0 25px 25px 25px;
    position: absolute;
    top: -25px;
    left: 10px;
    box-shadow: 4px 4px 0px #a07311;
}
.cont_left_icon img {
    width: 20px;
}
.contact_left_text {
    font-size: 15px;
    color: #ffffff;
    font-weight: 500;
    border: 1px solid #cd9f3a;
    min-height: 105px;
    padding: 10px;
}
.contact_left_text strong {
    color: #cd9f3a;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
    display: block;
}
.contact_left_text a {
    color: #fff;
}
.contact_left_text a:hover{
    color: #cd9f3a;
}
.right-sec-contact {
    background: #000;
    padding: 30px;
    border-radius: 25px;
}

.error_container {
   display: flex;
   min-height: 60vh;
   align-items: center;
   text-align: center;
}

.error_container img{
    width: 200px;
}

.footer_fixed_buttons {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 99;
    display: flex;
}
.footer_btn1 {
    width: 50%;
    background: #cd9f3a;
    color: #000 !important;
    padding: 10px 0;
    font-weight: bold;
    display: inline-block;
}
.footer_btn2 {
    background: #fff;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translatex(-50%);
    padding: 9px 12px;
    border-radius: 50%;
    width: 44px;
    height: 44px;
}
.footer_btn3 {
    width: 50%;
    background: #000;
    color: #fff !important;
    padding: 10px 0;
    font-weight: bold;
    display: inline-block;
}

/*-- responsive css start --*/
@media only screen and (min-width : 320px) and (max-width : 1024px) {
.header_logo img {
    width: 170px;
}
.rmp-menu-title-image {
    width: 175px;
    margin-bottom: 40px !important;
}
.header_nav {
    display: none;
}
.header_topbg {
    padding: 17px 0;
}
.banner_info img {
    height: 400px;
    object-fit: cover;
}
.banner_disc {
    max-width: 80%;
}	
.banner_texthd {
    font-size: 23px;
    line-height: 32px;
}	
.banner_texthdpara {
    line-height: 22px;
    padding-bottom: 20px;
}
.support_info {
    background: #000;
    margin-top: 0;
    padding: 15px 0;
}
.supp_boxitem {
    display: block;
}
.supp_rtbd {
    border-left: 0;
    padding-left: 15px;
}
.supp_texthd {
    width: auto;
    margin-left: 0;
    font-size: 13px;
    margin-top: 10px;
}
.marquee-track {
    font-size: 16px;
    line-height: 24px;
}
.about_info {
    padding: 45px 0 50px;
}
.about_leftbox {
    padding: 0;
    margin-bottom: 40px;
}
.main_text_hd {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 10px;
}
.about_rightbox {
    margin-left: 0;
}
.contacthm_form .form_bd1 .form-control ,
.contacthm_form .form_bd2 .form-control ,
.contacthm_form .form_bd3 .form-control ,
.contacthm_form .form_bd4 select{
    border-radius: 25px;
}
.services_info {
    padding-bottom: 30px;
}
.contacthm_left {
    padding-left: 0;
}
.contacthm_bgbox {
    padding-top: 35px;
}
.gallery_info {
    padding: 50px 0 45px;
}
.gallery_hmbox .swiper-button-next ,.gallery_hmbox .swiper-button-prev{
    display: none;
}
.footer_bg {
    padding-top: 40px;
}
.footer_head {
    padding-left: 0;
    margin-bottom: 30px;
}
.footer_copy_text {
    padding: 15px 0 60px;
    font-size: 13px;
    margin-top: 0;
}
#back_to_top {
    bottom: 50px;
}
.page .entry-header, .blog_page_header {
    padding: 150px 0 40px !important;
}
.page .entry-title, .blog_page_title {
    font-size: 24px;
}
.inner_imgbox {
    margin-bottom: 30px;
}
.inner_text_hd {
    font-size: 24px;
    line-height: 30px;
}
.hd_contact, .contacthm_form .box .btn {
    font-size: 14px;
}
.ctainner_info {
    padding: 30px 10px;
    margin-top: 30px;
}
}

@media only screen and (max-width : 320px) {

}

@media only screen and (min-width : 321px) and (max-width : 480px) {

}

@media only screen and (min-device-width : 375px) and (max-device-width : 667px) and (orientation : portrait) {

}

@media only screen and (min-device-width : 414px) and (max-device-width : 736px) and (orientation : portrait) {

}

@media only screen and (min-width : 481px) and (max-width : 767px) {

}

@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : portrait) {
.supp_boxitem {
    display: flex;
}
.supp_texthd {
    width: 67%;
    margin-left: 15px;
}
.banner_disc {
    max-width: 60%;
}
.about_leftbox {
    margin-bottom: 0;
}
}

@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : landscape) {
.supp_boxitem {
    display: flex;
}
.supp_texthd {
    width: 67%;
    margin-left: 15px;
}
.banner_disc {
    max-width: 60%;
}
.about_leftbox {
    margin-bottom: 0;
}
}

/* iPhone X/XS */
@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {

}

/* iPhone XR */
@media only screen and (min-device-width: 414px) and (max-device-width: 896px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {

}

/* iPhone XS Max */
@media only screen and (min-device-width: 414px) and (max-device-width: 896px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {

}

/* iPad Pro 10.5 inch */
@media only screen and (min-device-width: 1112px) and (max-device-width: 1112px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {

}

/* iPad Pro 12.9 inch */
@media only screen and (min-device-width: 1024px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {

}

@media only screen and (min-width : 1024px) and (max-width : 1200px) {

}

@media screen and (min-width: 1424px) {

}

@media screen and (min-width: 1624px) {

}

@media screen and (min-width: 1920px) {

}

@media screen and (min-width: 2048px) {

}

@media screen and (min-width: 2550px) {

}   