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 family secion end ---*/

/*--- header section start ---*/
.head_bg {
    background: #fff;
}
.header_nav ul li:first-child{
    margin-left: 0;
}
.hd_topltimg img {
    width: 30px;
    margin-right: 10px;
}
.hd_topcalltext {
    font-size: 14px;
    color: #000000;
    font-weight: 600;
    text-align: left;
    width: 75%;
}
.hd_topcalltext a {
    display: inline-block;
    color: #000000;
    font-size: 16px;
}
.hd_topcalltext a:hover{
    color: #f26523;
}
.hd_contact ,.form_hmrtbox .box .btn{
    border-radius: 5px;
    padding: 12px 28px;
    display: inline-block;
    color: #000;
    font-weight: 600;
    transition: all 500ms ease-in-out !important;
    font-size: 14px;
    letter-spacing: 1px;
    text-transform: uppercase;
    background: linear-gradient(92deg, #f16523 0%, #f16523 0%, #f5931d 48%, #fdf1e3 100%);
}
.hd_contact:hover ,.form_hmrtbox .box .btn:hover{
    color: #ffffff !important;
    box-shadow: inset 0 80px #000 !important;
}
.hd_contact2 ,.form_hmrtbox .box .btn{
    background: linear-gradient(92deg, #0165fd 0%, #55a1e7 48%, #c3dbf9 100%);
}
.navbar-default.navbar-shrink .head_bg {
    box-shadow: 0px 0px 15px -8px #8f8f8f;
}
.navbar-default.navbar-shrink .header_top {
    margin-top: -38px;
}
/*--- banner section start ---*/
.banner_info {
    margin-top: 100px;
    position: relative;
}
.banner_info img {
    border-radius: 50px 50px 0 0;
}
.ms-slide::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(255 255 255);
    background: linear-gradient(270deg, rgb(255 255 255 / 52%) 42%, rgb(255 255 255 / 0%) 48%, rgb(255 255 255 / 0%) 100%);
    z-index: 1;
}
.ms-slide::after {
    position: absolute;
    content: "";
    bottom: -8px;
    left: 0;
    width: 100%;
    height: 35px;
    background: url(../images/bn_shapbtm.png) no-repeat;
    z-index: 1;
    background-size: cover;
}
.ms-slide-info{
    position: absolute !important;
    top: 50%;
    right: 8%;
    width: 100%;
    max-width: 445px;
    transform: translatey(-50%) !important;
}
.banner_texthd {
    font-size: 40px;
    line-height: 52px;
    color: #000;
    font-weight: bold;
    margin-bottom: 15px;
}
.banner_text_para {
    font-size: 14px;
    line-height: 22px;
    color: #000;
}
.banner_info .ms-nav-prev {
    background: url(../images/bn_leftarrow.png) no-repeat !important;
    width: 36px !important;
    height: 36px !important;
    background-size: 10px !important;
    background-position: center !important;
    border: 2px solid #8d8d8d;
    top: auto !important;
    bottom: 10% !important;
    right: 8% !important;
    left: auto !important;
    border-radius: 5px;
}
.banner_info .ms-nav-next {
    background: url(../images/bn_rightarrow.png) no-repeat !important;
    width: 36px !important;
    height: 36px !important;
    background-size: 10px !important;
    background-position: center !important;
    border: 2px solid #8d8d8d;
    top: auto !important;
    bottom: 10% !important;
    right: 4% !important;
    border-radius: 5px;
}
/*-- banner section end --*/

/*-- servicea section start --*/
.services_info{
    padding: 85px 0 75px;
}
.serve_imgbox img {
    width: 100%;
    height: 306px !important;
    object-fit: cover;
    border-radius: 20px;
}
.serve_textbox{
    position: absolute;
    bottom: 0;
    left: 0;
}
.main_small_text {
    font-size: 27px;
    line-height: 28px;
    color: #f26523;
    font-weight: 600;
    position: relative;
    margin-bottom: 20px;
    display: inline-block;
    padding: 0 65px 0 65px;
}
.main_small_text::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 6px;
    background: url(../images/text_bdmainsmimg1.png) no-repeat;
    margin: auto 0;
}
.main_small_text::after {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 6px;
    background: url(../images/text_bdmainsmimg2.png) no-repeat;
    margin: auto 0;
    background-position: right;
}
.rt_shapenone{
    padding-left: 0;
}
.rt_shapenone::before{
    display: none;
}
.main_text_hd {
    font-size: 38px;
    color: #000;
    font-weight: 600;
    line-height: 45px;
    margin-bottom: 22px;
}
.main_text_para {
    margin-bottom: 10px;
    color: #000;
}
.serve_textbox {
    position: absolute;
    bottom: 21px;
    left: 50%;
    backdrop-filter: blur(6px);
    background: rgb(143 143 143 / 22%);
    width: 85%;
    transform: translate(-50%);
    border-radius: 15px;
    padding: 27px 20px 25px;
    text-align: center;
    border: 1px solid rgb(255 255 255 / 24%);
}
.serve_text_hd {
    font-size: 19px;
    color: #ffffff;
    font-weight: bold;
    line-height: 25px;
    height: 65px;
}
.serve_btn {
    background: #cae1f8;
    font-size: 13px;
}
/*--- services section end --*/

/*--- support section start --*/
.support_info {
    background: url(../images/support_bgimg.jpg) no-repeat bottom;
    background-size: cover;
    padding: 434px 0 55px;
    position: relative;
    border-radius: 50px;
    z-index: 0;
}
.support_info::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #862C02;
    background: linear-gradient(0deg, rgb(134 44 2 / 66%) 0%, rgba(187, 136, 112, 0) 50%, rgba(255, 255, 255, 0) 100%);
    border-radius: 50px;
    z-index: -1;
}
.supp_bdtop {
    border-top: 1px solid rgb(255 245 240 / 60%);
    padding-top: 60px;
}
.supp_box {
    display: flex;
}
.supp_iconbox {
    width: 62px;
    height: 62px;
    border-radius: 100%;
    background: #f26523;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 18px;
}
.supp_iconbox img {
    width: 35px;
}
.supp_textbox {
    width: 70%;
    font-size: 14px;
    color: #fff;
}
.supp_textbox strong {
    font-size: 18px;
    display: block;
    font-weight: bold;
}
/*--- support section end --*/

/*-- about section start --*/
.about_info{
    padding: 95px 0;
}
/*-- about section end --*/

/*-- process section start --*/
.process_info{
    padding: 78px 0 60px;
    background: url(../images/process_bgimg.png) #fff4f0 no-repeat;
}
.process_bgshape {
    background: url(../images/step_bgimg.png) no-repeat;
    background-position: top 20px center;
    padding-top: 77px;
}
.process_number {
    width: 90px;
    height: 90px;
    border-radius: 100%;
    background: #f16523;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    font-weight: bold;
    color: #fff;
    border: 12px solid rgb(255 255 255 / 18%);
    position: relative;
    margin: 0 auto;
}
.process_number::before {
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    width: 112px;
    height: 112px;
    border-radius: 100%;
    transform: translate(-50%, -50%);
    border: 11px solid rgb(241 101 35 / 50%);
}
.process_text_hd {
    font-size: 20px;
    color: #000000;
    font-weight: 600;
    line-height: 25px;
    margin: 30px 0 12px;
}
/*-- process section end --*/

/*-- form section start --*/
.form_info{
    padding: 100px 0;
}
.fm_leftboximg img {
    border-radius: 20px;
    width: 100%;
    height: 460px;
    object-fit: cover;
}
.form_hmrtbox {
    border-radius: 20px;
    box-shadow: 0px 0px 8px -4px #5f5f5f;
    padding: 45px 40px;
}
.form_hmrtbox .box .form-control ,.form_hmrtbox .box select{
    font-size: 14px;
    padding: 13px 15px;
    border-radius: 10px;
    border: 1px solid #cbcbcb;
    outline: none;
    box-shadow: none;
    width: 100%;
}
.form_hmrtbox .box select{
    background: url("../images/dropdown.png") #fff no-repeat center right 10px;
    -webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.form_hmrtbox .box textarea{
    height: 120px;
    resize: none;
}
.form_hmrtbox .box .btn{
    width: 100%;
}
.wpcf7-spinner{
    display: none !important;
}
/*-- form section end --*/

/*--- footer section start ---*/
.footer_bg {
    padding: 100px 0 0;
    background: #021c3e url(../images/bn_shapbtm.png) no-repeat;
    background-position: top -5px left;
    background-size: 100%;
}
.footer_hd_text {
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 20px;
    line-height: 24px;
}
.footer_list ul{
    margin: 0;
    padding: 0;
}
.footer_list ul li {
    margin-bottom: 7px;
}
.footer_list ul li a {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
}
.footer_list ul li a:hover{
    color: #f16523;
}
.footer_text_left{
    width: 80%;
}
.footer_text_left, .footer_text_left a {
    font-size: 14px;
    color: #fff;
}
.footer_text_left a:hover{
    color: #f16523;
}
.footer_logo {
    width: 155px;
    margin-bottom: 35px;
}
.ndis_logo img {
    width: 143px;
    margin-bottom: 40px;
}
.footer_iconimg {
    width: 28px;
    height: 28px;
    margin-right: 7px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f16523;
}
.footer_iconimg img{
    width: 14px;
}
.gmb_iconbox img {
    width: 32px;
}
.footer_head2 {
    padding-left: 30px;
}
.footer_copy_text {
    border-top: 1px solid rgb(255 255 255 / 20%);
    padding: 12px 0;
    margin-top: 45px;
    color: #fff;
    font-size: 14px;
    text-align: center;
}
.footer_copy_text a{
    color: #fff;
}
.footer_copy_text a:hover{
    color: #f16523;
}
/*---- footer section end ----*/

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

#back_to_top:hover{
    transform: rotate(360deg);
    background: #0165fd;
}

/*-- inner page start --*/

.site-content, .site-main .widecolumn {
    margin-left: 0px !important;
}
.page .entry-header, .blog_page_header {
    background: url("../images/banner_innerimg.jpg") #fff no-repeat !important;
    background-size: cover !important;
    max-width: 100% !important;
    padding: 150px 0 !important;
    margin: 100px 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: #f16523;
    position: relative;
    font-size: 15px;
}
.breadcrumb-container a {
    color: #f16523;
}
.inner_text_hd {
    font-size: 28px;
    font-weight: 600;
    color: #050606;
    line-height: 35px;
    margin-bottom: 15px;
    margin-top: 0;
}
.inner_text_hd strong {
    color: #f16523;
    font-weight: 600;
}
.inner_smtext {
    background: #0165fd;
    display: inline-block;
    padding: 7px 23px;
    color: #fff;
    font-size: 13px;
    margin-bottom: 15px;
    border-radius: 30px 0;
}
.inner_ctabox {
    background: #55a1e7;
    padding: 45px 25px 30px;
    margin-top: 40px;
}
.inner_ctatext {
    font-size: 15px;
    margin-bottom: 10px;
    font-weight: 600;
}
.inner_text_para {
    font-size: 16px;
    margin-bottom: 10px;
}
.inner_text_para p{
    margin-bottom: 10px;
}
.inner_text_para strong {
    font-weight: 600;
    color: #000;
}
.about_pos_textbox {
    position: absolute;
    bottom: -20px;
    left: 50%;
    background: #fff url(../images/quoteinner_icon.png) no-repeat;
    width: 90%;
    transform: translate(-50%);
    padding: 55px 15px 30px;
    border-radius: 5px;
    box-shadow: 0px 0px 9px -4px #575757;
    background-size: 50px;
    background-position: top 10px right 15px;
}
.about_pos_textbox .inner_text_para {
    font-size: 14px;
    color: #484848;
}
.inner_clienttt {
    text-align: right;
    color: #000;
    font-size: 15px;
    font-weight: 600;
}
.inner_pg_img img {
    width: 100%;
    padding: 6px;
    box-shadow: 0px 0px 4px #adadad;
}
.inner_page_list ul{
    margin: 0;
    padding-bottom: 10px;
}
.inner_page_list ul li {
    background: url(../images/checkmark.png) no-repeat left 4px;
    font-size: 16px;
    color: #000000;
    padding: 0px 0 5px 24px;
    line-height: 25px;
    font-weight: 400;
    list-style: none;
    background-size: 20px;
}
.form_cnthd {
    font-size: 16px;
    color: #f16523;
    font-weight: 500;
    margin-bottom: 8px;
    line-height: 23px;
}
.form_cnthd p{
    margin-bottom: 10px;
}
.form_cnthd2 {
    font-size: 15px;
    color: #000;
    font-weight: 500;
    border-bottom: 1px solid #c7c7c7;
    margin-bottom: 20px;
    padding-bottom: 12px;
}
.form_cnthd2 p{
    margin-bottom: 0;
}
.contact_left_box {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 15px;
}
.cont_left_icon {
    width: 35px;
    height: 35px;
    background: #f16523;
    line-height: 35px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.contact_left_text {
    font-size: 17px;
    color: #4b4b4b;
    font-weight: 500;
    width: 80%;
    margin-left: 10px;
}
.contact_left_text a {
    color: #4b4b4b;
}
.left-sec-contact-information {
    padding-right: 40px;
    border-right: 1px solid #e1e1e1;
    margin-right: 25px;
}
.error_container {
   display: flex;
   min-height: 100vh;
   align-items: center;
   text-align: center;
}
.footer_fixed_buttons {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 99;
    display: flex;
}
.footer_btn1 {
    width: 50%;
    background: #f16523;
    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: #0165fd;
    color: #fff !important;
    padding: 10px 0;
    font-weight: bold;
    display: inline-block;
}
.inner_bottm_sec {
    background: #f1f1f1;
    padding: 30px 20px;
    text-align: center;
}
.sp-easy-accordion>.sp-ea-single{
	background: #f16523 !important;
	border: 1px solid #f16523 !important;
}
.sp-easy-accordion>.sp-ea-single>.ea-header a{
	color: #fff !important;
}
.sp-easy-accordion>.sp-ea-single>.ea-header a .ea-expand-icon{
	color: #fff !important;
}
/*-- responsive css start ---*/

@media only screen and (min-width : 320px) and (max-width : 1024px) {
.header_right_icon ,.header_nav{
    display: none;
}
.logo_img img {
    width: 125px;
}
.head_bg {
    padding: 8px 0;
}
.banner_info {
    margin-top: 55px;
}
.banner_texthd {
    font-size: 23px;
    line-height: 26px;
    margin-bottom: 6px;
}
.ms-slide-bgcont img {
    object-fit: cover !important;
    height: 100% !important;
}
.ms-view, .ms-slide, .ms-slide-bgcont {
    height: 340px !important;
}
.ms-slide-info {
    right: 2%;
    max-width: 325px;
	transform: translatey(-70%) !important;
}
.ms-slide::before {
    background: rgb(255 255 255 / 50%);
}
.hd_contact, .form_hmrtbox .box .btn {
    padding: 10px 20px;
    font-size: 13px;
}
.banner_info .ms-nav-prev {
    bottom: 12% !important;
    right: 22% !important;
}
.banner_info .ms-nav-next {
    bottom: 12% !important;
    right: 7% !important;
}
.main_small_text {
    font-size: 22px;
    line-height: 25px;
    margin-bottom: 15px;
}
.services_info {
    padding: 35px 0 40px;
}
.main_text_hd {
    font-size: 25px;
    line-height: 32px;
    margin-bottom: 10px;
}
.serve_text_hd {
    font-size: 17px;
    height: auto;
    margin-bottom: 12px;
}
.support_info {
    padding: 80px 0 2px;
}
.supp_bdtop {
    padding-top: 25px;
}
.about_info {
    padding: 40px 0;
}
.about_rtimgbox {
    margin-bottom: 40px;
}
.process_info {
    padding: 45px 0 30px;
}
.form_info {
    padding: 50px 0;
}
.fm_leftboximg img {
    height: auto;
}
.form_hmrtbox {
    padding: 25px 15px;
    margin-top: 40px;
}
.footer_head2 {
    padding-left: 0;
}
.footer_head {
    margin-bottom: 30px;
}
.footer_logo {
    width: 130px;
    margin-bottom: 20px;
}
.ndis_logo img {
    width: 110px;
    margin-bottom: 20px;
}
.footer_copy_text {
    padding: 12px 0 60px;
    margin-top: 12px;
}
#back_to_top {
    bottom: 55px;
}
.page .entry-header, .blog_page_header {
    padding: 95px 0 40px !important;
    margin: 55px 0 0 !important;
}
.page .entry-title, .blog_page_title {
    font-size: 25px;
}
.about_innerimg, .inner_pg_img {
    margin-bottom: 40px;
}
.inner_text_hd {
    font-size: 23px;
    line-height: 32px;
    margin-bottom: 10px;
}
.inner_ctabox {
    padding: 30px 15px 20px;
    margin-top: 20px;
}
.left-sec-contact-information {
    padding-right: 0;
    border-right: none;
    margin-right: 0;
}
.rmp-menu-title-image {
    width: 140px;
    margin-bottom: 30px !important;
}
.process_bgshape {
    padding-top: 40px;
    background: none;
}
}

@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_info .ms-nav-prev {
    right: 16% !important;
}
.form_hmrtbox {
    margin-top: 0;
}
}

@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : landscape) {
.banner_info .ms-nav-prev {
    right: 16% !important;
}
.form_hmrtbox {
    margin-top: 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 : 1025px) and (max-width : 1200px){
.primary-navigation li {
    margin-left: 9px !important;
}
.hd_topltimg img {
    width: 20px;
    margin-right: 6px;
}
.hd_topcalltext a {
    font-size: 13px;
}
}
@media screen and (min-width: 1424px) {
.ms-slide-info {
    right: 5%;
}
}

@media screen and (min-width: 1624px) {
.ms-slide-info {
    right: 10%;
}
.banner_info .ms-nav-prev {
    right: 20% !important;
}
.banner_info .ms-nav-next {
    right: 15% !important;
}
}

@media screen and (min-width: 1920px) {
.ms-slide-info {
    right: 16%;
}
.banner_info .ms-nav-prev {
    right: 28% !important;
}
.banner_info .ms-nav-next {
    right: 23% !important;
}
}

@media screen and (min-width: 2048px) {
.ms-slide-info {
    right: 18%;
}
.banner_info .ms-nav-prev {
    right: 22% !important;
}
.banner_info .ms-nav-next {
    right: 17% !important;
}
}

@media screen and (min-width: 2550px) {
.ms-slide-info {
    right: 24%;
}
.banner_info .ms-nav-prev {
    right: 35% !important;
}
.banner_info .ms-nav-next {
    right: 30% !important;
}
}   