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;
}

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

/*---- header section start ---*/
.header_topbg {
    background: #dcf1fc;
}
.header_logo img {
    width: 170px;
}
.hd_contact ,.form_boxmain .box .btn{
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    border-radius: 10px;
    padding: 10px 30px;
    display: inline-block;
    background: #56ae46;
    text-transform: uppercase;
    transition: all 500ms ease-in-out;
}
.hd_contact:hover ,.form_boxmain .box .btn:hover{
    box-shadow: inset 0 80px #1895c1;
	color: #fff;
}
.hd_contact img{
    width: 13px;
    margin-right: 8px;
}
.hd_contact2{
    background: #1895c1;
}
.hd_contact2:hover{
    box-shadow: inset 0 80px #56ae46;
	color: #fff;
}
.header_nav ul li {
    display: inline-block;
    margin-left: 45px;
}
.header_nav ul li:first-child{
    margin-left: 0;
}
/*-- banner sectiion start --*/
.banner_info {
    margin-top: 100px;
    padding: 0 15px 0 15px;
    background: #dcf1fc;
}
.banner_mnbox img{
    width: 100%;
    border-radius: 20px;
}
.ms-slide::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 20px;
    background: rgb(0 0 0 / 50%);
    z-index: 1;
}
.ms-slide-info {
    position: absolute !important;
    top: 50%;
    left: 50%;
    max-width: 74%;
    text-align: center;
    transform: translate(-50%, -50%) !important;
}

.banner_info .ms-nav-prev {
    background: url(../images/banner_leftarrow.png) no-repeat center !important;
    width: 57px !important;
    height: 57px !important;
    border-radius: 5px;
    border: 1px solid #ecf9ff;
    background-size: 12px !important;
}
.banner_info .ms-nav-next {
    background: url(../images/banner_rightarrow.png) no-repeat center !important;
    width: 57px !important;
    height: 57px !important;
    border-radius: 5px;
    border: 1px solid #ecf9ff;
    background-size: 12px !important;
}
.banner_textsmall {
    font-size: 20px;
    line-height: 25px;
    color: #ffffff;
    margin-bottom: 15px;
}
.banner_texthd {
    font-size: 55px;
    line-height: 65px;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    padding-bottom: 10px;
    font-family: PlayfairDisplay;
}
.banner_texthdpara {
    color: #fff;
    font-size: 17px;
    line-height: 25px;
    padding-bottom: 30px;
    letter-spacing: 1px;
}
/*-- banner sectiion start ---*/

/*-- new content sectiion start ---*/
.newcont_info {
    padding: 80px 0;
    background: #DCF1FC;
    background: linear-gradient(0deg, rgba(220, 241, 252, 0.5) 0%, rgba(220, 241, 252, 1) 100%);
}
.newcont_img img {
    clip-path: shape(from 90.15% 38.62%,curve to 92.48% 62.88% with 94.90% 50.00%,smooth to 80.15% 85.03%,smooth to 57.05% 93.45%,smooth to 32.10% 88.42%,smooth to 12.38% 73.81%,smooth to 3.42% 49.70%,smooth to 12.15% 26.79%,smooth to 32.40% 9.16%,smooth to 56.11% 4.26%,smooth to 77.36% 17.49%,smooth to 90.15% 38.62%);
}
/*-- new content sectiion end ---*/

/*---- about section start ---*/
.about_info{
    padding: 95px 0;
    background: #dcf1fc url(../images/abt_bgshape.png) no-repeat bottom right;
}
.main_text_hd {
    font-size: 45px;
    line-height: 55px;
    margin-bottom: 15px;
    color: #000;
    font-family: PlayfairDisplay;
}
.main_text_hd2 {
    font-size: 30px;
    line-height: 38px;
}
.main_text_para {
    font-size: 16px;
    color: #000;
	margin-bottom: 10px;
}
.abt_rtbox {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 25px;
}
.abt_flexbox {
    display: flex;
    width: 75%;
}
.abt_iconbox img {
    width: 25px;
}
.abt_iconbox {
    display: flex;
    align-items: center;
}
.abt_iconbox strong {
    width: 75%;
    font-size: 14px;
    color: #232323;
    font-weight: 400;
    margin-left: 15px;
}
/*---- about section end ---*/

/*-- support section start --*/
.support_info{
    padding: 95px 0 80px;
}
.supp_mainbox {
    padding: 0 60px;
}
.support_itembox{
    border-radius: 10px;
    background: #1895c1;
    padding: 32px 0 42px;
    text-align: center;
    cursor: pointer;
    transition: all 500ms ease-in-out;
	min-height: 100%;
}
.support_itembox:hover{
    background: #56ae46;
}
.supp_icon img {
    width: 44px;
}
.supp_texthd {
    font-size: 20px;
    color: #fff;
    margin-top: 15px;
}
.supp_texthd strong {
    display: block;
    font-size: 14px;
    font-weight: 500;
    margin-top: 5px;
}
/*-- support section end --*/

/*-- services section start --*/
.main_smallbox {
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 25px;
    color: #1895c1;
    margin-bottom: 15px;
}
.serve_icon {
    width: 55px;
    margin-bottom: 25px;
}
.serve_itembox {
    border-radius: 15px;
    background: #fff;
    border: 2px solid #56ae46;
    min-height: 100%;
    padding: 32px 15px 42px 20px;
}
.serve_texthd {
    font-size: 20px;
    color: #000;
    font-weight: 400;
    font-family: PlayfairDisplay;
    line-height: 25px;
    height: 60px;
}
.serve_link {
    font-size: 17px;
    line-height: 24px;
    color: #1895c1;
    font-weight: bold;
    text-transform: uppercase;
    display: inline-block;
    border-bottom: 1px solid #1895c1;
    margin-top: 20px;
}

/*-- services section end ----*/

/*--- choose section start ---*/
.choose_info {
    background: #C4EDBD;
    background: linear-gradient(0deg, rgba(196, 237, 189, 1) 0%, rgb(196 237 189 / 0%) 100%);
    padding: 75px 0 85px;
}
.choose_itembox {
    border-radius: 12px;
    box-shadow: 0px 3px 0.5px rgba(48,60,149,0.27);
    background: #56ae46;
    padding-top: 20px;
    min-height: 100%;
}
.choose_icon {
    width: 75px;
    height: 75px;
    border-radius: 50%;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}
.choose_icon img{
    width: 33px;
}
.choose_textbox {
    background: #ffff;
    text-align: center;
    padding: 15px 5px;
    border-radius: 5px;
    margin-top: 18px;
    min-height: 180px;
}
.choose_texthd {
    font-size: 13px;
}
.choose_texthd strong {
    font-size: 15px;
    color: #000;
    display: block;
    font-weight: 600;
    margin-bottom: 5px;
}
/*--- choose section end ---*/

/*---- testimonial section start ---*/
.testimonial_bg {
    background: rgb(0 0 0 / 50%) url(../images/testimonial_bgimg.jpg) no-repeat center;
    background-size: cover;
    background-attachment: fixed;
    padding: 100px 70px 80px;
    border-radius: 20px;
    background-blend-mode: soft-light;
    margin: 100px 0 90px;
}
.sp-testimonial-free {
    padding: 32px 20px;
}
.sp-testimonial-client-rating {
    position: absolute;
    top: 35px;
    right: 20px;
}
.sp-testimonial-content p {
    font-size: 14px !important;
    text-align: left !important;
    color: #000 !important;
    line-height: 22px !important;
    padding: 0 !important;
}
.tfree-client-image.wp-post-image {
    border-radius: 0 !important;
    background: none !important;
}
.sp-testimonial-client-name {
    text-align: right !important;
    font-weight: 600 !important;
    color: #000 !important;
    font-size: 15px !important;
}
/*---- testimonial section end ---*/

/*---- ctamain section start ---*/
.ctamain_bg {
    background: url(../images/ctamain_bg.jpg) no-repeat center;
    background-size: cover;
    border-radius: 20px;
    position: relative;
    margin-bottom: -180px;
    z-index: 0;
}
.ctamain_bg::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/ctacircleshape_img.png) no-repeat  top 0 right 20px;
    background-size: contain;
    z-index: -1;
}
.cta_rightbox {
    margin-top: -40px;
    width: 340px;
}
.cta_hours img{
    width: 37px;
    margin-right: 10px;
}
.cta_hours {
    font-size: 18px;
    color: #fff;
    font-weight: 600;
    margin-left: 25px;
}
.ctamain_leftbox .main_text_para {
    font-size: 14px;
    margin-bottom: 15px;
}
/*---- ctamain section end ---*/

/*---- footer section start --*/
.home .footer_bg {
    background: #dbf1fb;
    padding-top: 95px;
}
.footer_bg {
    background: #dbf1fb;
    padding-top: 30px;
}
.home .footer_backmn ,.footer_backmn{
    border-radius: 20px;
    background: #02202a;
    padding: 165px 100px 45px 100px;
}
.footer_backmn{
	padding: 60px 100px 45px 100px;
}
.footer_hd_text {
    color: #fff;
    font-size: 18px;
    margin-bottom: 25px;
    text-transform: uppercase;
}
.footer_list ul{
    padding: 0;
    margin: 0;
}
.footer_list ul li {
    margin-bottom: 3px;
    list-style: none;
}
.footer_list ul li a {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
}
.footer_list ul li a:hover{
    color: #56ae46;
}
.footer_cnt_box {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}
.footer_cnt_text {
    color: #fff;
    font-size: 14px;
}
.footer_cnt_text a {
    color: #fff;
}
.footer_cnt_img {
    width: 28px;
    height: 28px;
    background: #56ae46;
    border-radius: 50%;
    margin-right: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.footer_cnt_img img {
    width: 12px;
}
.footer_head {
    padding-left: 50px;
}
.footer_logo {
    width: 138px;
    display: inline-block;
    margin-bottom: 25px;
}
.footer_textpara {
    font-size: 14px;
    color: #fff;
    margin-bottom: 25px;
}
.footer_socialbox a {
    width: 30px;
    height: 30px;
    border-radius: 14px;
    background: #56ae46;
    display: inline-block;
    line-height: 30px;
    text-align: center;
    margin-right: 10px;
}
.footer_socialbox img {
    width: 15px;
}
.footer_copy_text {
    padding: 25px 0 17px;
    font-size: 14px;
    color: #070707;
    text-align: center;
}
.footer_copy_text a{
    color: #070707;
}
.footer_copy_text a:hover{
    color: #56ae46;
}
/*---- footer section end --*/

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

#back_to_top:hover{
    background: #56ae46;
}

/*-- inner page head --*/

.site-content, .site-main .widecolumn {
    margin-left: 0px !important;
}
.page .entry-header, .blog_page_header {
    background: url("../images/inner_bannerimg.png") #1895C1 !important;
    background-size: cover !important;
    max-width: 100% !important;
    padding: 150px 0 80px !important;
    margin: 100px 0 0 !important;
    position: relative;
    overflow: hidden;
    text-align: center;
    background-blend-mode: soft-light;
}
.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: #f26d20;
    position: relative;
    font-size: 15px;
}
.breadcrumb-container a {
    color: #f26d20;
}
.inner_text_hd {
    font-size: 28px;
    font-weight: 600;
    color: #050606;
    line-height: 35px;
    margin-bottom: 15px;
    margin-top: 0;
    font-family: PlayfairDisplay;
}
.inner_text_hd strong {
    color: #1895C1;
    font-weight: 600;
}
.left-sec-contact-information {
    background: #fff;
    box-shadow: 0px 0px 5px -3px #4d4d4d;
    padding: 40px;
	min-height: 100%;
}
.contact_left_box {
    display: flex;
    flex-direction: row;
    margin-bottom: 15px;
}
.cont_left_icon {
    width: 40px;
    height: 40px;
    background: #1895C1;
    line-height: 35px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 4px solid #fff;
    outline: 1px solid #1895C1;
}
.contact_left_text {
    font-size: 15px;
    color: #000;
    font-weight: 400;
    width: 80%;
    margin-left: 20px;
}
.contact_left_text strong {
    font-size: 17px;
    color: #1895c1;
    font-weight: 600;
    display: block;
    margin-bottom: 5px;
}
.contact_left_text a {
    color: #000;
}
.contact_rtbox {
    border-radius: 5px;
    padding: 40px;
    box-shadow: 0px 0px 5px -3px #4d4d4d;
}
.form_cnthd {
    font-size: 14px;
    color: #1895c1;
    margin-bottom: 10px;
}
.form_cnthd p {
    margin-bottom: 0;
}
.form_boxmain .box .form-control {
    border: 1px solid #1895c1;
    border-radius: 0;
    width: 100%;
    outline: none;
    padding: 10px 15px;
    width: 100%;
    box-shadow: none;
    font-size: 14px;
}
.form_boxmain .box textarea {
    height: 92px;
    resize: none;
}
.abtin_bginfo {
    padding: 80px 0;
    margin-top: 60px;
    background: #dcf1fc;
    background: linear-gradient(0deg, rgba(24, 149, 193, 0) 0%, rgb(220 241 252) 100%);
    border-top: 2px solid #1895c1;
}
.inner_visionbg {
    background: #ecffe8;
    padding: 70px 0;
}
.inner_visionitem {
    display: flex;
    padding-right: 25px;
}
.inner_visionitem2 {
    padding-left: 30px;
}
.vission_itemtext {
    width: 80%;
    margin-left: 25px;
}
.vission_innericon {
    width: 70px;
    height: 70px;
    background: #56ae46;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 4px solid #fff;
    outline: 2px dotted #56ae46;
}
.inner_visionitem2 .vission_innericon{
    background: #1895c1;
    outline: 2px dotted #1895c1;
}
.vission_innericon img {
    width: 40px;
    -webkit-filter: invert(1) brightness(10);
    filter: invert(1) brightness(10);
}

.vission_itemtext strong {
    display: block;
    color: #56ae46;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 5px;
}
.vission_itemtext {
    width: 80%;
    margin-left: 25px;
    font-size: 14px;
    text-align: justify;
    text-align-last: left;
}
.bd_rt {
    border-right: 1px solid #d0d0d0;
}
.about_valueinfo {
    padding: 80px 0;
    background: #dcf1fc;
    background: linear-gradient(180deg, rgba(24, 149, 193, 0) 0%, rgb(220 241 252) 100%);
}
.abt_valueitem {
    box-shadow: 0px 0px 5px -3px #545454;
    min-height: 100%;
    padding: 10px;
    text-align: center;
    background: #fff;
    border-radius: 10px;
    border-bottom: 2px solid #1895c1;
}
.abt_valueitem2{
    border-bottom: 2px solid #56ae46;
}
.abt_valuetext strong {
    display: block;
    color: #1895c1;
    font-size: 18px;
    font-weight: 500;
    margin: 10px 0 8px;
}
.abt_valuetext {
    font-size: 15px;
    color: #111;
}
.abt_valueitem2 .abt_valuetext strong {
    color: #56ae46;
}
.abt_valicon {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #1895c1;
    border-radius: 50%;
    margin: 0 auto;
    border: 4px solid #fff;
    outline: 2px dotted #1895c1;
}
.abt_valueitem2 .abt_valicon{
    background: #56ae46;
    outline: 2px dotted #56ae46;
}
.abt_valicon img{
    width: 30px;
    -webkit-filter: invert(1) brightness(10);
    filter: invert(1) brightness(10);
}
.inner_pgimg img {
    width: 100%;
    box-shadow: 0px 0px 4px #8e8e8e;
    padding: 7px;
    background: #fff;
}
.serveinner_info {
    background: #ebf8ff;
    padding: 60px 0;
    margin-top: 50px;
}
.inner_page_list ul{
    padding: 0;
    margin: 0;
}
.inner_page_list ul li {
    background: url(../images/checkmark.png) no-repeat left 4px;
    font-size: 15px;
    color: #111;
    padding: 0px 0 8px 28px;
    line-height: 25px;
    font-weight: 400;
    list-style: none;
    background-size: 20px;
}
.inner_text_para {
    font-size: 15px;
    color: #111;
    margin-bottom: 10px;
}
.inner_text_para p{
    margin-bottom: 10px;
}
.inner_ctabox {
    background: #1895c1;
    text-align: center;
    padding: 50px 30px;
    margin-top: 60px;
    border-radius: 10px;
}
.inner_ctabox .inner_text_para ,.inner_ctabox .inner_text_hd{
    color: #fff;
}
.inner_ctabox .hd_contact{
    background: #fff;
    color: #000;
}
.inner_ctabox .hd_contact:hover{
    box-shadow: inset 0 80px #56ae46;
    color: #fff;
}
.inner_text_hd2 {
    font-size: 16px;
    color: #56ae46;
    font-weight: 600;
    margin-bottom: 10px;
}

.ref_form_box {
	padding: 35px;
	margin-bottom: 30px;
	border: 1px solid #ddd;
	border-radius: 10px;
}
.ref_form_box p {
	margin-bottom: 0 !important;
}
.ref_form_box_heading {
	color: #111;
	font-weight: bold;
	font-size: 26px;
	line-height: 30px;
}
.ref_form_box_heading strong {
	color: #1895c1;
	font-weight: bold;
}
.ref_form_box_label {
	color: #666;
	margin-top: 15px;
}
.ref_form_box_input input {
	width: 100%;
	min-height: 44px;
	margin-top: 2px;
	border: 1px solid #ccc !important;
	color: #555;
}
.ref_form_box_input select {
	background: url("../images/dropdown.png") #fff no-repeat center right 10px;
	width: 100%;
	min-height: 44px;
	margin-top: 2px;
	border: 1px solid #ccc !important;
	border-radius: 2px;
	color: #555;
	padding: 10px 30px 10px 12px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.ref_form_box_input textarea {
	resize: none;
	height: 144px;
	margin-top: 2px;
	border: 1px solid #ccc !important;
	color: #555;
}
.ref_form_box .contact_btn input {
	font-weight: 600;
	background: #1895c1 !important;
	font-size: 16px;
	margin-top: 20px;
	border-radius: 30px;
	padding: 13px 30px 12px;
}
span.wpcf7-list-item {
	margin: 0 !important;
	display: block;
}
.wpcf7-list-item label {
	display: block;
	position: relative;
	margin-top: 8px;
	color: #555;
	cursor: pointer;
	font-size: 16px;
	font-weight: 500;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.half_check .wpcf7-list-item {
	width: 45%;
}
.wpcf7-list-item label input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}
.wpcf7-list-item-label {
	position: relative;
	padding-left: 22px;
}
.wpcf7-list-item-label::before {
	position: absolute;
	top: 1px;
	left: 0;
	height: 16px;
	width: 16px;
	background-color: #eee;
	border: 1px solid #ccc;
	border-radius: 50%;
}
.wpcf7-list-item label:hover input ~ .wpcf7-list-item-label:before {
	background-color: #ccc;
}
.wpcf7-list-item label input:checked ~ .wpcf7-list-item-label:before {
	background-color: #1895c1;
	border-color: #1895c1;
}
.wpcf7-list-item-label:after {
	content: "";
	position: absolute;
	display: none;
}
.wpcf7-list-item label input:checked ~ .wpcf7-list-item-label:after {
	display: block;
}
.wpcf7-list-item label .wpcf7-list-item-label:after {
	left: 6px;
	top: 3px;
	width: 5px;
	height: 9px;
	border: solid #fff;
	border-width: 0 1px 1px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.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: #1895c1;
    margin-top: 12px;
    font-size: 18px;
}
.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: #1895c1;
    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: #56ae46;
    color: #fff !important;
    padding: 10px 0;
    font-weight: bold;
    display: inline-block;
}
.prof_nursbgbox {
    padding: 0 50px;
}
.prof_texttop {
    font-size: 18px;
    color: #56ae46;
    font-weight: 500;
}
.prof_nursitembox {
    min-height: 100%;
    text-align: center;
    padding: 35px 5px;
    background: #fff;
    box-shadow: 0px 0px 4px -2px #505050;
    border-bottom: 2px solid #1895c1;
}
.prof_nursicon {
    width: 70px;
    height: 70px;
    background: #1895c1;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    padding: 12px;
    border: 4px solid #fff;
    outline: 1px dashed #1895c1;
}
.prof_nursicon img{
	-webkit-filter: invert(1) brightness(10);
	filter: invert(1) brightness(10);
}
.prof_nurstext {
    font-size: 14px;
    font-weight: 500;
    margin-top: 15px;
    color: #1895c1;
}
.prof_nursitembox2 {
    border-bottom: 2px solid #56ae46;
}
.prof_nursitembox2 .prof_nursicon {
    background: #56ae46;
	outline: 1px dashed #56ae46;
}
.prof_nursitembox2 .prof_nurstext {
    color: #56ae46;
}
.prof_nursinfo {
    padding-top: 60px;
}
.midd_stacbg {
    box-shadow: 0px 0px 10px -5px #585858;
    padding: 30px;
}
.inner_steplinett {
    font-size: 14px;
    padding: 8px 10px;
    box-shadow: 0px 0px 5px -2px #494949;
    color: #1895c1;
    font-weight: 500;
    text-align: left;
    display: inline-block;
}
.step_numb{
    width: 50px;
    height: 50px;
    background: rgb(168 232 255);
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    color: #000;
    flex-direction: column;
	margin-bottom: 15px;
}
.step_numb strong {
    font-size: 16px;
}
.step_textinbox {
    text-align: left;
}
.step_textinbox .inner_text_hd {
    font-size: 17px;
    color: #1895c1;
    line-height: 25px;
    margin-bottom: 10px;
}

/*-- Responsive css start ---*/
@media only screen and (min-width : 320px) and (max-width : 1024px) {
.header_nav ,.header_rtbtn{
    display: none;
}
.header_topbg {
    padding: 8px 0;
}
.header_logo img {
    width: 110px;
}
.ms-slide-info {
    max-width: 100%;
	top: 62%;
}
.ms-slide-bgcont img {
    object-fit: cover !important;
    height: 100% !important;
}
.ms-view, .ms-slide, .ms-slide-bgcont {
    height: 380px !important;
}	
.ms-nav-prev, .ms-nav-next {
    display: none;
}
.banner_info {
    margin-top: 74px;
}
.banner_disc {
    background: rgb(255 255 255 / 30%);
    padding: 18px 10px;
}
.banner_texthd {
    font-size: 22px;
    line-height: 25px;
    padding-bottom: 6px;
}
.banner_textsmall {
    font-size: 15px;
    line-height: 22px;
    margin-bottom: 8px;
}
.banner_texthdpara {
    font-size: 14px;
    line-height: 19px;
    padding-bottom: 10px;
}
.hd_contact, .form_boxmain .box .btn {
    font-size: 14px;
    padding: 8px 20px;
}
.newcont_info {
    padding: 40px 0;
}
.main_text_hd2 {
    font-size: 20px;
    line-height: 30px;
}
.about_info {
    padding: 40px 0;
}
.main_text_hd {
    font-size: 25px;
    line-height: 35px;
    margin-bottom: 10px;
}	
.abt_rtbox {
    margin-top: 25px;
    display: block;
}
.abt_flexbox {
    display: block;
    margin-top: 20px;
}
.abt_iconbox {
    margin-bottom: 12px;
}
.about_leftimg {
    margin-bottom: 25px;
}
.support_info {
    padding: 40px 0;
}
.supp_mainbox {
    padding: 0;
}
.choose_info {
    padding: 40px 0;
}
.testimonial_bg {
    padding: 40px 10px 30px;
    margin: 40px 0;
}
.ctamain_bg {
    padding: 10px;
}
.ctamain_leftbox {
    margin-top: 20px;
}
.footer_backmn {
    padding: 40px 15px 0 15px;
}
.footer_head {
    padding-left: 0;
    margin-bottom: 30px;
}
.footer_list ul li a {
    font-size: 13px;
}
.footer_copy_text {
    padding: 15px 0 60px;
    font-size: 13px;
}
.prof_nursbgbox {
    padding: 15px;
}
#back_to_top {
    bottom: 48px;
}
.rmp-menu-title-image {
    background: #fff;
    width: 140px;
    padding: 15px;
    margin-bottom: 40px !important;
	border-radius: 10px;
}
.page .entry-header, .blog_page_header {
    padding: 95px 0 35px !important;
    margin: 72px 0 0 !important;
}
.page .entry-title, .blog_page_title {
    font-size: 25px;
}
.inner_text_hd {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 10px;
}
.inner_pgimg {
    margin-bottom: 30px;
}	
.abtin_bginfo {
    padding: 40px 0;
    margin-top: 40px;
}
.inner_visionbg {
    padding: 40px 0;
}
.inner_visionitem {
    padding-right: 0;
    display: block;
}
.vission_itemtext {
    width: auto;
    margin-left: 0;
    text-align: left;
    margin-top: 25px;
}
.inner_visionitem2 {
    padding-left: 0;
    margin-top: 30px;
}
.about_valueinfo {
    padding: 40px 0;
}
}

@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: 85%;
    top: 50%;
}
.banner_info .ms-nav-prev, .banner_info .ms-nav-next {
    display: block;
	width: 35px !important;
    height: 35px !important;
}
}

@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : landscape) {
.ms-slide-info {
    max-width: 85%;
    top: 50%;
}
.banner_info .ms-nav-prev, .banner_info .ms-nav-next {
    display: block;
	width: 35px !important;
    height: 35px !important;
}
}

/* 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) {

}

@media screen and (min-width: 1624px) {
.container-fluid {
  max-width: 1600px;
}
}

@media screen and (min-width: 1920px) {
.container-fluid {
  max-width: 1600px;
}
.ms-slide-info {
    max-width: 60%;
}
}

@media screen and (min-width: 2048px) {
.container-fluid {
  max-width: 1600px;
}
.ms-slide-info {
    max-width: 50%;
}
}

@media screen and (min-width: 2550px) {
.container-fluid {
  max-width: 1600px;
}
.ms-slide-info {
    max-width: 40%;
}
}