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 ---*/
.header_top {
    padding: 12px 0;
    transition: all 500ms ease-in-out;
}
.header_top_text{
    display: inline-block;
}
.header_top_text a {
    font-size: 14px;
    color: #fff;
}
.header_top_text a:hover{
    color: #000;
}
.header_top_text img{
    width: 18px;
    margin-right: 5px;
}
.header_topsocail img {
    width: 35px;
    margin-left: 5px;
}
.header_top_text img {
    margin-right: 8px;
}
.header_top_text{
    margin-left: 20px;
}
.header_top_text:first-child {
    margin-left: 0;
}
.logo_img {
    border-right: 1px solid rgb(1 15 49 / 14%);
	text-align: left;
}
.logo_img img{
    padding: 10px;
}
.head_bg {
    background: #fff;
    border-radius: 5px;
    text-align: center;
    transition: all 500ms ease-in-out;
    box-shadow: 0px 6px 6.5px rgba(0,0,0,0.08);
}

.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: #39b4e5; 
    border-radius: 5px;
}
  
  /* Handle on hover */
.header_nav ul ul::-webkit-scrollbar-thumb:hover {
    background: #000; 
}


.hd_contact, 
.form_box .box .btn, 
.inner_contform .box .btn {
    background: #39b4e5;
    padding: 12px 35px;
    display: inline-block;
    font-size: 16px;
    color: #ffffff;
    border-radius: 25px;
    font-weight: 600;
    transition: all 500ms ease-in-out;
}
.hd_contact:hover ,
.form_box .box .btn:hover ,
.inner_contform .box .btn:hover{
    color: #fff;
    box-shadow: inset 0 80px #010602;
}
.navbar-default.navbar-shrink .header_top {
    margin-top: -60px;
}
.navbar-default.navbar-shrink .head_bg {
    box-shadow: 0px 0px 15px -8px #8f8f8f;
}
/*--- banner section start ---*/
.banner_info {
    position: relative;
    overflow: hidden;
    background: url(../images/banner_backimg.jpg) no-repeat;
    background-position: center;
    background-size: cover;
    padding-top: 200px;
    z-index: 0;
}
.banner_text1{
    color: #fff;
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 28px;
    font-weight: 600;
}
.banner_text2 {
    font-size: 48px;
    color: #fff;
    font-weight: bold;
    line-height: 60px;
    padding-bottom: 25px;
}
.banner_text2 strong {
    font-size: 44px;
    font-weight: bold;
    color: #282424;
    background: #39b4e5;
    padding: 0 16px;
    border-radius: 35px 5px 5px 5px;
    vertical-align: text-top;
    display: inline-block;
}
.banner_text_para {
    font-size: 26px;
    line-height: 29px;
    color: #fafafa;
    font-weight: bold;
    margin-bottom: 25px;
}
.banner_imgbox{
    position: relative;
    z-index: 0;
}
.main_btn {
    background: #fff;
    color: #000;
    display: inline-block;
    padding: 12px 30px;
    border-radius: 25px;
    font-size: 17px;
    font-weight: 600;
    transition: all 500ms ease-in-out;
}
.hd_contact_ch {
    background: transparent;
    border: 2px solid #fff;
    color: #fff;
    margin-right: 10px;
}
.main_btn:hover{
    box-shadow: inset 0 80px #000;
    color: #fff;
}
.banner_imgbox::before {
    position: absolute;
    content: "";
    top: 70px;
    left: -30px;
    width: 482px;
    height: 482px;
    border-radius: 50%;
    background: rgb(255 255 255 / 24%);
    z-index: -1;
    animation: bounce-in 8s ease infinite;
}
@keyframes bounce-in {
    0% {
      opacity: 0;
      transform: scale(.3);
    }
    50% {
      opacity: 1;
      transform: scale(1.05);
    }
    70% { transform: scale(.9); }
    100% { transform: scale(1); }
}
.banner_imgbox::after {
    position: absolute;
    content: "";
    bottom: 10%;
    left: -15%;
    width: 103px;
    height: 24px;
    background: url(../images/banner_dottedicon2.png) no-repeat;
    animation: ball 10s ease-in-out infinite;
    z-index: -1;
}
.banner_dottedamt{
    position: relative;
}
.banner_dottedamt::before ,.banner_dottedamt::after{
    position: absolute;
    content: "";
    top: 0;
    right: 50%;
    width: 103px;
    height: 24px;
    background: url(../images/banner_dottedicon1.png) no-repeat;
    animation: ball 10s ease-in-out infinite;
    z-index: -1;
}
.banner_dottedamt::after {
    top: auto;
    bottom: 10%;
    right: 0;
}
@keyframes ball {
0%,
100% {
	transform: translateX(-50%);
}
    
50% {
	transform: translateX(50%);
}
}
/*-- banner section end --*/

/*-- choose us section start --*/
.choose_info{
    padding: 65px 0;
}
.choose_icon {
    width: 130px;
    height: 125px;
    border-radius: 3px;
    box-shadow: 0px 6px 17.5px rgba(0,0,0,0.08);
    background: #fff;
    margin: 0 auto;
    transition: all 500ms ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
}
.choose_icon img {
    width: 75px;
}
.choose_boxtop:hover .choose_icon{
    background: #b0eafd;
}
.choose_text {
    font-size: 20px;
    color: #000;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 20px;
}
.main_smalltext {
    color: #282525;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 13px;
    line-height: 25px;
    font-size: 16px;
}
.main_text_hd {
    font-size: 40px;
    color: #1c1b1b;
    font-weight: bold;
    margin-bottom: 20px;
    line-height: 45px;
}
.choose_rightbd {
    position: absolute;
    top: 0;
    bottom: 0;
}
.rtbdchoose1 {
    left: 28%;
    border-right: 1px solid rgba(0, 0, 0, 0.07);
}
.rtbdchoose2 {
    left: 51%;
    border-right: 1px solid rgba(0, 0, 0, 0.07);
}
.rtbdchoose3 {
    left: 71%;
    border-right: 1px solid rgba(0, 0, 0, 0.07);
}
/*-- choose us section end --*/

/*--- services section start --*/
.services_info {
    padding: 80px 0 30px;
    background: #00ab4f url(../images/halfround_circleimg.png) no-repeat;
    background-size: 100%;
}
.services_tophd {
    font-size: 40px;
    line-height: 45px;
}
.services_tophd strong {
    color: #222222;
    font-weight: bold;
    background: rgb(245 253 255 / 68%);
    display: inline-block;
    border-radius: 5px;
    padding: 6px 15px;
}
.services_imgbox img {
    height: 208px;
    object-fit: cover;
    border-radius: 10px;
}
.services_texthd {
    font-size: 20px;
    color: #fff;
    font-weight: 600;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 25px;
}
.services_textpara {
    font-size: 14px;
    color: #fff;
    line-height: 24px;
    margin-bottom: 15px;
}
.services_textbox {
    min-height: 190px;
}
.owl_servboxin .main_btn {
    font-size: 15px;
    color: #131212;
    padding: 10px 30px;
}
.owl_servboxin .main_btn:hover{
    box-shadow: inset 0 80px #000;
    color: #fff;
}
.form_box {
    background: #fff;
    border-radius: 5px;
    box-shadow: 0px 2px 10.5px rgba(8,8,8,0.07);
    padding: 40px 35px 30px;
    margin-top: 75px;
    position: relative;
    z-index: 1;
}
.form_box .box p {
    margin-bottom: 15px;
}
.form_box .box .form-control ,
.inner_contform .box .form-control{
    border: 2px solid #141414;
    font-size: 15px;
    color: #272525;
    width: 100%;
    padding: 10px 15px;
    font-weight: 500;
    border-radius: 5px;
    box-shadow: none;
}
.form_box .box .form-control::placeholder ,
.inner_contform .box .form-control::placeholder{
    color: #272525;
}
.form_box .box .btn ,
.inner_contform .box .btn{
    border-radius: 5px;
    width: 100%;
    text-transform: capitalize;
}
.wpcf7-spinner{
    display: none !important;
}
.form_box .box textarea ,
.inner_contform .box textarea{
    height: 100px;
    resize: none;
}
.inner_contform .box .btn{
    width: auto;
    border-radius: 25px;
}
.owl_servicesbox .owl-prev ,.owl_servicesbox .owl-next{
    width: 50px;
    height: 50px;
    background: url(../images/arrow_lefticon.png) no-repeat !important;
    top: 34%;
    position: absolute;
    left: -80px;
    font-size: 0 !important;
    background-size: 26px !important;
    background-position: center !important;
}
.owl_servicesbox .owl-next{
    background: url(../images/arrow_righticon.png) no-repeat !important;
    right: -80px;
    left: auto;
    background-position: center !important;
    background-size: 26px !important;
}

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

/*--- about section start --*/
.about_info {
    padding: 280px 0 90px;
    background: url(../images/halfround_circleimg2.png) no-repeat;
    background-size: 100%;
    margin-top: -158px;
    position: relative;
}
.about_info::before {
    position: absolute;
    content: "";
    top: 25%;
    right: 45%;
    background: url(../images/about_toparrow.png) no-repeat;
    width: 110px;
    height: 59px;
    background-size: 100%;
    background-position: center;
    transform: translatey(-50%);
}
.main_btn2 {
    background: #39b4e5 url(../images/right_arrowbtn.png) no-repeat;
    font-size: 16px;
    color: #000000;
    line-height: 25px;
    display: inline-block;
    padding: 10px 45px 10px 30px;
    border-radius: 25px;
    font-weight: 500;
    background-position: right 20px center;
}
.main_btn2:hover{
    background-position: right 15px center;
    color: #000;
}
.main_text_para {
    font-size: 16px;
    color: #080707;
    margin-bottom: 25px;
}
.about_imgbox img {
    height: 432px;
    object-fit: cover;
    border-radius: 10px;
}
/*--- about section end --*/

/*-- testimonial section start --*/
.testimonial_info{
    background: #e4f8ff;
    padding: 65px 0;
}
.testimonial_box .sp-testimonial-client-rating {
    position: absolute;
    top: 40px;
    left: 40px;
}
.testimonial_box .sp-testimonial-content p {
    text-align: left !important;
    padding: 0 !important;
    font-size: 15px !important;
    line-height: 25px !important;
    min-height: 200px;
}
.testimonial_box .sp-testimonial-free {
    padding: 25px 20px 25px 35px;
    border-bottom: 6px solid #00ab4f !important;
    box-shadow: 0px 2px 8px rgba(16,16,16,0.11);
    margin: 5px;
}
.testimonial_box .sp-testimonial-client-image {
    text-align: right !important;
    margin: 0 !important;
}
.testimonial_box .sp-testimonial-client-image img {
    border-radius: 0 !important;
}
.sp-testimonial-client-name {
    text-transform: uppercase !important;
    font-size: 17px !important;
    text-align: left !important;
    margin-bottom: 0 !important;
}
.testimonial_box .swiper-button-prev {
    border: none !important;
    font-size: 0 !important;
    top: 61% !important;
    opacity: .7;
    background: url(../images/left_arrowtestimonial.png) no-repeat !important;
    width: 30px !important;
    height: 50px !important;
    background-size: 24px !important;
    background-position: center !important;
}
.testimonial_box .swiper-button-next {
    border: none !important;
    font-size: 0 !important;
    top: 61% !important;
    opacity: .7;
    background: url(../images/right_arrowtestimonial.png) no-repeat !important;
    width: 30px !important;
    height: 50px !important;
    background-size: 24px !important;
    background-position: center !important;
}
/*-- testimonial section end --*/

/*--- footer section start ---*/
.footer_bg {
    background: url(../images/footer_backimg.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
    padding-top: 55px;
    position: relative;
    z-index: 0;
}
.footer_bg::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(3 18 0 / 96%);
    z-index: -1;
}
.footer_logoimg img {
    width: 160px;
}
.footer_hd_text {
    font-size: 22px;
    color: #39b4e5;
    font-weight: 600;
    margin-bottom: 10px;
}
.footer_text_para {
    color: #d7d7d7;
    font-size: 14px;
    margin-top: 25px;
}
.ft_rtbd {
    border-right: 1px solid rgb(255 255 255 / 9%);
}
.footer_head {
    padding-left: 20px;
}
.footer_list ul{
	padding: 0;
	margin: 0;
}
.footer_list ul li {
    margin-bottom: 6px;
}
.footer_list ul li a {
    color: #e7e7e7;
    font-size: 14px;
}
.footer_list ul li a:hover{
    color: #39b4e5;
}
.footer_cnt_box {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}
.footer_cnt_text {
    color: #fff;
    font-size: 15px;
    width: 80%;
}
.footer_cnt_text a {
    color: #fff;
}
.footer_cnt_text a:hover {
    color: #39b4e5;
}
.footer_ndis {
    width: 182px;
    margin-top: 30px;
}
.footer_social a{
   margin-bottom: 10px;
}
.footer_cnt_img img {
    width: 20px;
    margin-right: 15px;
}
.footer_copy_text {
    font-size: 14px;
    padding: 25px 0;
    border-top: 1px solid rgb(255 255 255 / 9%);
    margin-top: 58px;
    text-transform: uppercase;
}
.footer_socialbox img {
    width: 45px;
    margin-right: 10px;
}
.footer_copy_text a{
    color: #fff;
}
.footer_copy_text a:hover{
    color: #39b4e5;
}
/*---- footer section end ----*/

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

#back_to_top:hover{
    box-shadow: inset 0 80px #000;
}

/*-- inner page section --*/

.site-content, .site-main .widecolumn {
    margin-left: 0px !important;
}
.page .entry-header, .blog_page_header {
    background: url("../images/inner_bannerimg.jpg") #fff no-repeat center !important;
    background-size: cover !important;
    max-width: 100% !important;
    padding: 270px 0 50px !important;
    margin: 0 0 0 !important;
    position: relative;
    overflow: hidden;
    text-align: center;
}
.page .entry-header:before, .blog_page_header:before {
    background: rgb(0 0 0 / 50%);
    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: #39b4e5;
    position: relative;
    font-size: 15px;
}
.breadcrumb-container a {
    color: #39b4e5;
}
.inner_text_hd {
    font-size: 28px;
    font-weight: 600;
    color: #050606;
    line-height: 35px;
    padding-bottom: 15px;
    margin-bottom: 15px;
    position: relative;
}
.inner_text_hd strong {
    color: #39b4e5;
    font-weight: 600;
}
.inner_text_hd::before{
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 50px;
    height: 4px;
    background: #39b4e5;
}
.contact_left_box {
    display: flex;
    align-items: center;
    margin-bottom: 25px;
}
.cont_left_icon {
    width: 35px;
    height: 35px;
    background: #39b4e5;
    line-height: 35px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.cont_left_icon img {
    filter: brightness(0) saturate(100%) invert(93%) sepia(100%) saturate(1%) hue-rotate(82deg) brightness(108%) contrast(101%);
}
.contact_left_text {
    font-size: 17px;
    color: #4b4b4b;
    font-weight: 500;
    width: 80%;
    margin-left: 10px;
}
.contact_left_text a {
    color: #4b4b4b;
}
.ref_form_box {
	padding: 35px;
	margin-bottom: 30px;
	border: 1px solid #ddd;
	border-radius: 10px;
}
.ref_form_box p {
    margin-bottom: 5px !important;
}
.ref_form_box_heading {
	color: #111;
	font-weight: bold;
	font-size: 25px;
	line-height: 30px;
}
.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_arrow.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;
    background-size: 10px;
}
.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: #39b4e5 !important;
    color: #fff;
	font-size: 16px;
	margin-top: 20px;
	border-radius: 30px;
	padding: 12px 45px;
}
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: #1d7d07;
	border-color: #1d7d07;
}
.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: #000;
    margin-top: 12px;
    font-size: 18px;
}
.error_container {
    display: flex;
    min-height: 100vh;
    align-items: center;
    text-align: center;
}
.error404 .header_top{
    background: #1d7d07;
}
.inner_ctabox {
    text-align: center;
    background: #39b4e5;
    padding: 50px 25px;
    margin-top: 40px;
}
.inner_text_hdmidd::before {
    background: #ffffff;
    right: 0;
    margin: 0 auto;
}
.inner_text_hdmidd2::before {
    right: 0;
    margin: 0 auto;
}
.inner_page_list{
	margin-bottom: 10px;
}
.inner_page_list ul{
	margin: 0;
	padding: 0;
}
.inner_page_list ul li {
    background: url(../images/checkmark2.png) no-repeat left 2px;
    font-size: 16px;
    color: #000000;
    padding: 0px 0 8px 28px;
    line-height: 25px;
    font-weight: 400;
    list-style: none;
    background-size: 20px;
}
.inner_page_list ul li strong {
    color: #39b4e5;
    font-weight: 600;
}
.inner_page_list2 {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(235px, 1fr));
}
.inner_text_para {
    color: #484848;
    margin-bottom: 10px;
}
.inner_text_para p{
    margin-bottom: 10px;
}
.inner_servebox {
    padding: 25px 30px;
    min-height: 100%;
    position: relative;
    z-index: 0;
    box-shadow: inset 0 0 77px rgb(0 171 79 / 50%);
    border: 1px solid #00ab4f;
}
.inner_svtexthd {
    font-size: 20px;
    color: #39b4e5;
    font-weight: 600;
    margin-bottom: 6px;
    line-height: 25px;
	
}
.footer_fixed_buttons {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 99;
    display: flex;
}
.footer_btn1 {
    width: 50%;
    background: #39b4e5;
    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: #00ab4f;
    color: #fff !important;
    padding: 10px 0;
    font-weight: bold;
    display: inline-block;
}
.rmp-menu-title-image {
    width: 150px;
}
/*-- responsive css start --*/

@media only screen and (min-width : 320px) and (max-width : 1024px) {
.header_top ,.header_rtbtn ,.header_nav ,.choose_rightbd{
    display: none;
}
.logo_img img {
    padding: 0;
    width: 150px;
}
.head_bg {
    padding: 8px;
}
.banner_info {
    padding-top: 120px;
}
.banner_text2 {
    font-size: 28px;
    line-height: 36px;
    padding-bottom: 15px;
}
.banner_text2 strong {
    font-size: 28px;
}
.banner_text1 {
    font-size: 16px;
    line-height: 26px;
}
.banner_text_para {
    font-size: 20px;
    line-height: 26px;
}
.main_btn {
    padding: 10px 20px;
    font-size: 16px;
}
.banner_disc {
    margin-bottom: 50px;
}
.choose_info {
    padding: 40px 0;
}
.choose_text {
    font-size: 17px;
}
.main_text_hd {
    font-size: 28px;
    margin-bottom: 10px;
    line-height: 35px;
}
.owl_servicesbox .owl-prev {
    left: 125px;
    top: auto !important;
    bottom: -50px !important;
}
.owl_servicesbox .owl-next {
    right: 130px;
    top: auto !important;
    left: auto;
    bottom: -50px !important;
}
.form_box {
    padding: 20px 15px 20px;
}
.about_info {
    padding: 100px 0 50px;
    margin-top: -48px;
}
.about_info::before{
	display: none;
}
.about_imgbox{
    margin-bottom: 40px;
}
.about_imgbox img {
    height: auto;
}
.testimonial_info {
    padding: 40px 0;
}
.footer_head {
    padding-left: 0;
    margin-bottom: 30px;
}
.footer_logoimg img {
    width: 130px;
}
.footer_ndis {
    width: 120px;
    margin-top: 20px;
}
.footer_copy_text {
    padding: 12px 0 50px;
    margin-top: 20px;
}
#back_to_top {
    bottom: 95px;
}
.page .entry-header, .blog_page_header {
    padding: 150px 0 20px !important;
}
.page .entry-title, .blog_page_title {
    font-size: 22px;
}
.inner_text_hd {
    font-size: 22px;
    line-height: 28px;
}
.inner_pgimg {
    margin-bottom: 30px;
}
.inner_ctabox {
    padding: 30px 15px;
    margin-top: 20px;
}
.left-sec-contact-information {
    padding-bottom: 20px;
}
}

@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) {
.owl_servicesbox .owl-prev {
    left: 270px;
}
.owl_servicesbox .owl-next {
    right: 290px;
}
.about_info {
    padding: 200px 0 50px;
    margin-top: -95px;
}
#rmp_menu_trigger-258 {
    right: 10% !important;
}
}

@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : landscape) {
.owl_servicesbox .owl-prev {
    left: 270px;
}
.owl_servicesbox .owl-next {
    right: 290px;
}
.about_info {
    padding: 200px 0 50px;
    margin-top: -95px;
}
#rmp_menu_trigger-258 {
    right: 10% !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 screen and (min-width: 1424px) {

}

@media screen and (min-width: 1624px) {

}

@media screen and (min-width: 1920px) {

}

@media screen and (min-width: 2048px) {

}

@media screen and (min-width: 2550px) {

}   
