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: TrajanPro3;
    src: url('../fonts/TrajanPro3Regular.eot');
    src: url('../fonts/TrajanPro3Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/TrajanPro3Regular.woff2') format('woff2'),
        url('../fonts/TrajanPro3Regular.woff') format('woff'),
        url('../fonts/TrajanPro3Regular.ttf') format('truetype'),
        url('../fonts/TrajanPro3Regular.svg#TrajanPro3Regular') format('svg');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
/*-- font family secion end ---*/

/*--- header section start ---*/
.logo_img img {
    width: 127px;
}
.head_bg {
    background: #fff;
}
.header_nav ul li a:hover{
    color: #d31b21;
}
.header_nav ul li:first-child{
    margin-left: 0;
} 
.hd_contact ,.book_formcode .box .btn{
    padding: 12px 24px;
    display: inline-block;
    color: #fff;
    transition: all 500ms ease-in-out;
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    border-radius: 10px;
    background: #d31b21;
}
.hd_contact2{
    background: #444b62;
}
.hd_contact:hover ,.book_formcode .box .btn:hover{
    color: #fff;
    box-shadow: inset 0 80px #edbc3c;
}
.navbar-default.navbar-shrink .head_bg {
    box-shadow: 0px 0px 15px -8px #8f8f8f;
}
.navbar-default.navbar-shrink .header_top {
    margin-top: -58px;
}
/*--- banner section start ---*/
.banner_info {
    position: relative;
    margin-top: 110px;
    z-index: 0;
}
.banner_info img{
    border-radius: 0 0 50px 50px;
}
.banner_info::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ffffff;
    background: linear-gradient(90deg, rgb(255 255 255 / 11%) 0%, rgb(255 255 255 / 36%) 35%, rgb(255 255 255 / 0%) 100%);
    border-radius: 0 0 50px 50px;
    z-index: 1;
}
.banner_disc {
    position: absolute;
    top: 50%;
    left: 8%;
    width: 560px;
    transform: translatey(-50%);
    z-index: 1;
}
.banner_texthd {
    font-size: 50px;
    line-height: 70px;
    text-transform: uppercase;
    color: #000000;
    margin-bottom: 20px;
    font-family: TrajanPro3;
}
.banner_textpara {
    font-size: 18px;
    line-height: 28px;
    color: #000000;
    margin-bottom: 35px;
}
/*-- banner section end --*/

/*--- book appointment section start --*/
.bookappoint_info {
    padding: 140px 0 80px;
    background: #d31b21;
    margin-top: -55px;
}
.main_text_hd {
    font-size: 34px;
    line-height: 48px;
    text-transform: uppercase;
    color: #000;
    font-family: TrajanPro3;
    margin-bottom: 15px;
}
.main_text_para {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 12px;
}
.main_text_hd2 {
    font-size: 21px;
    line-height: 30px;
}
.book_formcode .box .form-control{
    width: 100%;
    padding: 12px 15px;
    border-radius: 10px;
    background: #eeeeee;
    outline: none;
    box-shadow: none;
    font-size: 14px;
}
.book_formcode .box textarea{
    height: 47px;
    resize: none;
}
.book_formcode .box .btn{
    width: 100%;
    background: #444b62;
}
.bookappoint_rtbox .book_formcode .wpcf7-not-valid-tip {
    color: #f3f696;
}
.wpcf7-spinner{
	display: none !important;
}
/*--- book appointment section end --*/

/*--- serve section start --*/
.services_info{
    padding: 100px 0 75px;
}
.small_texthd {
    border-radius: 10px;
    background: #fce8e9;
    border: 1px solid #d31c22;
    display: inline-block;
    font-size: 14px;
    letter-spacing: 4px;
    text-transform: uppercase;
    color: #000;
    padding: 5px 20px;
    margin-bottom: 30px;
}
.serveitem_box {
    box-shadow: 0px 0px 10px -6px #4e4e4e;
    border-radius: 20px;
    min-height: 100%;
    padding: 35px 30px 28px 40px;
    position: relative;
}
.serve_icon {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: #d31c22;
    display: flex;
    align-items: center;
    justify-content: center;
}
.serve_icon img{
    width: 40px;
}
.serve_itemtop:hover .serve_icon img{
    transform: rotateY(180deg);
}
.serve_flexbox {
    display: flex;
    align-items: center;
}
.serve_texthd {
    font-size: 22px;
    line-height: 30px;
    text-transform: uppercase;
    color: #181818;
    font-family: TrajanPro3;
    width: 70%;
    margin-left: 15px;
}
.serve_textpara {
    font-size: 15px;
    color: #181818;
    margin-top: 20px;
    border-top: 1px solid rgb(184 184 184 / 50%);
    padding-top: 20px;
}
.serve_linkbtn {
    font-size: 14px;
    line-height: 24px;
    color: #181818;
    font-weight: 500;
    margin-top: 30px;
    display: inline-block;
    position: relative;
    padding-left: 48px;
}
.serve_linkbtn::before {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
    width: 30px;
    height: 30px;
    background: #e3e9ef url(../images/serve_btnarrow.png) no-repeat center;
    background-size: 8px;
    border-radius: 50%;
}
.serve_linkbtn:hover{
    color: #d31c22;
}
.serve_numb{
    position: absolute;
    bottom: 0;
    right: 0;
    font-size: 58px;
    line-height: 58px;
    color: #eceef0;
    font-family: TrajanPro3;
}
.serveitem_lastbox {
    background: #444b62 url(../images/servebox_bgimg.png) no-repeat top -118px right -115px;
    padding: 55px 100px 40px 35px;
    border-radius: 20px;
}
.serveitem_lastbox .main_text_hd {
    font-size: 26px;
    line-height: 34px;
    color: #fff;
    margin-bottom: 40px;
}
/*--- serve section end --*/

/*-- about section start --*/
.about_info {
    background: #434b61 url(../images/about_dentim.png) no-repeat;
    background-position: bottom right 130px;
    background-size: 80px;
    padding: 100px 0;
    border-radius: 50px;
}
.about_leftimg{
    margin-right: 40px;
}
.about_leftimg img {
    border-radius: 50px;
    height: 465px;
    object-fit: cover;
}
/*-- about section end --*/

/*-- support form section end --*/
.support_info{
    padding: 100px 0 70px;
}
.supp_itembox {
    border-radius: 20px;
    border: 1px solid #d31c22;
    min-height: 100%;
    text-align: center;
    padding: 20px;
}
.supp_iconbox {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    background: #ffddde;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}
.supp_texthd {
    font-size: 20px;
    line-height: 24px;
    color: #181818;
    margin-top: 22px;
}
.supp_iconbox img{
    width: 48px;
    filter: brightness(0) saturate(100%) invert(12%) sepia(84%) saturate(5022%) hue-rotate(351deg) brightness(100%) contrast(90%);
}
.supp_topbox:nth-child(2) .supp_iconbox{
    background: #fbeacc;
}
.supp_topbox:nth-child(2) .supp_iconbox img{
    filter: brightness(0) saturate(100%) invert(69%) sepia(9%) saturate(1694%) hue-rotate(0deg) brightness(91%) contrast(90%);
}
.supp_topbox:nth-child(2) .supp_itembox{
    border: 1px solid #bd9d66;
}
.supp_topbox:nth-child(3) .supp_iconbox{
    background: #d6e0ff;
}
.supp_topbox:nth-child(3) .supp_iconbox img{
    filter: brightness(0) saturate(100%) invert(28%) sepia(8%) saturate(1619%) hue-rotate(189deg) brightness(93%) contrast(87%);
}
.supp_topbox:nth-child(3) .supp_itembox{
    border: 1px solid #444b62;
}
.supp_topbox:last-child .supp_iconbox{
    background: #ffeeba;
}
.supp_topbox:last-child .supp_iconbox img{
    filter: brightness(0) saturate(100%) invert(67%) sepia(96%) saturate(629%) hue-rotate(351deg) brightness(106%) contrast(102%);
}
.supp_topbox:last-child .supp_itembox{
    border: 1px solid #ffc40b;
}
/*-- support form section end --*/

/*-- testimonial section end --*/
.testimonial_info {
    padding: 100px 0 55px;
    background: #ffebec url(../images/testimonial_bgimg.png) no-repeat center;
    background-size: cover;
    background-blend-mode: multiply;
    border-radius: 50px;
}
.testimonial_code .sp-testimonial-free {
    padding: 62px 30px 30px 30px;
    margin-bottom: 40px;
}
.testimonial_code .sp-testimonial-content p {
    font-size: 15px !important;
    color: #1d1d1d !important;
    padding: 0 !important;
}
.testimonial_code .sp-testimonial-client-image {
    position: absolute;
    bottom: 10px;
    right: 17px;
    margin-bottom: 0 !important;
}
.testimonial_code .tfree-client-image.wp-post-image {
    width: 60px;
    border-radius: 0 !important;
    background: none !important;
}
.testimonial_code .sp-testimonial-client-rating {
    position: absolute;
    top: 8%;
    left: 50%;
    transform: translate(-50%);
}
/*-- testimonial section end --*/

/*-- gallery section end --*/
.gallery_info{
    padding: 95px 0 85px;
    overflow: hidden;
}
.gallery_code .wpcp-carousel-wrapper {
    margin: 0 -100px;
}
.gallery_code img {
    height: 280px !important;
    object-fit: cover !important;
    border-radius: 20px !important;
}
.gallery_code .wpcp-single-item{
    border: 0 !important;
}
/*-- gallery section end --*/

/*--- footer section start ---*/
.footer_bg {
    background: #444b62;
    padding-top: 95px;
    border-radius: 30px 30px 0 0;
}
.footer_hd_text {
    font-size: 20px;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 20px;
}
.footer_head {
    padding-left: 20px;
}
.footer_list ul ,.hours_ftlist ul{
    padding: 0;
    margin: 0;
}
.footer_list ul li {
    margin-bottom: 10px;
}
.footer_list ul li a {
    color: #fff;
    font-size: 14px;
}
.footer_list ul li a:hover{
    color: #d31b21;
}
.hours_ftlist ul li{
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    display: grid;
    grid-template-columns: 110px 1fr; /* First column is fixed, second takes the rest */
    margin-bottom: 10px;
}
.hours_ftlist ul li strong{
    font-weight: 400;
}
.footer_cnt_box {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}
.footer_cnt_text {
    color: #fff;
    font-size: 14px;
    width: 80%;
}
.footer_cnt_text a {
    color: #fff;
}
.footer_cnt_text a:hover {
    color: #d31b21;
}
.footer_social a{
   margin-bottom: 10px;
}
.footer_cnt_img {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #d92129;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 12px;
}
.footer_cnt_img img {
    width: 14px;
}
.footer_ftmap iframe{
    border-radius: 20px;
    margin-bottom: 0 !important;
}
.footer_copyinfo{
    padding: 22px 0 25px;
    border-top: 1px solid #fff;
    margin-top: 65px;
}
.footer_copy_text {
    font-size: 14px;
}
.footer_copy_text img{
    width: 118px;
}
/*---- footer section end ----*/

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

#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 {
    background: url(../images/innerbanner_bgimg.png) rgb(211 27 33 / 70%) no-repeat center !important;
    background-size: cover !important;
    max-width: 100% !important;
    padding: 200px 0 40px !important;
    margin: 128px 0 0 !important;
    position: relative;
    overflow: hidden;
    text-align: center;
}
.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;
    font-family: TrajanPro3;
}
.breadcrumb-container {
    width: 100%;
    color: #f26d20;
    position: relative;
    font-size: 15px;
}
.breadcrumb-container a {
    color: #f26d20;
}
.banner_innbtmtext {
    background: #d31b21;
    text-align: center;
    font-size: 20px;
    color: #fff;
    padding: 10px 0;
    font-weight: 600;
    text-transform: uppercase;
}
.inner_text_hd {
    font-size: 30px;
    font-weight: bold;
    color: #050606;
    line-height: 35px;
    margin-bottom: 15px;
}
.inner_text_hd {
    font-size: 28px;
    font-weight: bold;
    color: #050606;
    line-height: 35px;
    margin-bottom: 15px;
    margin-top: 0;
    font-family: TrajanPro3;
}
.inner_text_hd strong {
    color: #d31b21;
    font-weight: bold;
}
.inner_text_para {
    font-size: 15px;
    color: #484848;
    margin-bottom: 10px;
}
.inner_text_para p{
    margin-bottom: 10px;
}
.dent_bginfo {
    border: 1px solid #d9d9d9;
    margin-top: 50px;
    padding: 25px;
    border-left: 30px solid #d9d9d9;
}
.inner_denttexthd {
    font-size: 20px;
    color: #d31b21;
    margin-bottom: 10px;
    font-family: TrajanPro3;
    font-weight: bold;
}
.inner_cntbox {
    padding: 50px 30px;
    background: #000 url(../images/inner_ctabg.jpg) no-repeat center;
    background-size: cover;
    background-attachment: fixed;
    margin-top: 75px;
    position: relative;
    z-index: 0;
    text-align: center;
}
.inner_cntbox::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 65%);
    z-index: -1;
}
.inner_cntbox .inner_text_hd ,.inner_cntbox .inner_text_para{
    color: #fff;
}
.inner_serveinfo ,.inerfaq_info{
    margin-top: 80px;
}
.inner_servebox .inner_text_hd {
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 10px;
    color: #d31b21;
}
.inner_servebox {
    box-shadow: 0px 0px 7px -4px #404040;
    padding: 25px;
    min-height: 100%;
    border-top: 5px solid #d31b21;
}
.inner_faqcode .ea-header a {
    color: #fff !important;
    font-size: 17px !important;
}
.inner_faqcode .sp-ea-single {
    background: #d31b21 !important;
    border: 1px solid #d31b21 !important;
}
.inner_faqcode .ea-expand-icon {
    float: right !important;
    font-size: 10px !important;
    color: #fff !important;
}
.inner_contactbginfo {
    background: #e2edff;
    padding: 50px 0;
}
.contact_left_box {
    background: #444b62;
    min-height: 100%;
    padding: 65px 10px 24px 10px;
    border-radius: 0 0 25px 0;
    position: relative;
    border: 4px solid #d31b21;
}
.cont_left_icon {
    width: 60px;
    height: 60px;
    background: #d31b21;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0 0 25px 0;
    position: absolute;
    top: -15px;
    left: -20px;
    box-shadow: 3px 3px 0px #770105;
}
.cont_left_icon img {
    width: 20px;
}
.contact_left_text {
    font-size: 15px;
    color: #fff;
    font-weight: 500;
    padding: 10px;
}
.contact_left_text strong {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
    display: block;
}
.contact_left_text a {
    color: #fff;
}
.contact_stlist ul li strong {
    font-weight: 400;
    font-size: 14px;
}

.footer_fixed_buttons {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 99;
    display: flex;
}
.footer_btn1 {
    width: 50%;
    background: #d31b21;
    color: #fff !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: #fbeacb;
    color: #000 !important;
    padding: 10px 0;
    font-weight: bold;
    display: inline-block;
}

.error_container {
   display: flex;
   min-height: 100vh;
   align-items: center;
   text-align: center;
}
.inner_mapinfo iframe{
	margin-bottom: 0 !important;
}
/*-- responsive css start --*/
@media only screen and (min-width : 320px) and (max-width : 1024px) {
.header_nav ,.header_right_icon {
       display: none;
}
.head_bg {
    padding: 5px 0;
}
.rmp-menu-title-image {
    width: 115px;
    margin-bottom: 45px !important;
}
.logo_img img {
    width: 80px;
}
.banner_disc {
    left: 4%;
    width: 320px;
}
.banner_texthd {
    font-size: 22px;
    line-height: 23px;
    margin-bottom: 5px;
}
.banner_textpara {
    font-size: 16px;
    margin-bottom: 10px;
    line-height: 20px;
}
.banner_info img {
    height: 210px;
    object-fit: cover;
    object-position: left;
}
.banner_info {
    margin-top: 90px;
}
.banner_info::before {
    background: linear-gradient(90deg, rgb(255 255 255 / 62%) 0%, rgb(255 255 255 / 47%) 50%, rgb(255 255 255 / 0%) 100%);
    border-radius: 0 0 20px 20px;
}
.hd_contact, .book_formcode .box .btn {
    padding: 10px 22px;
    font-size: 13px;
}
.bookappoint_info {
    padding: 100px 0 0px;
}
.main_text_hd {
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 10px;
}
.services_info ,.support_info{
    padding: 50px 0 30px;
}
.serveitem_box {
    padding: 20px;
}
.serve_texthd {
    font-size: 18px;
    line-height: 28px;
    width: 74%;
    margin-left: 10px;
}
.serveitem_lastbox {
    padding: 25px 15px 25px 15px;
    min-height: 100%;
}
.about_info {
    background-position: bottom right 38px;
    background-size: 45px;
    padding: 50px 0;
}
.about_leftimg {
    margin-right: 0;
    margin-bottom: 30px;
}
.about_leftimg img {
    border-radius: 50px;
    height: auto;
    object-fit: cover;
}
.main_text_hd2 {
    font-size: 18px;
    line-height: 25px;
}
.testimonial_info ,.gallery_info{
    padding: 40px 0;
}
.serveitem_lastbox .main_text_hd {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 15px;
}
.footer_bg {
    padding-top: 40px;
}
.footer_head {
    padding-left: 0;
    margin-bottom: 30px;
}
.hours_ftlist ul li {
    grid-template-columns: 140px 1fr;
}
.footer_copyinfo {
    padding: 18px 0 60px;
    margin-top: 15px;
}
.footer_copy_text {
    margin-top: 15px;
}
#back_to_top {
    bottom: 110px;
}
.page .entry-header, .blog_page_header {
    padding: 110px 0 40px !important;
    margin: 88px 0 0 !important;
}
.page .entry-title, .blog_page_title {
    font-size: 25px;
}
.banner_innbtmtext {
    font-size: 17px;
}
.inner_imgbox {
    margin-bottom: 40px;
}
.inner_text_hd {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 10px;
}
.dent_bginfo {
    margin-top: 30px;
    padding: 15px;
    border-left: 15px solid #d9d9d9;
}
.inner_cntbox {
    padding: 30px 20px;
    margin-top: 40px;
}
.inner_serveinfo, .inerfaq_info {
    margin-top: 40px;
}
.gallery_code img {
    height: 540px !important;
}
}

@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: 5%;
    width: 510px;
}
}

@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : landscape) {
.banner_disc {
    left: 5%;
    width: 510px;
}
}

/* 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: 5%;
}
}

@media screen and (min-width: 1624px) {
.banner_disc {
    left: 8%;
}
}

@media screen and (min-width: 1920px) {
.banner_disc {
    left: 14%;
}
.container-fluid {
  max-width: 1600px;
}
}

@media screen and (min-width: 2048px) {
.banner_disc {
    left: 17%;
}
.container-fluid {
  max-width: 1600px;
}
}

@media screen and (min-width: 2550px) {
.banner_disc {
    left: 24%;
}
.container-fluid {
  max-width: 1600px;
}
}   