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 ---*/
.home .head_bg{
   background: none;
}
.head_bg{
   background: #fff;
}
.header_nav ul li:first-child{
    margin-left: 0;
}
.header_rightbox{
    font-size: 14px;
    color: #fff;
    font-weight: 600;
}
.header_rightbox a {
    margin-left: 5px;
}
.header_rightbox img {
    width: 14px;
}
.hd_contact ,.form_boxmain .box .btn{
    background: #f7931d;
    padding: 12px 28px;
    display: inline-block;
    color: #fff;
    border-radius: 25px;
    font-weight: 600;
    transition: all 500ms ease-in-out;
    font-size: 14px;
    text-transform: uppercase;
}
.hd_contact:hover ,.form_boxmain .box .btn:hover{
    color: #fff;
    box-shadow: -3px 5px 5px #774b29;
}
.hd_contact2{
    background: #774b29;
}
.navbar-default.navbar-shrink .head_bg {
    box-shadow: 0px 0px 15px -8px #8f8f8f;
    background: #fff;
}
/*--- banner section start ---*/
.banner_info {
    padding: 72px 0 30px;
    background: url(../images/banner_backbg.jpg) no-repeat center;
    background-size: cover;
    margin-top: 0;
}
.banner_texthd {
    font-size: 46px;
    color: #392413;
    font-weight: bold;
    line-height: 50px;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.banner_textpara {
    font-size: 14px;
    color: #3a3a3a;
    line-height: 24px;
    margin-bottom: 30px;
}
.circle_box {
    position: relative;
    width: 575px;
    height: 606px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.cirtified_img {
    position: absolute;
    border-radius: 100%;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-44%, -42%);
}
.cirtified_img img{
    width: 510px;
    height: 510px;
    object-fit: cover;
    border-radius: 100%;
}
.circle_text {
    position: absolute;
    width: 100%;
    height: 100%;
    animation: textRotation 50s linear infinite;
}

@keyframes textRotation {
    100% {
    transform: rotate(360deg);
}
}
/*-- banner section end --*/

/*--- services section start ---*/
.services_info{
    padding: 100px 0 120px;
}
.services_topbox {
    text-align: center;
    width: 100%;
    max-width: 790px;
    margin: 0 auto;
    padding-bottom: 35px;
}
.main_text_hd {
    font-size: 36px;
    color: #774c29;
    font-weight: bold;
    line-height: 38px;
    margin-bottom: 10px;
}
.main_text_para {
    font-size: 14px;
    color: #262626;
}
.serve_owlbox{
    position: relative;
}
.serve_owlbox::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #7A4F2C;
    background: linear-gradient(0deg, rgb(122 79 44) 0%, rgb(122 79 44 / 22%) 50%, rgba(255, 255, 255, 0) 100%);
    border-radius: 15px;
}
.serve_imgbox img {
    height: 384px;
    object-fit: cover;
    border-radius: 15px;
}
.serve_textposhd {
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: center;
    padding: 0 15px;
    width: 100%;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.serve_texthd {
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    line-height: 26px;
    margin-bottom: 20px;
}
.serve_hoverbox {
    position: absolute;
    top: 100%;
    left: 0;
    visibility: hidden;
    opacity: 0;
    width: 100%;
    height: 100%;
    background: url(../images/serve_bgimg.png) #000 no-repeat;
    transition: all 500ms ease-in-out;
    padding: 40px 10px 40px 22px;
    border-radius: 15px;
	background-size: cover;
}
.serve_owlbox:hover .serve_hoverbox{
    visibility: visible;
    opacity: 1;
    top: 0;
}
.serve_text_para {
    color: #fff;
    font-size: 14px;
    margin-bottom: 15px;
}
.serve_owlinfo .owl-prev {
    width: 20px;
    height: 20px;
    background: url(../images/left_arrowserveicon.png) no-repeat !important;
    top: 42%;
    position: absolute;
    left: -60px;
    font-size: 0 !important;
    background-size: 18px !important;
}
.serve_owlinfo .owl-next {
    width: 20px;
    height: 20px;
    background: url(../images/right_arrowserveicon.png) no-repeat !important;
    top: 42%;
    position: absolute;
    right: -60px;
    font-size: 0 !important;
    background-size: 18px !important;
}
/*--- services section end --*/

/*--- cta section start --*/
.cta_info{
    background: url(../images/cta_bgimg.jpg) no-repeat center;
    background-size: cover;
    padding: 75px 0 85px;
}
.cta_text_hd{
    font-size: 60px;
    color: #eeae1c;
    font-weight: 600;
    line-height: 65px;
    margin-bottom: 25px;
}
/*--- cta section end --*/

/*-- about section start --*/
.about_info {
    padding: 170px 0 140px;
    background: #FFEEC8;
    background: linear-gradient(0deg, rgb(255 238 200) 0%, rgb(255 238 200) 50%, rgba(255, 255, 255, 0) 100%);
}
.about_leftimg{
	width: 100%;
	height: 100%;
}
.about_leftimg img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 30px;
}
.about_rightbox {
    background: #edad1b url(../images/about_clipbg.png) no-repeat;
    padding: 30px 40px 45px 28px;
    border-radius: 30px;
    min-height: 100%;
    background-position: bottom -5px left -11px;
    position: relative;
    z-index: 0;
}
.about_rightbox::before{
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 45px;
    height: 45px;
    background: url(../images/rotate_arrow.png) no-repeat;
    transition: all 500ms ease-in-out;
}
.about_rightbox::after {
    position: absolute;
    content: "";
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: url(../images/light_logo.png) no-repeat;
    transition: all 500ms ease-in-out;
    background-position: right bottom 10px;
    z-index: -1;
    background-size: 27%;
}
.about_rightbox:hover::before{
    left: 5px;
}
.aboout_btnlink {
    font-size: 14px;
    color: #fff;
    display: inline-block;
    font-weight: bold;
    text-transform: uppercase;
    background: url(../images/right_arrowserve.png) no-repeat;
    background-size: 20px;
    background-position: right center;
    padding-right: 30px;
    transition: all 500ms ease-in-out;
    margin: 30px 0 0 50px;
}
.aboout_btnlink:hover{
    padding-right: 25px;
    color: #774c29;
}
/*-- about section end --*/

/*-- choose section start --*/
.choose_info{
    padding-top: 65px;
    overflow: hidden;
}
.choose_lfttext {
    display: flex;
    align-items: center;
    margin-bottom: 16px;
}
.choose_texthd {
    font-size: 16px;
    color: #4e4e4e;
    font-weight: 600;
}
.choose_icon {
    width: 47px;
    height: 47px;
    background: #eeae1c;
    border-radius: 50%;
    border: 4px solid #f5cd71;
    display: flex;
    align-items: center;
    justify-content: center;
}
.choose_icon img {
    width: 25px;
}
.choose_texthd {
    font-size: 16px;
    color: #4e4e4e;
    font-weight: 600;
    width: 80%;
    margin-left: 12px;
}
.choose_leftbox {
    margin-bottom: 50px;
}
.choose_rightbox {
    margin-bottom: -30px;
}
/*-- choose section end --*/

/*-- testimonial section start --*/
.testimonual_bg {
    background: url(../images/tt_bgimg.jpg) #f5931d no-repeat center;
    background-size: 100%;
    padding: 100px 0 235px;
}
.testimonial_btminfo {
    margin-top: -200px;
}
.testimonial_leftbox {
    background: #774b29;
    border-radius: 20px;
    padding: 55px 28px 55px 28px;
    text-align: center;
}
.tt_ratingtext {
    font-size: 48px;
    color: #fff;
    font-weight: 600;
    line-height: 50px;
    margin-bottom: 25px;
}
.tt_staricon img {
    width: 175px;
}
.testimonial_rtbox .swiper-button-prev {
    border: none !important;
    font-size: 0 !important;
    bottom: -4% !important;
    top: auto !important;
    background: url(../images/tt_leftarrow.png) #f5931d no-repeat !important;
    width: 60px !important;
    height: 60px !important;
    right: 18% !important;
    left: auto !important;
    border-radius: 50%;
    background-size: 25px !important;
    background-position: center !important;
}
.testimonial_rtbox .swiper-button-next {
    border: none !important;
    font-size: 0 !important;
    bottom: -4% !important;
    top: auto !important;
    background: url(../images/tt_rightarrow.png) #f5931d no-repeat !important;
    width: 60px !important;
    height: 60px !important;
    right: 8% !important;
    left: auto !important;
    border-radius: 50%;
    background-size: 25px !important;
    background-position: center !important;
}
.sp-testimonial-free {
    padding: 100px 50px 110px 32px;
}
.sp-testimonial-content p {
    padding: 0 !important;
    text-align: left !important;
    color: #4c4c4c !important;
}
.sp-testimonial-client-rating {
    position: absolute;
    top: 17%;
    left: 5%;
}
.sp-testimonial-client-name {
    font-size: 18px !important;
    color: #4c4c4c !important;
    text-align: left !important;
    margin-bottom: 0 !important;
}
.sp-testimonial-free-section{
    margin: 0 !important;
}
/*-- testimonial section end --*/

/*-- support section start --*/
.support_info{
    padding: 90px 0;
}
.support_icon img {
    width: 60px;
}
.supp_text_para {
    font-size: 18px;
    color: #774c29;
    font-weight: 600;
    line-height: 25px;
    margin-top: 10px;
}
/*-- support section end --*/

/*--- footer section start ---*/
.footer_bg {
    background: url(../images/footer_bgimg.png) #1c110b no-repeat center;
    background-size: cover;
    padding: 104px 0 0;
}
.footer_head2 {
    padding-right: 70px;
}
.footer_hd_text {
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
    line-height: 24px;
    text-transform: uppercase;
}
.footer_lgo {
    width: 282px;
} 
.ft_textpara {
    font-size: 14px;
    margin: 15px 0 22px;
}
.footer_list ul{
    padding: 0;
    margin: 0;
}
.footer_list ul li {
    padding-bottom: 10px;
}
.footer_list ul li a {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
}
.footer_list ul li a:hover{
    color: #eeae1c;
}
.footer_text_left {
    width: 88%;
    padding-left: 10px;
}
.footer_text_left, .footer_text_left a {
    font-size: 14px;
    color: #fff;
    font-weight: 400;
}
.footer_detailimg {
    width: 28px;
    height: 28px;
    background: #eeae1c;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}
.footer_text_left a:hover{
    color: #eeae1c;
}
.footer_detailimg img {
    width: 13px;
}
.ft_copytext {
    border-top: 1px solid rgb(255 255 255 / 20%);
    padding: 12px 0;
    margin-top: 30px;
    color: #fff;
    font-size: 14px;
    text-align: center;
}
.ft_copytext a{
    color: #fff;
}
.ft_copytext a:hover{
    color: #eeae1c;
}
/*---- footer section end ----*/

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

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

/*-- inner page head --*/

.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: 170px 0 50px !important;
    margin: 80px 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: #f26d20;
    position: relative;
    font-size: 15px;
}
.breadcrumb-container a {
    color: #f26d20;
}

/*--- inner page start ---*/
.inner_text_hd {
    font-size: 28px;
    font-weight: 600;
    color: #050606;
    line-height: 30px;
    margin-bottom: 15px;
}
.inner_text_hd strong {
    color: #774c29;
    font-weight: 600;
}
.contact_left_box {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 15px;
}
.cont_left_icon {
    width: 35px;
    height: 35px;
    background: #774c29;
    line-height: 35px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.contact_left_text {
    font-size: 17px;
    color: #4b4b4b;
    font-weight: 500;
    width: 80%;
    margin-left: 10px;
}
.contact_left_text a {
    color: #4b4b4b;
}
.contact_left_text a:hover {
    color: #774c29;
}
.cta_innerbox {
    background: #774c29;
    padding: 50px 25px;
    text-align: center;
    margin-top: 40px;
}
.inner_text_para {
    margin-bottom: 10px;
    color: #111;
}
.inner_text_para p{
    margin-bottom: 10px;
}
.inner_pg_list ul{
    padding: 0;
    margin: 0;
}
.inner_pg_list ul li strong {
    color: #774c29;
    font-weight: 600;
}
.inner_pg_list ul li {
    background: url(../images/checkmark.png) no-repeat left 3px;
    font-size: 16px;
    color: #000;
    padding: 0px 0 6px 27px;
    line-height: 25px;
    font-weight: 400;
    list-style: none;
    background-size: 20px;
}
.inner_pgimg img {
    width: 100%;
    background: #fff;
    padding: 7px;
    border: 1px solid #f7931d;
}
.right-sec-contact {
    border-radius: 5px;
    padding: 20px;
    box-shadow: 0px 0px 18px -10px #5f5f5f;;
}
.form_boxmain .box .form-control {
    border: 1px solid #774c29;
    border-radius: 0;
    padding: 10px 15px;
    width: 100%;
    box-shadow: none;
    font-size: 14px;
    outline: none;
}
.form_boxmain .box textarea {
    height: 92px;
    resize: none;
}
.error_container {
   display: flex;
   min-height: 60vh;
   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: #774b29;
    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: #f7931d;
    color: #fff !important;
    padding: 10px 0;
    font-weight: bold;
    display: inline-block;
}
.inner_referralform {
    border: 1px solid #f7931d;
    padding: 25px;
    border-radius: 10px;
}
.form_hdtext {
    font-size: 22px;
    font-weight: 600;
    color: #f7931d;
    border-left: 3px solid #f7931d;
    line-height: 22px;
    padding-left: 8px;
    margin-bottom: 20px;
}
.form_hdtext p ,.form_cnthd p{
	margin: 0;
}
.form_cnthd {
    font-size: 15px;
    margin-bottom: 10px;
    color: #000;
}
.form_cnthd2 {
    color: #774c29;
    font-weight: 600;
    font-size: 15px;
    line-height: 25px;
}
.ref_filead input {
    width: 100%;
    border: 1px solid #774c29;
}

.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: #f7931d;
	border-color: #f7931d;
}
.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);
}

/*-- responsive css start --*/
@media only screen and (min-width : 320px) and (max-width : 1024px) {
.logo_img img {
    width: 220px;
}
.header_nav ,.header_right_icon{
   display: none;
}
.head_bg {
    padding: 10px 0;
}
.banner_info {
    padding: 80px 0 30px;
}
.banner_disc {
    margin-top: 30px;
}
.banner_texthd {
    font-size: 28px;
    line-height: 32px;
    margin-bottom: 10px;
}
.circle_box {
    width: 340px;
    height: 360px;
	margin: 0 auto;
}
.cirtified_img img {
    width: 300px;
    height: 300px;
}
.services_info {
    padding: 50px 0 70px;
}	
.serve_imgbox img {
    height: 290px;
}
.serve_owlinfo .owl-prev {
    top: auto !important;
    left: 40%;
    bottom: -12%;
}	
.serve_owlinfo .owl-next {
    top: auto !important;
    right: 40%;
    bottom: -12%;
}
.main_text_hd {
    font-size: 26px;
    line-height: 30px;
}	
.hd_contact, .form_boxmain .box .btn {
    padding: 10px 24px;
}
.cta_info ,.about_info{
    padding: 45px 0;
}
.about_leftimg {
    margin-bottom: 20px;
}
.choose_info {
    padding-top: 40px;
}
.choose_dflex {
    display: block !important;
}
.testimonual_bg {
    padding: 40px 0 160px;
}
.testimonial_btminfo {
    margin-top: -145px;
}
.tt_ratingtext {
    font-size: 30px;
    line-height: 35px;
    margin-bottom: 18px;
}
.tt_staricon img {
    width: 130px;
}
.testimonial_leftbox {
    padding: 30px 15px;
}
.sp-testimonial-free {
    padding: 50px 15px 80px 15px;
}
.sp-testimonial-client-rating {
    top: 4%;
}
.testimonial_rtbox .swiper-button-prev {
    width: 40px !important;
    height: 40px !important;
    right: 30% !important;
    background-size: 18px !important;
}
.sp-testimonial-client-rating i {
    font-size: 22px !important;
}
.testimonial_rtbox {
    margin-top: 35px;
}
.testimonial_rtbox .swiper-button-next {
    width: 40px !important;
    height: 40px !important;
    right: 15% !important;
    background-size: 18px !important;
}
.supp_text_para {
    font-size: 16px;
    line-height: 20px;
}
.support_info {
    padding: 45px 0 30px;
}
.footer_bg {
    padding: 50px 0 0;
}
.footer_head2 {
    padding-right: 0;
    margin-bottom: 25px;
}
.ft_copytext {
    padding: 10px 0 60px;
    margin-top: 15px;
}
#back_to_top {
    bottom: 55px;
}
.page .entry-header, .blog_page_header {
    padding: 100px 0 35px !important;
    margin: 62px 0 0 !important;
}
.page .entry-title, .blog_page_title {
    font-size: 25px;
}
.inner_pgimg {
    margin-bottom: 30px;
}
.inner_text_hd {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 10px;
}
.cta_innerbox {
    padding: 30px 15px;
    margin-top: 30px;
}
.left-sec-contact-information {
    margin-bottom: 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) {
.serve_owlinfo .owl-next {
    right: 45%;
}
.serve_owlinfo .owl-prev {
    right: 45%;
}
.about_rightbox::after {
    background-size: 15%;
}
.testimonial_rtbox {
    margin-top: 0;
}
}

@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : landscape) {
.serve_owlinfo .owl-next {
    right: 45%;
}
.serve_owlinfo .owl-prev {
    right: 45%;
}
.about_rightbox::after {
    background-size: 15%;
}
.testimonial_rtbox {
    margin-top: 0;
}
.choose_rightbox {
    margin-bottom: -75%;
}
}

/* 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 : 1250px){
.primary-navigation li {
    margin-left: 25px !important;
}
.hd_contact, .form_boxmain .box .btn {
    padding: 12px 25px;
    font-size: 13px;
}
}

@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) {

}   
