
@media screen and (max-width:700px){
	body {background: #ffffff;
    overflow-x: hidden;
}
		/*scroll bar*/
	/* width */
::-webkit-scrollbar {
  width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: white; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: white; 
}
	
	
	.goog-te-gadget .goog-te-combo {
           margin: 5px 10px !important;
    padding: 6px;
    border: 0px solid #2196f3;
    color: white;
    border-radius: 4px;
    font-size: 17px;
    display: inline-block;
    width: fit-content;
    background: linear-gradient(45deg, #2196f3 83%, #ff5722 64%);
}
	
	.header {
  width: 85%;
    background: white;
    color: #1284df;
    display: block;
    align-items: center;
    position: fixed;
    top: 0;
    left: -600px;
    z-index: 30;
    height: 100%;
    overflow-y: auto;
}

.header .head_cont .head_logo img {
       width: 57px;
    filter: invert(0.7);
    margin: 18px 20px 0px;
    display: block;
}
.header .head_cont .head_text {
       display: block;
    padding: 20px 20px;
    font-size: 16px;
    width: 100%;
    text-align: left;
    color: black;
}

.header .head_cont .search_bar {
        background: #f4f4f4;
    border-radius: 36px;
    padding: 6px 7px 4px 11px;
    margin: 13px;
    height: 43px;
}

.header .head_cont {
    display: block;
    vertical-align: middle;
    margin: 0 auto;
    width: -webkit-fill-available;
}
	
	.hero_text2 {
                          
         border-radius: 0px 0px 20px 20px;
    width: -webkit-fill-available;
    margin: -1px auto 20px;
    text-align: inherit;
    line-height: 1.3;
    vertical-align: top;
    padding: 0px;
    display: flex;
    flex-direction: column-reverse;
}


.ht_side1 {    background: white;
    width: -webkit-fill-available;
    padding: 20px;}

.hero_text2 h1 {
          font-size: 28px;
    text-transform: capitalize;
    letter-spacing: -1;
    word-spacing: 2px;
    line-height: 1.2;
    font-weight: 600;
    margin: 26px 0px;
}

.hero_text2 h1:before {
        content: '';
    position: absolute;
    width: 100px;
    height: 3px;
    background: #ff3d00;
    bottom: -13px;
    left: 3px;
    border-radius: 11px;
}

.hero_text2 p {
       font-size: 15px;
    margin: 10px 0px;
}

.hero {
           color: white;
    padding: 0px;
    border-radius: 0px 0px 19px 20px;
    background: url(images/back_n_m.jpg);
    background-position: center;
    background-attachment: fixed;
    background-size: contain;
    background-repeat: repeat-y;
}
.v_box {
               width: 84%;
    margin: 19px auto;
    border-radius: 3px;
    display: flex;
    align-items: center;
    box-shadow: 0px 0px;
    background: #ffffff;
    color: black;
    mix-blend-mode: unset;
    bottom: 10px;
   
}

.v_box .cards {   text-align: left; font-size: 40px;
}
.v_box .visitors, .v_box .happy_cls {
 font-size: 40px;
   
    text-align: left;

}


.ht_side2 img {
    width: 100%;
    filter: unset;
}
.drop_down li {
    list-style-type: none;
    width: 200px;
    padding: 24px 21px;
    border: 1px solid #eeeeee;
}

.v_box h3 {
                font-size: 15px;
    margin: 2px auto 6px;
    letter-spacing: 0px;
    text-align: end;
    text-transform: uppercase;
    background: #ffffff00;
    height: 50px;
    display: grid;
    color: #144b76;
    align-items: center;
    padding: 6px 9px;
    width: 144px;
    border-radius: 5px;
    font-weight: 800;
}

.mobile_header {            display: flex;
    align-items: center;
    background: linear-gradient(45deg, #2196F3, #8BC34A);
    color: white;}
	
	.mobile_header img {width: 73px;
    margin: 5px 10px;}
	.mobile_home_btn {   position: absolute;
    right: 16px;
    top: 18px;
    z-index: 34;}
	.mobile_home_btn .mhline1,.mhline2,.mhline3{width: 27px;
    border-radius: 0px;
    height: 0px;
    display: block;
    background: white;
    padding: 2px;
    margin: 4px;}
	.cross_menu_line .mhline1{animation:transf1 0.4s linear forwards;-webkit-animation:transf1 0.4s linear forwards;}
	.cross_menu_line .mhline2{animation:transf2 0.4s linear forwards;-webkit-animation:transf2 0.4s linear forwards;}
	
	@keyframes transf1{
		from {transform:rotate(0deg);}
		to {transform:rotate(45deg);top: 8px;}
	}
	@-webkit-keyframes transf1{
		from {transform:rotate(0deg);}
		to {transform:rotate(45deg);top: 8px;}
	}
	
	
	@keyframes transf2{
		from {transform:rotate(0deg);}
		to {transform:rotate(135deg);}
	}
	@-webkit-keyframes transf2{
		from {transform:rotate(0deg);}
		to {transform:rotate(135deg);}
	}
	
	.outside_click_close {border: 0px solid red;
    width: 15%;
    height: 100%;
    position: fixed;
    top: 1px;
    display:none;
    right: 0;
    z-index: -1;
    background: #00000012;}
	
	.header .head_cont .search_bar input {
    
    width: 85%;
}
.row_backimg .flex_box {
    display: block;
}

.title_sample {text-align: center;
    font-weight: 600;
    font-size: 24px;
    margin: 32px 0px 0px;}
	
		
	.expander {
   width: -webkit-fill-available;
    overflow-x: auto;
    border: 0px;
    margin: 22px 0px;
    
}

.expander_slide {display: grid;
    grid-template-columns: auto auto auto auto auto auto auto auto auto auto;}

.temp_preview {
    padding: 4px;
    text-align: center;
    width: auto;
    margin: 0 auto;
    overflow-x: scroll;
}

.head_text:hover .drop_down  {display:none;}
.row33 .benefit_box {
          width: 48%;
    display: inline-block;
    margin: 7px 2px;
    background: #ffffff;
    padding: 16px 6px;
    min-height: 186px;
    max-height: 208px;
    vertical-align: top;
    box-shadow: 0px 0px 0px 0px #77737330;
    border-radius: 6px;
    color: #3f51b5;
    font-size: 16px;
}

.row33 .benefit_box p {
    color: #585858;
    font-size: 13px;
    font-weight: 600;
    text-align: inherit;
    letter-spacing: 0;
    margin: 2px auto 3px;
}
.row33 {
    padding: 6px;
    color: #313131;
    text-align: center;
}

.row_features {
    padding: 50px 10px;
    text-align: center;
}

.cont_share_boxes {
    width: 42%;
    display: inline-grid;
   
}

.w_l_f img {
    width: 100%;
}

.w_l_f h1 {
    margin: 0px;
    padding: 20px 9px 0px;
    font-weight: 600;
    text-align: center;
    color: black;
}

.display_flex {
    display: block;
    padding: 0px;
}
.row_bottom .side1 {
    text-align: left;
    padding: 24px 0px 18px 29px;
    background: #ffffff00;
    color: white;
    width: auto;
}
.row_bottom .side2 input, .row_bottom .side2 textarea {
    width: -webkit-fill-available;
    border: 2px solid #ffffff;
   
   
}

.row_bottom input[type=submit] {
    width: -webkit-fill-available;
   
    font-size: 22px;
    padding: 11px;
    border-radius: 4px;
    border-bottom: 0px;
    margin: 15px 0px;
}

#servicesh2 {
    text-align: center;
    font-size: 34px;
    font-weight: 700;
    margin: 40px 1px 0px;
}

.flex_pricingin {
    padding: 0px 0px;
    box-shadow: 0px 0px 10px 0px #00000038;
    text-align: left;
    width: -webkit-fill-available;
}

.row2 {
    padding: 50px 0px;
    text-align: center;
}

.cookies_policy {
    width: 100%;
    margin: 0px;
    border-radius: 0px 0px 0px 0px;
    padding: 4px;
}

.cookies_policy h3 {
       text-align: center;
    color: #ffffff;
    font-size: 15px;
    font-weight: 600;
}

.cookies_policy p {
    font-size: 10px;
    margin: 0px;
    color: white;
}

.accept_btn {
    display: inline-block;
    background: #2196f3;
    color: white;
    padding: 5px 9px;
    font-size: 15px;
    margin: 0px 10px;
    cursor: pointer;
}

.close_btn {
    display: inline-block;
    background: #aaaaaa;
    color: white;
    padding: 5px 11px;
    font-size: 15px;
    margin: 0px 10px;
    cursor: pointer;
}
.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 282px;
}

.feedback_box p {
    margin: 12px 0px;
    font-size: 14px;
    text-align: center;
    color: #4e4e4e;
height: 18px;
}

.search_result {
    width: -webkit-fill-available;
    
}

.containerimg {
              position: relative;
    width: 100%;
    margin: 0 auto;
    display: grid;
    grid-template-columns: auto auto auto;
    overflow: hidden;
}

.poster_img img {
       width: 100px;
    margin: 6px;
    border-radius: 3px;
    box-shadow: 0px 0px 10px 0px #00000047;
}

.promo img {
          width: auto;
    margin: 10px;
    border-radius: 8px;
}
.promo {
    height: auto;
    text-align: center;
    overflow: hidden;
}

.business2 {
   
    color: white;
    padding: 44px 8px;
    margin: 0;
    text-align: center;
}

.business2 h1 {
    text-align: center;
    text-transform: capitalize;
    font-size: 24px;
}


.fr_offer {
    width: -webkit-fill-available;
}