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 !important;
    margin: 0 !important;
}

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

/*---- header section start ---*/
.top_head {
    padding: 10px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.header_navber {
    background: #f5f5f5;
}
.header_topleftmail a {
    display: block;
    color: #252525;
    font-size: 15px;
    font-weight: 500;
}
.header_topleftmail a:hover{
    color: #ffba42;
}
.header_topemailbox {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    box-shadow: 0px 7px 4px rgba(33,29,29,0.09);
    background-color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
}
.linktext_bd {
    border-left: 1px solid rgb(40 40 40 / 38%);
    padding-left: 10px;
    margin-left: 10px;
}
.header_logo img {
    width: 120px;
}
.hd_contact ,.footer_rightform .box .btn{
    font-size: 18px;
    color: #1d1d1d;
    font-weight: 600;
    background: #ffba42;
    border-radius: 5px;
    padding: 8px 35px;
    transition: all 500ms ease-in-out;
    display: inline-block;
    box-shadow: 0 0 12px rgba(0,0,0,0.13);
}
.hd_contact:hover ,.footer_rightform .box .btn:hover{
	color: #ffffff;
	background: #2c96e0;
}
.footer_rightform .box .btn{
    font-size: 15px;
    color: #fff;
    background: #2d97e0;
    text-transform: capitalize;
}
.footer_rightform .box .btn:hover{
    background: #ffba42;
}
.hd_contact2 {   
    background: #2d97e0;
    color: #fff;
    padding: 8px 25px 8px 50px;
    position: relative;
    margin-right: 15px;
}
.hd_contact2::before {
    position: absolute;
    content: "";
    top: 0;
    left: 22px;
    background: url(../images/call_icontop.png);
    width: 18px;
    height: 18px;
    bottom: 0;
    margin: auto 0;
    transition: all 500ms ease-in-out;
}
.hd_contact2:hover{
    background: #ffba42;
    color: #1d1d1d;
}
.hd_contact2:hover::before{
    -webkit-filter: grayscale(1) invert(1);
    filter: grayscale(1) invert(1);
}
.header_nav ul li {
    display: inline-block;
    transition: all 500ms ease-in-out;
    padding: 0 10px;
    border-left: 1px solid rgb(50 47 47 / 20%);
}
.header_nav ul li:first-child{
    padding-left: 0;
    border-left: none;
}
.header_btm {
    margin: 15px 0;
}
.header_nav ul li a {
    font-size: 17px;
    color: #1d1d1d;
    font-weight: 600;
    display: inline-block;
    transition: all 500ms ease-in-out;
    text-transform: capitalize;
}
.header_nav ul li.active a {
    color: #ffba42;
}
.header_nav ul li a:hover{
    color: #ffba42;
}
.headersocial_icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border: 1px dashed rgb(4 93 155 / 34%);
    border-radius: 50%;
}
.headersocial_icon:hover {
    background: rgb(45 151 224 / 12%);
}
.hd_topbtn {
    display: flex;
    justify-content: space-between;
}
.navbar-default {
    -webkit-transition: padding .3s;
    -moz-transition: padding .3s;
    transition: padding .3s;
    background-color: #fff;
}
.navbar-default.navbar-shrink .header_navber {
    box-shadow: 0px 2px 10px -5px #a9a9a9;
}

/*-- banner sectiion start --*/
.banner_info {
    margin-top: 125px;
    position: relative;
}
.ms-slide::before{
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: rgb(255,255,255);
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgb(26 130 202 / 0%) 35%, rgba(26, 130, 202, 1) 100%);
}
.ms-slide-info {
    position: absolute !important;
    max-width: 450px !important;
    width: auto;
    top: 50%;
    right: 8%;
    transform: translatey(-50%);
    text-shadow: 0px 9px 9px rgba(0,0,0,0.13);
}
.banner_texthd {
    font-size: 40px;
    line-height: 54px;
    color: #ffffff;
    font-weight: 700;
    margin-bottom: 15px;
}
.banner_text_para {
    font-size: 15px;
    line-height: 28px;
    color: #ffffff;
    font-weight: 500;
}
.banner_info .ms-nav-prev {
    background: url(../images/banner_leftarrow.png) no-repeat !important;
    width: 18px !important;
    height: 34px !important;
    bottom: 45px;
    top: auto !important;
    right: 39%;
    left: auto !important;
    transform: translate(-50%);
}
.banner_info .ms-nav-next {
    background: url(../images/banner_rightarrow.png) no-repeat !important;
    width: 18px !important;
    height: 34px !important;
    top: auto !important;
    bottom: 45px;
    right: 35% !important;
    left: auto !important;
}
/*-- banner sectiion end ---*/

/*-- management section start --*/
.management_info {
    padding: 70px 0 40px;
}
.main_text_para {
    font-size: 16px;
    line-height: 28px;
    color: #101010;
    font-weight: 400;
    margin-bottom: 10px;
}
.main_text_para2{
    font-size: 17px;
    font-weight: 600;
}
.main_text_hd {
    font-size: 35px;
    line-height: 45px;
    color: #101010;
    margin-bottom: 20px;
    font-weight: 800;
}
.management_info .hd_contact{
    font-size: 16px;
    margin-top: 30px;
    padding: 10px 30px;
}
/*-- management section end ----*/

/*-- choose section start ---*/
.choose_info {
    padding: 170px 0 60px;
    background: url(../images/choose_backbg.png) no-repeat right 0;
}
.choose_leftimgbox{
    position: relative;
}
.choose_boxicon{
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 9px 9px rgba(0,0,0,0.13);
    position: absolute;
    animation: zoom-in-zoom-out 2s ease-out infinite;
}
.choose_boxicon1 {
    width: 131px;
    height: 131px;
    background: #2d97df;
    top: 25px;
    left: 90px;
}
.choose_boxicon2 {
    width: 87px;
    height: 87px;
    background: #ffb941;
    right: 160px;
    top: 0;
}
.choose_boxicon3 {
    width: 161px;
    height: 161px;
    background: #fff;
    top: 120px;
    right: 60px;
}
.choose_boxicon4 {
    width: 128px;
    height: 128px;
    background: #f3f3f3;
    top: 210px;
    left: 154px;
}
.choose_boxicon5 {
    width: 87px;
    height: 87px;
    background: #ff8316;
    top: 260px;
    left: 35px;
}
.choose_boxicon6 {
    width: 87px;
    height: 87px;
    background: #2d97e0;
    right: 70px;
    top: 355px;
}
@keyframes zoom-in-zoom-out {
    0% {
      transform: scale(0.9, 0.9);
    }
    50% {
      transform: scale(0.7, 0.7);
    }
    100% {
      transform: scale(0.9, 0.9);
    }
  }

.main_page_list ul li {
    background: url(../images/checkicon.png) no-repeat left 0;
    font-size: 17px;
    padding: 0px 0 18px 40px;
    line-height: 25px;
    list-style: none;
    color: #010101;
    font-weight: 500;
}
.choose_rightbox .main_text_hd {
    font-size: 33px;
}
/*-- services read section end ---*/
.services_rdinfo {
    background: #f2f2f2;
    padding-top: 50px;
}
.services_rdinfo .main_text_hd{
    color: #0e0e0e;
    font-weight: 700;
}
.services_rdinfo .main_text_para{
    font-size: 18px;
    line-height: 33px;
    color: #010101;
    font-weight: 500;
}
.servbtn_main{
    background: #2d97e0;
    color: #fff;
    font-size: 16px;
}
.servbtn_main:hover{
    background: #ffb941;
    font-weight: 600;
}
/*--- services read section start ---*/

/*---- testimonial section start ---*/
.testimonial_info{
    padding-top: 60px;
    background: rgb(242,242,242);
    background: linear-gradient(180deg, rgba(242,242,242,1) 0%, rgba(255,255,255,1) 100%);
}
.testimonial_box .sp-testimonial-free {
    padding: 25px 16px 80px 16px;
    border: 1px solid #ededed !important;
    border-radius: 15px !important;
    background: #fff !important;
}
.testimonial_box .sp-testimonial-content p {
    text-align: left !important;
    font-size: 15px !important;
    line-height: 27px !important;
    color: #4d4d4d !important;
    font-weight: 400 !important;
    margin-bottom: 0 !important;
}
.testimonial_box .sp-testimonial-client-image {
    text-align: left;
}
.testimonial_box .sp-testimonial-client-name {
    position: absolute;
    left: 15px;
    font-size: 18px !important;
    line-height: 29px !important;
    color: #015d9d !important;
    font-weight: 600 !important;
    bottom: 30px;
    margin: 0 !important;
}
.testimonial_box .sp-testimonial-client-rating {
    position: absolute;
    right: 16px;
    bottom: 35px;
    margin: 0 !important;
}
.testimonial_box .swiper-button-prev {
    background: url(../images/testimonial_leftarrow.png) no-repeat !important;
    font-size: 0 !important;
    border: none !important;
    width: 18px !important;
    height: 34px !important;
}
.testimonial_box .swiper-button-next {
    background: url(../images/testimonial_rightarrow.png) no-repeat !important;
    font-size: 0 !important;
    border: none !important;
    width: 18px !important;
    height: 34px !important;
}
/*---- testimonial section end ---*/

/*--- contact section start ---*/
.contcat_info{
    padding-top: 80px;
}
.contcat_info .main_text_hd{
    font-size: 45px;
    line-height: 54px;
    color: #010101;
    font-weight: 700;
}
.main_smalltext {
    font-size: 16px;
    color: #0b0b0b;
    font-weight: 500;
    background-color: #efefef;
    padding: 7px 30px;
    display: inline-block;
    border-radius: 25px;
    margin-bottom: 15px;
}
.cnt_btnmain {
    position: relative;
    padding: 8px 30px 8px 45px;
}
.cnt_btnmain::before {
    position: absolute;
    content: "";
    top: 12px;
    left: 18px;
    width: 18px;
    height: 18px;
    background: url(../images/callicon_end.png) no-repeat;
}
.cnt_btnmain:hover{
    color: #000;
}
.contact_rightimg{
    text-align: right;
    padding-right: 100px;
}
/*---- contact section end ---*/

/*---- footer section start --*/
.footer_bg {
    background: #0c0c0c;
    padding: 35px 0 25px;
    border-radius: 30px 30px 0 0;
}
.footer_hd_text {
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 22px;
}
.footer_tthd {
    color: #ffb22b;
    font-weight: 600;
    display: block;
    line-height: 30px;
}
.footer_list li {
    padding-bottom: 5px;
}
.footer_list li a {
    color: #fff;
    font-size: 15px;
    font-weight: 500;
}
.footer_list li a:hover{
    color: #ffba42;
    padding-left: 5px;
}
.footer_social{
    font-size: 20px;
    font-weight: 600; 
    color: #fff;
}
.footer_social a{
    padding-right: 8px;
}
.ft_bd {
    border-left: 1px solid rgb(255 255 255 / 8%);
}
.footer_head {
    padding-left: 20px;
}
.footer_serviceslist li a{
    color: #fff;
    font-size: 15px;
    font-weight: 500;
}
.footer_text_left, .footer_text_left a {
    font-size: 15px;
    color: #fff;
    font-weight: 500;
}
.footer_text_left a:hover{
   color: #ffba42;
}
.footer_iconimg {
    width: 28px;
}
.footer_copy_text {
    font-size: 12px;
    margin-top: 25px;
    border-top: 1px solid rgb(255 255 255 / 8%);
    color: #fff;
    padding-top: 20px;
}
.footer_copy_text a{
    color: #fff;
}
.footer_copy_text a:hover{
    color: #ffba42;
}
.footer_rightform .box .form-control ,.footer_rightform .box select{
    border: none;
    width: 100%;
    padding: 8px 15px;
    box-shadow: none;
    border-radius: 5px;
}
.footer_rightform .box textarea{
    height: 82px;
    resize: none;
}
/*---- footer section end --*/

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

#back_to_top:hover{
    background: #2d97e0;
}

/*-- inner page start ---*/
.site-content, .site-main .widecolumn {
    margin-left: 0px !important;
}
.page .entry-header, .blog_page_header {
    background: url("../images/banner_img01.jpg") #fff no-repeat center;
    background-size: cover !important;
    max-width: 100% !important;
    padding: 155px 0 80px !important;
    margin: 140px 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: capitalize;
    z-index: 99;
    margin-bottom: 3px;
}
.breadcrumb-container {
    width: 100%;
    color: #ffba42;
    position: relative;
    font-size: 15px;
}
.breadcrumb-container a {
    color: #ffba42;
}
.breadcrumb-container a:hover {
    color: #2d97e0;
}

.inner_text_hd strong {
    color: #2d97e0;
    font-weight: 600;
}
.inner_text_hd {
    font-size: 28px;
    font-weight: bold;
    color: #050606;
    line-height: 30px;
    margin-bottom: 15px;
    margin-top: 0;
}
.contact_left_box {
    display: flex;
    flex-direction: row;
    padding-bottom: 15px;
    align-items: center;
}
.cont_left_icon {
    width: 35px;
    height: 35px;
    background: #ffba42;
    text-align: center;
    line-height: 35px;
    border-radius: 5px;
}
.contact_left_text {
    font-size: 17px;
    color: #4b4b4b;
    font-weight: 500;
    width: 100%;
    margin-left: 10px;
}
.contact_left_text a {
    color: #4b4b4b;
}
.contact_left_text a:hover {
    color: #2d97e0;
}
.right-sec-contact {
    background: #2d97e0;
    padding: 25px;
    border-radius: 10px;
}
.right-sec-contact .box .btn{
    background: #ffba42;
}
.cnt_pagebox {
    background: url(../images/banner_img02.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
    padding: 40px 25px;
    margin-top: 40px;
    position: relative;
    z-index: 0;
}
.cnt_pagebox::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(45 151 224 / 80%);
    z-index: -1;
}
.inner_text_para {
    font-size: 17px;
    color: #484848;
    font-weight: 400;
    margin-bottom: 15px;
    line-height: 25px;
}
.inner_text_para p{
    margin-bottom: 15px;
}
.review_page_box_inner {
    background: url("../images/quoteinner_icon.png") no-repeat;
    background-size: 50px;
    background-position: 20px 30px;
    border: 1px solid #ddd;
    padding: 100px 20px 20px;
    min-height: 100%;
}
.review_page_box_name {
    font-weight: 600;
    color: #2d97e0;
    margin-top: 12px;
    font-size: 18px;
}
.review_page_box_inner .inner_text_para {
    min-height: 155px;
}
.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;
}
.footer_btn1 {
    width: 50%;
    float: left;
    background: #2d97e0;
    color: #fff !important;
    padding: 10px 0;
    font-weight: bold;
}

.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%;
    float: left;
    background: #ffba42;
    color: #fff !important;
    padding: 10px 0;
    font-weight: bold;
}
.referral_inner_page  {
/*     background: #f2f2f2; */
    box-shadow: 2px 0px 30px -17px #a7a7a7;
}
.perticipnt_hdform {
    font-size: 20px;
    font-weight: 600;
    color: #ffba42;
    line-height: 28px;
    margin-bottom: 15px;
}
.participent_retext {
    font-size: 16px;
    color: #fff;
    font-weight: 500;
	margin-bottom: 10px;
}
.participent_retext p {
    margin-bottom: 5px;
}
.referral_inner_page .box .wpcf7-list-item-label {
    color: #fff;
}
.referral_inner_page .box .wpcf7-list-item {
    margin-left: 0;
}
/*-- inner page end --*/

/*-- responsive css start --*/
@media only screen and (min-width : 320px) and (max-width : 1024px) {
.top_head ,.header_btm{
    display: none;
}
.ms-slide-bgcont img {
    object-fit: cover !important;
    height: 100% !important;
}
.ms-view, .ms-slide, .ms-slide-bgcont {
    height: 380px !important;
}
.ms-slide-info {
    max-width: 345px !important;
    left: 2%;
}
.banner_texthd {
    font-size: 30px;
    line-height: 40px;
}
.banner_info .ms-nav-next {
    right: auto !important;
    left: 20% !important;
}
.banner_info .ms-nav-prev {
    left: 5% !important;
    transform: translate(-50%);
}
.header_logo img {
    width: 80px;
}
.header_navber {
    padding: 5px 0;
}
.banner_info {
    margin-top: 60px;
}
.main_text_hd {
    font-size: 30px;
    line-height: 38px;
}
.main_text_hd br ,.main_text_para br{
	display: none;
}
.choose_leftimgbox {
    min-height: 500px;
}
.choose_boxicon1 {
    left: 10px;
}
.choose_boxicon2 {
    right: 65px;
}
.choose_boxicon4 {
    top: 259px;
    left: 100px;
}
.choose_boxicon5 {
    top: 184px;
    left: 20px;
}
.choose_boxicon6 {
    right: 20px;
    top: 365px;
}
.contcat_info .main_text_hd {
    font-size: 30px;
    line-height: 45px;
}
.contact_leftbox {
    margin-bottom: 50px;
}
.footer_head {
    padding-left: 0;
    padding-bottom: 30px;
}
.footer_copy_text {
    padding: 20px 0 40px;
}
#back_to_top {
    bottom: 60px;
}
.inner_pageimg {
    margin-bottom: 35px;
}
.page .entry-header, .blog_page_header {
    padding: 75px 0 60px !important;
}
.page .entry-title, .blog_page_title {
    font-size: 28px;
}
.inner_cntlink .hd_contact {
    margin-bottom: 15px;
}
.contact_left_box {
    display: block;
}
.contact_left_text {
    margin-left: 0;
    margin-top: 15px;
}
.management_info {
    padding: 50px 0 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) {
.ms-slide-info {
    right: 2%;
    left: auto;
}
.banner_info .ms-nav-prev {
    left: auto !important;
    right: 43%;
}
.banner_info .ms-nav-next {
    right: 38% !important;
    left: auto !important;
}
.choose_boxicon4 {
    top: 328px;
    left: 50px;
}
.testimonial_box .sp-testimonial-free {
    min-height: 390px;
}
}

@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : landscape) {
.ms-slide-info {
    right: 2%;
    left: auto;
}
.banner_info .ms-nav-prev {
    left: auto !important;
    right: 43%;
}
.banner_info .ms-nav-next {
    right: 38% !important;
    left: auto !important;
}
.choose_boxicon4 {
    top: 328px;
    left: 50px;
}
.testimonial_box .sp-testimonial-free {
    min-height: 390px;
}
}

/* 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 screen and (min-width: 1424px) {
.ms-slide-info {
    right: 4%;
}
.banner_info .ms-nav-prev {
    bottom: 15%;
    right: 34%;
}
.banner_info .ms-nav-next {
    bottom: 15%;
    right: 31% !important;
}
}

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

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

@media screen and (min-width: 2048px) {
.ms-slide-info {
    right: 18%;
}
}

@media screen and (min-width: 2550px) {
.ms-slide-info {
    right: 25%;
}
.banner_info .ms-nav-prev {
    bottom: 25%;
    right: 42%;
}
.banner_info .ms-nav-next {
    bottom: 25%;
    right: 39% !important;
}
}   