
@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; 
}
	
	
.mobile {display:block;}
.desktop {display:none;}
	
	.hero {
    
    background: #0f1a2b;
}
	.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: 200px;
    filter: invert(0);
    margin: 18px 20px 0px;
}
.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 {
    border: 2px solid #72c1ff;
    background: white;
    border-radius: 36px;
    padding: 1px 8px 0px 5px;
    margin: 21px;
}

.header .head_cont {
    display: block;
    vertical-align: middle;
    margin: 0 auto;
    width: -webkit-fill-available;
}
	
	.hero_text2 {
            background: white;
    display: inline-block;
    color: #00182b;
    padding: 30px;
    border-radius: 23px;
    width: -webkit-fill-available;
    margin: 10px auto;
    text-align: inherit;
    line-height: 1.3;
    vertical-align: top;
}
.hero_text2 h1 {
    font-size: 33px;
    text-transform: uppercase;
    letter-spacing: -2px;
    word-spacing: 9px;
    color: #002436;
}

.hero_text2 p {
    font-size: 20px;
    margin: 10px 0px;
}
.v_box {
  width: -webkit-fill-available;
    margin: -1px 3px;
    border-radius: 0px;
    display: flex;
    align-items: center;
    box-shadow: 0px 0px;
    background: transparent;
   
}

.v_box .cards {color:white;    text-align: left; font-size: 40px;
}
.v_box .visitors, .v_box .happy_cls {
 font-size: 40px;
    color: #ffffff;
    text-align: left;

}

.drop_down li {
    list-style-type: none;
    width: 200px;
    padding: 24px 21px;
    border: 1px solid #eeeeee;
}

.v_box h3 {
    font-size: 14px;
    margin: 2px auto 6px;
    letter-spacing: 0px;
    text-align: end;
    text-transform: uppercase;
    background: #232d64;
    height: 50px;
    display: grid;
    align-items: center;
    padding: 6px 9px;
    width: 144px;
    border-radius: 5px;
    color: white;
    font-weight: 700;
}

.mobile_header {display: flex;
    align-items: center;
    background: var(--color);
    color: white;}
	
	.mobile_header img {       width: 72px;
    margin: 8px 20px;
    border: 2px solid white;
    border-radius: 100px;}
	.mobile_home_btn {      position: absolute;
    right: 16px;
    margin: 9px;
    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;
    word-break: break-word;
    min-height: 206px;
    vertical-align: top;
    box-shadow: 0px 0px 0px 0px #77737330;
    border-radius: 6px;
    color: var(--color);
}

.row33 .benefit_box h3 {
    margin: 7px;
    font-weight: 600;
    font-size: 17px;
}
.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: 96%;
    margin: 0;
    border-radius: 10px 10px 0px 0px;
}

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

.poster_img img {
    width: 200px;
    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 {
    background: var(--color);
    color: white;
    padding: 44px 8px;
    margin: 0;
    text-align: center;
}


.fr_offer {
    width: -webkit-fill-available;
}