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: 800;
    font-style: normal;
    font-display: swap;
}
/*-- font family secion end ---*/

/*--- header section start ---*/
.header_top {
    transition: all 500ms ease-in-out;
    background: #ffe4d4;
}
.header_toptext img {
    width: 16px;
    margin-right: 7px;
}
.header_toptext {
    font-size: 14px;
    color: #030303;
    display: inline-block;
    padding: 8px 0;
}
.header_toptext a{
    color: #030303;
}
.header_toptext a:hover{
    color: #ff8335;
}
.head_bg {
    background: #fff;
}
.logo_margimg {
    background: #fff;
    margin-top: -37px;
    position: relative;
    text-align: center;
    padding: 15px 0;
}
.header_nav ul li {
    display: inline-block;
    margin-right: 18px;
}
.header_nav ul li:last-child{
    padding-right: 0;
}
.header_nav ul li.active a{
    color: #ff8335;
}
.header_nav ul li a {
    color: #272727;
    text-transform: capitalize;
    font-size: 15px;
    font-weight: 600;
}
.header_nav ul li a:hover{
    color: #ff8335;
}
.hd_toprtbd {
    padding-right: 15px;
    margin-right: 15px;
    border-right: 1px solid rgb(1 1 1 / 24%);
}
.hd_contact ,.form_boxmain .box .btn{
    background: #ff8335;
    padding: 10px 25px;
    display: inline-block;
    color: #fff;
    border-radius: 4px;
    font-weight: 500;
    transition: all 500ms ease-in-out;
    font-size: 16px;
}
.hd_contact:hover ,.form_boxmain .box .btn:hover{
    color: #fff;
    box-shadow: inset 0 80px #000;
}
.hd_topsocail {
    width: 40px;
}
.header_nav ul ul{
    height: 350px;
    overflow-y: scroll;
}

/* width */
.header_nav ul ul::-webkit-scrollbar {
    width: 5px;
  }
  
  /* Track */
.header_nav ul ul::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey; 
    border-radius: 10px;
}
   
  /* Handle */
.header_nav ul ul::-webkit-scrollbar-thumb {
    background: #ff8335; 
    border-radius: 5px;
}
  
  /* Handle on hover */
.header_nav ul ul::-webkit-scrollbar-thumb:hover {
    background: #ff8335; 
}
.navbar-default.navbar-shrink .head_bg {
    box-shadow: 0px 10px 6px -10px #a5a5a5;
}
/*--- banner section start ---*/
.banner_info {
    margin-top: 125px;
    position: relative;
}
.ms-slide::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(255,255,255);
    background: linear-gradient(90deg, rgba(255,255,255,0) 60%, rgba(255,231,215,0.7595413165266106) 64%, rgba(255,229,212,0.9360119047619048) 65%, rgba(255,229,212,1) 100%);
    z-index: 1;
}
.ms-slide-info {
    position: absolute !important;
    top: 50%;
    right: 6%;
    width: 429px !important;
    transform: translatey(-50%);
}
.small_banner_text {
    font-size: 18px;
    color: #010101;
    font-weight: 500;
    line-height: 25px;
    margin-bottom: 10px;
}
.banner_texthd {
    font-size: 60px;
    color: #131313;
    font-weight: bold;
    line-height: 65px;
    display: inline-block;
    margin-bottom: 15px;
}
.banner_btn{
    background: #fff;
    color: #000;
    margin-left: 10px;
}
.banner_info .ms-nav-prev {
    background: #fff url(../images/banner_leftarrow.png) no-repeat !important;
    width: 44px !important;
    height: 44px !important;
    background-size: 11px !important;
    background-position: center !important;
    border-radius: 50%;
}
.banner_info .ms-nav-next {
    background: #fff url(../images/banner_rightarrow.png) no-repeat !important;
    width: 44px !important;
    height: 44px !important;
    background-size: 11px !important;
    background-position: center !important;
    border-radius: 50%;
}
/*-- banner section end --*/

/*--- services section start ---*/
.services_info{
    padding: 75px 0;
}
.main_text_hd {
    font-size: 35px;
    color: #000000;
    font-weight: bold;
    line-height: 40px;
}
.services_box{
    border-radius: 6px;
    filter: drop-shadow(0px 6px 17.5px rgba(0,0,0,0.1));
    background-color: #ffffff;
    text-align: center;
    padding: 35px 15px 28px;
	cursor: pointer;
	min-height: 100%;
	transition: all 500ms ease-in-out;
}
.services_icon {
    width: 90px;
    height: 90px;
    background: #ffe5d4;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
	transition: all 500ms ease-in-out;
}
.services_icon img {
    width: 44px;
	transition: all 500ms ease-in-out;
}
.services_box .main_text_hd {
    font-size: 18px;
    line-height: 28px;
    margin: 20px 0 15px;
	transition: all 500ms ease-in-out;
}
.services_box .main_text_para{
	transition: all 500ms ease-in-out;
}
.main_text_para {
    font-size: 15px;
    color: #000000;
    line-height: 22px;
}
.support_img img {
    width: 100%;
}
.services_topbox:hover .services_box{
	background: #ff8335;
}
.services_topbox:hover .services_icon{
	background: #fff;
}

.services_topbox:hover .services_box .main_text_hd{
	color: #fff;
}
.services_topbox:hover .services_box .main_text_para{
	color: #fff;
}
/*--- services section end --*/

/*--- care group section start --*/
.care_groupinfo {
    background: #ffe5d3;
    padding: 55px 0;
}
.care_gpright {
    background: #fff;
    padding: 20px 10px 30px;
    border-radius: 10px;
}
.care_bdrt {
    border-right: 1px solid rgb(37 37 37 / 9%);
    padding-right: 15px;
}
.care_gpiconbox2 {
    width: 59px;
    height: 59px;
    background: #ffe5d4;
    border-radius: 50%;
    margin: 0 auto;
}
.care_gpiconbox2 img {
    width: 34px;
}
.care_gpiconbox img{
    width: 59px;
}
.care_gptext {
    color: #161515;
    font-weight: 600;
    margin-top: 14px;
}
/*--- care group section end --*/

/*-- support section start --*/
.support_box .main_text_hd {
    font-size: 20px;
    line-height: 30px;
    margin: 25px 0 15px;
}
.support_info {
    background: #f8f8f8;
    padding: 75px 0 45px;
}
.about_listbox ul li {
    display: inline-block;
    font-size: 18px;
    color: #000;
    font-weight: 600;
    padding: 0px 5px 0 20px;
    position: relative;
}
.about_listbox ul li::before{
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 11px;
    height: 11px;
    background: #ff8335;
    border-radius: 25px;
    bottom: 0;
    margin: auto 0;
}
.about_listbox {
    padding: 25px 0;
}
.about_leftimg {
    padding-right: 30px;
}
.about_leftimg img {
    height: 379px;
    width: 100%;
    object-fit: cover;
}
/*-- support section end --*/

/*-- insta section start --*/
.insta_info{
    padding: 95px 0;
}
.insta_posibox {
    padding: 10px;
    background: #ff8335;
    border-radius: 4px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 18px;
    color: #181717;
}
.insta_posibox strong{
	font-weight: 500;
}
.insta_box img {
    height: 239px;
    object-fit: cover;
    width: 100%;
    border-radius: 4px;
}
.insta_posibox img{
    width: 38px;
}

/*-- insta section end --*/

/*-- testimonial section start --*/
.testimonial_info {
    background: #ffe5d3;
    padding: 60px 0 70px;
}
.testimonial_textbox .sp-testimonial-free {
    padding: 40px 0px 0px 20px;
}
.testimonial_textbox .sp-testimonial-content p {
    text-align: left !important;
    border-bottom: 1px solid rgb(40 40 40 / 10%);
    margin-bottom: 0 !important;
    padding: 0 0 25px 0 !important;
    font-size: 17px !important;
    color: #292929 !important;
    line-height: 25px !important;
    font-weight: 500 !important;
}
.testimonial_textbox .sp-testimonial-client-rating {
    position: absolute;
    top: 0;
    left: 20px;
}
.testimonial_textbox .sp-testimonial-free-section.swiper-initialized{
    margin: 0 0 !important;
}
.testimonial_textbox .swiper-slide-next {
    border-left: 1px solid rgb(40 40 40 / 10%) !important;
    border-right: 1px solid rgb(40 40 40 / 10%) !important;
    padding-right: 20px;
}
.testimonial_textbox .sp-testimonial-client-name {
    font-size: 18px !important;
    color: #1b1a19 !important;
    font-weight: 600 !important;
    text-align: left !important;
}
.testimonial_textbox .sp-testimonial-client-designation {
    position: absolute;
    bottom: 8px;
    right: 0;
    color: #272425 !important;
    font-size: 15px !important;
    font-weight: 500 !important;
}
.testimonial_textbox .swiper-slide-next .sp-testimonial-client-designation {
    right: 20px;
}
/*-- testimonial section end --*/

/*-- choose section end --*/
/* .choose_info {
    position: relative;
    margin-top: -30px;
    margin-bottom: 66px;
} */
.choose_topbox {
    background: #fff;
    padding: 35px;
    border-radius: 10px;
    border: 1px solid #cfcfcf;
    margin-top: 40px;
}
.choose_boxicon {
    display: flex;
    align-items: center;
    font-size: 18px;
    color: #272425;
    font-weight: 500;
}
.choose_boxicon img {
    width: 45px;
    margin-right: 15px;
}
/*-- choose section end --*/

/*--- footer section start ---*/
.footer_bg {
    background: #1b1b1b;
    padding: 70px 0 0;
}
.footer_hd_text {
    color: #fff;
    font-size: 19px;
    font-weight: bold;
    margin-bottom: 22px;
    line-height: 25px;
    text-transform: uppercase;
}
.fttop_bd {
    border-right: 1px solid rgb(39 36 37 / 16%);
}
.footer_text_para{
    color: #fff;
    font-size: 15px;
}
.footer_social img {
    width: 38px;
    margin-left: 15px;
}
.footer_flag {
    color: #fefefe;
    font-size: 14px;
    line-height: 22px;
}
.footer_flagimg {
    margin: 36px 0 22px;
}
.footer_head {
    padding-left: 15px;
}
.footer_middbd {
    border-left: 1px solid rgb(247 247 247 / 6%);
    border-right: 1px solid rgb(247 247 247 / 6%);
}
.footer_middbox {
    padding: 0px 30px 40px 26px;
    border-bottom: 1px solid rgb(247 247 247 / 6%);
    margin-bottom: 18px;
}
.footer_list ul li {
    padding-bottom: 4px;
}
.footer_list ul li a {
    color: #fff;
    font-size: 15px;
    font-weight: 500;
} 
.footer_list ul li a:hover{
    color: #ff8335;
}
.footer_serviceslist li a{
    color: #fff;
    font-size: 15px;
    font-weight: 500;
}
.footer_social{
    margin-top: 30px;
}
.footer_detailimg {
    width: 55px;
    height: 55px;
    background: #ff8335;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 12px;
}
.footer_text_left, .footer_text_left a {
    font-size: 15px;
    color: #fff;
    font-weight: 500;
}
.footer_text_left a:hover{
    color: #ff8335;
}
.footer_text_left {
    width: 80%;
}
.footer_text_left strong {
    display: block;
    font-weight: 500;
    line-height: 30px;
}
.ft_calltext{
    font-size: 17px !important;
    font-weight: 600 !important;
}
.footer_detailimg img {
    width: 24px;
}
.footer_copy_text {
    margin-top: 30px;
    border-top: 1px solid rgb(247 247 247 / 5%);
    color: #fff;
    padding: 18px 0;
    font-size: 14px;
    text-transform: uppercase;
}
.footer_copy_text a{
    color: #fff;
}
.footer_copy_text a:hover{
    color: #ff8335;
}
/*---- footer section end ----*/

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

#back_to_top:hover{
    background: #000;
}

/*-- inner page start --*/
.site-content, .site-main .widecolumn {
    margin-left: 0px !important;
}
.page .entry-header, .blog_page_header {
    background: url("../images/banner_img1.jpg") #fff no-repeat center !important;
    background-size: cover !important;
    max-width: 100% !important;
    padding: 200px 0 60px !important;
    margin: 125px 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: #ff8335;
    position: relative;
    font-size: 15px;
}
.breadcrumb-container a {
    color: #ff8335;
}
.inner_text_hd {
    font-size: 28px;
    font-weight: 600;
    color: #050606;
    line-height: 35px;
    margin-bottom: 15px;
}
.inner_text_hd strong {
    color: #f26d20;
    font-weight: 600;
}
.contact_left_box {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 15px;
}
.contact_left_text {
    font-size: 17px;
    color: #4b4b4b;
    font-weight: 500;
    width: 80%;
    margin-left: 10px;
}
.contact_left_text a {
    color: #4b4b4b;
}
.contact_left_text a:hover {
    color: #ff8335;
}
.cont_left_icon {
    width: 35px;
    height: 35px;
    background: #f26d20;
    line-height: 35px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.right-sec-contact {
    border-radius: 5px;
    padding: 20px;
    box-shadow: 0px 0px 18px -10px #5f5f5f;
}
.form_cnthd {
    font-size: 14px;
    color: #f26d20;
    margin-bottom: 10px;
}
.form_cnthd p {
    margin-bottom: 0;
}
.form_boxmain .box .form-control {
    border: 1px solid #f26d20;
    border-radius: 10px;
    padding: 10px 15px;
    width: 100%;
    box-shadow: none;
}
.form_boxmain .box textarea {
    height: 92px;
    resize: none;
}
.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: #f26d20;
    margin-top: 12px;
    font-size: 18px;
}
.review_position {
    font-size: 14px;
    color: #484848;
}
.error_container {
    display: flex;
    min-height: 100vh;
   align-items: center;
   text-align: center;
}
.inner_cntbox {
    background: #ff8335;
    padding: 50px 25px;
    margin-top: 40px;
}
.inner_page_list ul li {
    background: url(../images/check_mark.png) no-repeat left 5px;
    font-size: 16px;
    color: #4b4b4b;
    padding: 0px 0 9px 28px;
    line-height: 25px;
    font-weight: 400;
    list-style: none;
    background-size: 20px;
}
.inner_page_list ul li strong{
	color: #ff8335;
	font-weight: 500;
}
.inner_text_para {
    color: #484848;
    margin-bottom: 10px;
}
.inner_text_para p {
    margin-bottom: 10px;
}
.inner_textsmall {
    font-size: 20px;
    color: #ff8335;
    font-weight: 600;
    margin-bottom: 8px;
    line-height: 25px;
}
.inner_serveinfo {
    background: #f3f3f3;
    padding: 50px 0;
    margin-top: 40px;
}
.inner_servbox {
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    min-height: 100%;
    border-bottom: 4px solid #ff8335;
}
.inner_servbox .inner_text_hd {
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 7px;
    color: #ff8335;
}
.inner_servbox .inner_text_para {
    font-size: 15px;
}
.inner_pageimg img {
    padding: 8px;
    box-shadow: 0px 0px 4px #9d9d9d;
}
.footer_fixed_buttons {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 99;
}
.footer_btn1 {
    width: 50%;
    float: left;
    background: #ff8335;
    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: #000;
    color: #fff !important;
    padding: 10px 0;
    font-weight: bold;
}

.rmp-submenu {
    height: 200px;
    overflow-y: scroll;
}

/*--- responsive css start --*/
@media only screen and (min-width : 320px) and (max-width : 1024px) {
.header_top ,.header_nav ,.header_right_icon {
    display: none;
}
.logo_margimg {
    margin-top: 0;
    padding: 0 0;
    text-align: left;
}
.logo_margimg img {
    width: 130px;
}
.head_bg {
    padding: 5px 0;
}
.banner_texthd {
    font-size: 30px;
    line-height: 32px;
    margin-bottom: 15px;
}
.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: 320px;
    right: 2%;
}
.banner_info {
    margin-top: 70px;
}
.ms-slide::before {
    background: rgb(255,255,255);
    background: linear-gradient(90deg, rgba(255,255,255,0) 20%, rgba(255,231,215,0.7595413165266106) 35%, rgba(255,229,212,0.9360119047619048) 65%, rgba(255,229,212,1) 100%);
}
.services_info ,.care_groupinfo 
,.support_info ,.insta_info ,.testimonial_info{
    padding: 40px 0;
}
.banner_info .ms-nav-prev {
    left: 0 !important;
}
.banner_info .ms-nav-next {
    right: 0 !important;
}
.main_text_hd {
    font-size: 24px;
    line-height: 30px;
}	
.care_gpright {
    margin-top: 20px;
}
.about_leftimg img {
   height: auto;
}	
.about_leftimg {
    padding-right: 0;
    margin-bottom: 40px;
}	
.choose_topbox {
    padding: 15px;
}
.choose_boxicon {
    font-size: 16px;
    padding: 10px 0;
}
.choose_info {
    margin-bottom: 40px;
}
.footer_social {
    margin-top: 15px;
}
.footer_flagimg {
    margin: 15px 0;
}
.fttop_bd {
    border-right: none;
    border-bottom: 1px solid rgb(39 36 37 / 16%);
}
.footer_middbox {
    padding: 0px 0px 10px 0px;
    margin-bottom: 10px;
}
.fotter_ndisbox {
    display: block !important;
}
.fotter_ndisbox img {
    margin: 10px 0;
}
.footer_text_left, .footer_text_left a {
    font-size: 13px;
}
.footer_head {
    padding-left: 0;
    margin-bottom: 20px;
}	
.footer_copy_text {
    margin-top: 0;
    padding: 18px 0 60px;
}
#back_to_top {
    bottom: 50px;
}
.inner_pageimg {
    margin-bottom: 30px;
}
.page .entry-header, .blog_page_header {
    padding: 120px 0 25px !important;
    margin: 75px 0 0 !important;
}
.page .entry-title, .blog_page_title {
    font-size: 26px;
}
.inner_text_hd {
    font-size: 24px;
    line-height: 30px;
}
.inner_cntbox {
    padding: 25px 10px;
    margin-top: 30px;
}
.inner_serveinfo {
    padding: 30px 0;
    margin-top: 20px;
}
.left-sec-contact-information {
    margin-bottom: 40px;
}
.insta_posibox {
    font-size: 16px;
    width: 90%;
}
.insta_posibox strong {
    display: block;
}
.insta_posibox img {
    margin: 0 auto;
    display: flex;
}
}

@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 {
    max-width: 410px;
    right: 4%;
}
.care_gpright {
    margin-top: 0;
}
.testimonial_textbox .sp-testimonial-content p {
    min-height: 205px;
}
.fttop_bd {
    border-right: 1px solid rgb(39 36 37 / 16%);
    border-bottom: none;
}
.insta_posibox img {
    margin: 0;
	display: inline-block;
}
.insta_posibox strong {
    display: inline-block;
}
.insta_posibox {
    width: auto;
}
}

@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : landscape) {
.ms-slide-info {
    max-width: 410px;
    right: 4%;
}
.care_gpright {
    margin-top: 0;
}
.testimonial_textbox .sp-testimonial-content p {
    min-height: 205px;
}
.fttop_bd {
    border-right: 1px solid rgb(39 36 37 / 16%);
    border-bottom: none;
}
.insta_posibox img {
    margin: 0;
	display: inline-block;
}
.insta_posibox strong {
    display: inline-block;
}
.insta_posibox {
    width: auto;
}
}


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

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

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

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

@media screen and (min-width: 2550px) {
.ms-slide-info {
    right: 24%;
    width: 570px !important;
}
}   
