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: Montserrat;
    src: url('../fonts/Montserrat-Regular.eot');
    src: url('../fonts/Montserrat-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Montserrat-Regular.woff2') format('woff2'),
        url('../fonts/Montserrat-Regular.woff') format('woff'),
        url('../fonts/Montserrat-Regular.ttf') format('truetype'),
        url('../fonts/Montserrat-Regular.svg#Montserrat-Regular') format('svg');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: Montserrat;
    src: url('../fonts/Montserrat-Medium.eot');
    src: url('../fonts/Montserrat-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Montserrat-Medium.woff2') format('woff2'),
        url('../fonts/Montserrat-Medium.woff') format('woff'),
        url('../fonts/Montserrat-Medium.ttf') format('truetype'),
        url('../fonts/Montserrat-Medium.svg#Montserrat-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: Montserrat;
    src: url('../fonts/Montserrat-SemiBold.eot');
    src: url('../fonts/Montserrat-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Montserrat-SemiBold.woff2') format('woff2'),
        url('../fonts/Montserrat-SemiBold.woff') format('woff'),
        url('../fonts/Montserrat-SemiBold.ttf') format('truetype'),
        url('../fonts/Montserrat-SemiBold.svg#Montserrat-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
/*-- font family secion end ---*/

/*--- header section start ---*/
.logo_img img {
    width: 139px;
}
.head_bg {
    background: #fff;
}
.header_nav ul li:first-child{
    margin-left: 0;
}  
.hd_contact, .contactnow_rtbox .box .btn {
    padding: 10px 20px;
    display: inline-block;
    color: #fff;
    transition: all 500ms ease-in-out;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    border-radius: 25px;
    line-height: 22px;
    background: #d78900;
}
.hd_contact:hover ,.contactnow_rtbox .box .btn:hover{
    color: #fff;
    box-shadow: inset 0 80px #000;
}
.hd_contact2 {
    background: #fff;
    color: #000;
}
.navbar-default.navbar-shrink .head_bg {
    box-shadow: 0px 0px 15px -8px #8f8f8f;
}
/*--- banner section start ---*/
.banner_info {
    margin-top: 78px;
    position: relative;
    z-index: 0;
}
.banner_info::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000c22;
    background: linear-gradient(270deg, rgb(0 12 34 / 0%) 0%, rgb(0 12 34 / 0%) 46%, rgb(0 12 34 / 60%) 64%, rgb(0 12 34 / 78%) 100%);
}
.banner_disc {
    position: absolute;
    top: 50%;
    left: 8%;
    width: 610px;
    transform: translatey(-50%);
}
.banner_smalltext {
    font-size: 18px;
    color: #d78900;
    font-weight: 600;
    margin-bottom: 18px;
    line-height: 24px;
    text-transform: uppercase;
}
.banner_texthd {
    font-weight: bold;
    margin-bottom: 15px;
    font-size: 40px;
    line-height: 45px;
    color: #fff;
    text-transform: uppercase;
}
.banner_text_para {
    font-size: 16px;
    line-height: 23px;
    font-weight: 400;
}
.banner_rtdetailbox {
    position: absolute;
    bottom: 0;
    right: 8%;
    transform: translatey(-50%);
}
.bn_rtdtailmn {
    display: flex;
    align-items: center;
    background: rgb(255 255 255 / 15%);
    margin-bottom: 15px;
    border: 1px solid rgb(255 255 255 / 26%);
    padding: 15px 12px;
    border-radius: 6px;
}
.bnrt_detialicon {
    width: 36px;
    height: 36px;
    border-radius: 5px;
    background: rgb(255 255 255 / 40%);
    display: flex;
    align-items: center;
    justify-content: center;
}
.bnrt_detialicon img{
    width: 14px;
}
.bn_detialtext {
    width: 80%;
    margin-left: 10px;
    font-size: 14px;
}
.bn_detialtext strong {
    display: block;
    color: #fff;
    font-weight: 500;
}
.bn_detialtext a{
    color: #fff;
    font-weight: 500;
}
/*-- banner section end --*/

/*-- about section start --*/
.about_info {
    padding: 105px 0 140px;
}
.about_righttext {
    padding-right: 90px;
}
.about_leftimg img {
    height: 557px;
    width: 100%;
    border-radius: 20px;
    object-fit: cover;
}
.about_leftimg {
    padding-right: 60px;
}
.mainsmall_text {
    color: #000000;
    font-weight: 500;
    display: inline-block;
    padding: 6px 25px;
    line-height: 22px;
    margin-bottom: 18px;
    text-transform: uppercase;
    background: #D78900;
    background: linear-gradient(90deg, #d78900 0%, rgb(215 137 0 / 56%) 35%, rgb(215 137 0 / 0%) 100%);
}
.main_text_hd {
    font-size: 40px;
    line-height: 52px;
    color: #2c3a55;
    font-weight: bold;
    margin-bottom: 15px;
}
.main_text_para {
    font-size: 16px;
    color: #343434;
    margin-bottom: 10px;
}
/*-- about section end --*/

/*--- services section start --*/
.serve_bgmain {
    background: #f7f7f9;
    border-radius: 20px;
    margin-top: 30px;
}
.serveiocn {
    width: 70px;
    margin-bottom: 25px;
}
.serve_textpara {
    color: #2c3a55;
}
.serve_lttext {
    padding: 60px 40px 60px 90px;
}
.serve_rttext {
    padding: 60px 90px 60px 40px;
}
.serve_linkbtn {
    font-size: 14px;
    color: #2c3a55;
    font-weight: 500;
    border: 1px solid #121212;
    padding: 4px 8px 4px 25px;
    display: inline-block;
    border-radius: 25px;
    text-transform: uppercase;
}
.serve_linkbtn img{
    margin-left: 10px;
}
.serve_rtimg {
    width: 100%;
    height: 100%;
}
.serve_rtimg img {
    height: 100%;
    object-fit: cover;
    border-radius: 0 20px 20px 0;
}
.serve_ltimg img{
    border-radius: 20px 0 0 20px;
}
/*--- services section end --*/

/*--- chooseus section start --*/
.choose_info {
    background: #f7f7f9;
    margin-top: 100px;
}
.choose_leftbox {
    padding: 60px 70px 53px 110px;
}
.ch_icon {
    width: 64px;
    height: 62px;
    border-radius: 10px;
    background: #e4e4fc;
    padding: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.ch_icon img {
    width: 32px;
}
.choose_text {
    font-size: 16px;
    color: #2c3a55;
    width: 75%;
    font-weight: bold;
    margin-left: 18px;
}
.choose_imgright {
    width: 100%;
    height: 100%;
}
.choose_imgright img {
    height: 100%;
    object-fit: cover;
}
/*--- chooseus section end --*/

/*--- contactnow section start --*/
.contactnow_info{
    background: url(../images/cntmain_bgimg.jpg) no-repeat center;
    background-size: cover;
    padding: 107px 0 100px;
}
.cntdetail_icon {
    width: 48px;
    margin-right: 10px;
}
.cnt_detailtext strong {
    font-size: 14px;
    color: #2c3a55;
    font-weight: 600;
    text-transform: uppercase;
    display: block;
}
.cnt_detailtext a {
    color: #2c3a55;
    font-weight: 600;
}
.contactnow_rtbox .box .form-control ,.contactnow_rtbox .box select{
    border: none;
    border-radius: 8px;
    background: #f2f2f8;
    padding: 15px 20px;
    width: 100%;
    box-shadow: none;
    outline: none;
    font-size: 14px;
    color: #2c3a55;
}
.contactnow_rtbox .box .form-control::placeholder {
    color: #2c3a55;
}
.contactnow_rtbox .box select{
    background: url("../images/drop_arrow.png") #f2f2f8 no-repeat center right 10px;
    -webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.contactnow_rtbox .box textarea{
    height: 100px;
    resize: none;
}
/*--- contactnow section end --*/

/*-- serveare section start --*/
.servearea_info{
    background: url(../images/servicearea_bg.jpg) no-repeat center;
    background-size: cover;
    padding-top: 65px;
}
.serve_texttop {
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 600;
    border-left: 3px solid #ffffff;
    padding-left: 10px;
    margin-bottom: 10px;
}
.locate_toptext {
    background: #fff;
    margin-bottom: 20px;
    display: inline-block;
    padding: 10px 30px;
    border-radius: 25px;
    margin-right: 12px;
}
.locate_toptext strong {
    border-radius: 25px;
    font-size: 16px;
    background-image: linear-gradient(to right, #e8353a, #4a7ace);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-weight: 500;
    text-transform: uppercase;
    position: relative;
}
.locate_toptext:hover {
    box-shadow: inset 0 80px #000;
}
/* .locate_listbox2 {
    width: 75%;
} */
.serve_locatelist ul li {
    background: url(../images/locate_icon.png) no-repeat left 5px;
    font-size: 15px;
    padding: 0px 0 5px 20px;
    line-height: 25px;
    font-weight: 600;
    list-style: none;
    background-size: 14px;
    font-family: Montserrat;
}
.serve_locatelist2 {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(235px, 1fr));
}
.serve_locatelist ul li a{
    color: #fff;
}
.serve_rtimgbox {
    margin-top: -250px;
    width: 75%;
}
.servearea_toptext .mainsmall_text{
    border: 1px solid #fff;
}
/*-- serveare section end --*/

/*-- brand section start --*/
.brand_info{
    padding: 100px 0;
}
.brand_logobox {
    box-shadow: 0px 0px 8px -4px #494949;
    padding: 35px 0;
    text-align: center;
}
.brand_logobox img {
    width: 180px;
}
/*-- brand section end --*/

/*--- footer section start ---*/
.footer_bg {
    background: #000000;
    padding: 90px 0 30px;
}
.footer_logo {
    width: 212px;
} 
.footer_detailimg {
    display: flex;
    align-items: center;
    justify-content: center;
}
.footer_social a ,.footer_detailimg{
    width: 31px;
    height: 31px;
    border-radius: 15px;
    background: #d88a00;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
}
.footer_social img{
    width: 15px;
}
.footer_head2{
    padding-left: 30px;
}
.footer_list ul li {
    margin-bottom: 7px;
}
.footer_list ul li a {
    color: #ffffff;
    font-size: 14px;
}
.footer_list ul li a:hover{
    color: #d88a00;
}
.footer_text_left {
    width: 88%;
}
.footer_text_left, .footer_text_left a {
    font-size: 14px;
    color: #ffffff;
    font-weight: 400;
}
.footer_text_left a:hover{
    color: #d88a00;
}
.footer_detailimg img {
    width: 15px;
    vertical-align: baseline;
}
.footer_texthd {
    font-size: 20px;
    line-height: 28px;
    color: #d88a00;
    font-weight: bold;
    margin-bottom: 15px;
}
.ft_copytext {
    background: #000;
    padding: 20px 0;
    color: #fff;
    text-align: center;
    font-size: 14px;
    border-top: 1px solid #fff;
}
.ft_copytext a{
    color: #fff;
}
.ft_copytext a:hover{
    color: #03b6ef;
}
/*---- footer section end ----*/

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

#back_to_top:hover{
    box-shadow: inset 0 80px #000;
}

/*-- inner page head --*/

.site-content, .site-main .widecolumn {
    margin-left: 0px !important;
}
.page .entry-header, .blog_page_header ,.inner_pagebanner{
    background: url("../images/banner_innerimg.jpg") #fff no-repeat center !important;
    background-size: cover !important;
    max-width: 100% !important;
    padding: 200px 0 60px !important;
    margin: 90px 0 0 !important;
    position: relative;
    overflow: hidden;
    text-align: center;
}
.page .entry-header:before, .blog_page_header:before ,.inner_pagebanner: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;
}
.entry_textpara {
    color: #fff;
    margin-top: 15px;
    position: relative;
    z-index: 99;
}
.breadcrumb-container {
    width: 100%;
    color: #f26d20;
    position: relative;
    font-size: 15px;
}
.breadcrumb-container a {
    color: #f26d20;
}
.contact_left_box {
    background: #e4e4e4;
    min-height: 100%;
    padding: 65px 20px 25px 20px;
    border-radius: 20px 20px 0 0;
    position: relative;
    box-shadow: 5px 5px 0px #c5c5c5;
}
.cont_left_icon {
    width: 60px;
    height: 60px;
    background: #d78900;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 40px 40px 0 0;
    position: absolute;
    top: -25px;
    left: 20px;
    box-shadow: 4px 4px 0px #a36a07;
}
.cont_left_icon img{
    width: 30px;
}
.contact_left_text strong {
    color: #d78900;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
    display: block;
}
.contact_left_text {
    font-size: 15px;
    color: #000;
    font-weight: 500;
    border: 1px solid #c5c5c5;
    min-height: 105px;
    padding: 10px;
}
.contact_left_text a {
    color: #000;
}
.wpcf7-spinner{
    display: none !important;
}
.inner_text_hd {
    font-size: 28px;
    font-weight: 600;
    color: #050606;
    line-height: 35px;
    margin-bottom: 15px;
}
.inner_text_hd strong {
    color: #d78900;
    font-weight: 600;
}
.cta_middinfo {
    background: #000;
    padding: 30px 25px;
    margin-top: 40px;
    text-align: center;
}
.inner_serveinfo {
    margin-top: 50px;
}
.inner_servebox {
    box-shadow: 0px 0px 7px -2px #8b8b8b;
    padding: 15px;
    min-height: 100%;
}
.inner_servebox .inner_text_hd {
    font-size: 18px;
    line-height: 24px;
    color: #d78900;
}
.ctainner_info {
    background: #d78900;
    text-align: center;
    padding: 50px 25px;
    margin-top: 40px;
}
.cta_middinfo .hd_contact:hover{
    box-shadow: inset 0px 80px #fff;
    color: #000;
}

.page-id-16 .entry-header ,.page-id-18 .entry-header{
    display: none;
}
.inner_page_list ul li {
    background: url(../images/checkmark.png) no-repeat left 4px;
    font-size: 16px;
    color: #252525;
    padding: 0px 0 6px 25px;
    line-height: 25px;
    font-weight: 400;
    list-style: none;
    background-size: 20px;
}
.inner_page_list ul li strong{
   font-weight: 600;
   color: #000;
}
.inner_small_text {
    font-size: 14px;
    color: #d78900;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-weight: 600;
}
.service_location_list ul {
    padding: 0;
    margin: 0 0 35px 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.service_location_list ul li {
    padding: 0;
    margin: 0;
    list-style: none;
    width: 20%;
    position: relative;
    padding-left: 35px;
    margin-top: 6px;
}
.service_location_list ul li:before {
    background: url(../images/location_icon.png) no-repeat;
    background-size: 100%;
    width: 20px;
    height: 20px;
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto 0;
}
.service_location_list ul li a {
    color: #282828;
}
.inner_text_locate {
    font-size: 18px;
    font-weight: 600;
    color: #d78900;
    line-height: 25px;
    border-left: 3px solid #d78900;
    padding-left: 10px;
    margin-bottom: 15px;
}
.inner_locatebox {
    margin-top: 50px;
}
.inner_ctagetquote {
    border: 1px solid #c2c2c2;
    padding: 20px;
}
.footer_fixed_buttons {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 99;
    display: flex;
}
.footer_btn1 {
    width: 50%;
    background: #d88a00;
    color: #fff !important;
    padding: 10px 0;
    font-weight: bold;
    display: inline-block;
	font-size: 14px;
}
.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;
	font-size: 14px;
}
.error_container {
   display: flex;
   min-height: 100vh;
   align-items: center;
   text-align: center;
}
.error_container img {
    width: 200px;
}
/*-- Responsive css start --*/
@media only screen and (min-width : 320px) and (max-width : 1024px) {
.header_nav ,.header_right_icon ,.banner_rtdetailbox{
    display: none;
}
.rmp-menu-title-image {
    background: #fff;
    padding: 10px;
    width: 140px;
    margin-bottom: 40px !important;
}
.logo_img img {
    width: 110px;
}
.head_bg {
    padding: 8px 0;
}
.banner_info {
    margin-top: 70px;
}
.banner_info img {
    height: 450px;
    object-fit: cover;
}
.banner_disc {
    left: 2%;
    width: 315px;
}
.banner_texthd {
    margin-bottom: 8px;
    font-size: 28px;
    line-height: 30px;
}
.banner_text_para {
    font-size: 15px;
    line-height: 22px;
}
.banner_smalltext {
    font-size: 15px;
    margin-bottom: 15px;
}
.bnrt_detialicon img {
    height: auto;
}
.about_info {
    padding: 45px 0 60px;
}
.about_leftimg img {
    height: auto;
}
.about_leftimg {
    padding-right: 0;
    margin-bottom: 30px;
}
.main_text_hd {
    font-size: 24px;
    line-height: 32px;
}
.serve_lttext {
    padding: 30px 15px;
}
.serve_rttext {
    padding: 30px 15px;
}
.choose_info {
    margin-top: 40px;
}
.choose_leftbox {
    padding: 40px 15px 50px;
}
.choose_text {
    width: 100%;
    margin-left: 0;
    margin-top: 20px;
}
.contactnow_info {
    padding: 50px 0;
}
.cntdetailbox {
    margin-bottom: 25px;
}
.serve_rtimgbox {
    display: none;
}
.brand_info {
    padding: 45px 0 30px;
}
.brand_col {
    margin-bottom: 20px;
}
.brand_logobox img {
    width: 110px;
}
.brand_logobox {
    padding: 30px 0;
}
.footer_bg {
    padding: 50px 0 0;
}
.footer_head2 {
    padding-left: 0;
}
.footer_head {
    margin-bottom: 30px;
}
.footer_logo {
    width: 130px;
}
.ft_copytext {
    padding: 15px 0 60px;
}
#back_to_top {
    bottom: 50px;
}
.page .entry-header, .blog_page_header, .inner_pagebanner {
    padding: 110px 0 35px !important;
    margin: 70px 0 0 !important;
}
.page .entry-title, .blog_page_title {
    font-size: 25px;
}
.inner_imgbox {
    margin-bottom: 40px;
}
.inner_text_hd {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 10px;
}
.cta_middinfo {
    padding: 20px 15px;
    margin-top: 20px;
}
.ctainner_info {
    padding: 25px 15px;
    margin-top: 30px;
}
.service_location_list ul li {
    width: 100%;
}
}

@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) {
.banner_disc {
    left: 2%;
    width: 380px;
}
.banner_rtdetailbox {
    display: block;
}
.choose_text {
    width: 70%;
    margin-left: 10px;
    margin-top: 0;
}
.serve_rtimgbox {
    margin-top: -130px;
    width: 80%;
}
}

@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : landscape) {
.banner_disc {
    left: 2%;
    width: 380px;
}
.banner_rtdetailbox {
    display: block;
}
.choose_text {
    width: 70%;
    margin-left: 10px;
    margin-top: 0;
}
.serve_rtimgbox {
    margin-top: -130px;
    width: 80%;
}
}

/* 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) {
.banner_disc {
    left: 4%;
}
.banner_rtdetailbox {
    right: 4%;
}
.choose_leftbox {
    padding: 60px 70px 53px 60px;
}
.serve_lttext {
    padding: 60px 40px 60px 45px;
}
}

@media screen and (min-width: 1624px) {
.banner_disc {
    left: 10%;
}
.banner_rtdetailbox {
    right: 10%;
}
.about_righttext {
    padding-right: 160px;
}
.serve_lttext {
    padding: 60px 80px 60px 145px !important;
}
.serve_rttext {
    padding: 60px 145px 60px 80px !important;
}
.choose_leftbox {
    padding: 60px 70px 53px 150px;
}
}

@media screen and (min-width: 1920px) {
.banner_disc {
    left: 14%;
}
.banner_rtdetailbox {
    right: 16%;
}
.about_righttext {
    padding-right: 285px;
}
.serve_lttext {
    padding: 60px 80px 60px 300px !important;
}
.serve_rttext {
    padding: 60px 300px 60px 80px !important;
}
.choose_leftbox {
    padding: 60px 70px 53px 300px;
}
}

@media screen and (min-width: 2048px) {
.banner_disc {
    left: 18%;
}
.banner_rtdetailbox {
    right: 18%;
}
.about_righttext {
    padding-right: 380px;
}
.serve_lttext {
    padding: 60px 80px 60px 365px !important;
}
.serve_rttext {
    padding: 60px 364px 60px 80px !important;
}
.choose_leftbox {
    padding: 60px 70px 53px 365px;
}
}

@media screen and (min-width: 2550px) {
.banner_disc {
    left: 24%;
}
.banner_rtdetailbox {
    right: 24%;
}
.about_righttext {
    padding-right: 620px;
}
.serve_lttext {
    padding: 60px 80px 60px 620px !important;
}
.serve_rttext {
    padding: 60px 620px 60px 80px !important;
}
.serve_ltimg img {
    width: 100%;
}
.serve_rtimg img {
    width: 100%;
}
.choose_leftbox {
    padding: 60px 70px 53px 620px;
}
}   
