@media screen and (max-width: 1024px), screen and (max-device-width: 1024px), screen and (max-width: 1200px)  {

		 
}


@media handheld and (max-width: 768px), screen and (max-device-width: 768px), screen and (max-width: 1000px)  {
.wrapper{ max-width:inherit; width:100%; margin:0 auto; padding:0 10px;}
.navi{ width:auto; padding:0 10px;}
.fo-left {     /*display: list-item;*/    float: none;    margin: 21px 0 0;    text-align: center;    width: 100%;}
.fo-right {     float: right;    font-size: 13px;    margin-top: 25px;    text-align: center;    width: 100%;}
.latest-news ul li a { font-size:12px;}

.fo-left { width:100%; text-align:center;}
.fo-right{ width:100%; text-align:center;}
.texti-right {  width: 82%;}
.rsform-block-give-me-the-answer .formBody > img {width: 80px;}
.rsform-block-give-me-the-answer input[type="text"]{ width:80px !important;}

  
}
  

  
/*************** menu **********************/
@media (max-width: 767px) {
.menu-box.smallheader{ position:inherit; top:inherit; z-index:1000;}
.navbar-fixed-top.navbar-inverse.cbp-spmenu {  background: #fff;    float:left; }
.header .wrapper {    float: right;    padding: 0 10px 0 0;    width: auto;  min-height: 88px;}
.navbar-toggle {    margin: 25px 0 0 6px;    padding: 10px;}
.top-right{ display:none;}
.header { min-height:inherit;}
#logo {    float: right;    margin-top: 0px;}
body { margin-top:89px;}
ul.nav li a{    font-size:13px;}
.left-side { margin-bottom:35px;}
#footer .social-icon{    display: table;    float: none;    margin: 20px auto 0;}	.latest-news ul li a { font-size:13px;}	
.meanmenu-reveal, .meanmenu-reveal.meanclose{ display:none !important;}
#layout, #menu,.menu-link {     -webkit-transition: all 0.2s ease-out;    -moz-transition: all 0.2s ease-out;    -ms-transition: all 0.2s ease-out;    -o-transition: all 0.2s ease-out;    transition: all 0.2s ease-out;}
/*
The `#menu` `<div>` is the parent `<div>` that contains the `.pure-menu` that
appears on the left side of the page.

By using the combination of `position: fixed; top: 0; bottom:0;`, we can make
the menu have 100% height and be fixed on the page as the rest of it scrolls.
*/
#menu {
    margin-left: -55%; /* this should be "#menu" width */
    width: 55%;
    position: fixed;
    top: 0;
    left: 55%; /* this should be "#menu" width */
    bottom: 0;
    z-index: 1; /* so the menu or its navicon stays above all content */
    background: #191818;
    overflow-y: auto;
    -webkit-overflow-scroll: touch; /* for smooth scrolling on mobile */
}
    /*
    All anchors inside the menu should be styled like this.
    */
  /*  #menu a {
        color: #999;
        border: none;
        padding: 0.6em 0 0.6em 0.6em;
    }*/

    /*
    Remove all background/borders, since we are applying them to #menu.
    */
     /*#menu .pure-menu,
     #menu .pure-menu ul {
        border: none;
        background: transparent;
    }*/

    /*
    Add that light border to separate items into groups.
    */
    #menu .pure-menu ul,
    #menu .pure-menu .menu-item-divided {
        border-top: 1px solid #333;
    }
        /*
        Change color of the anchor links on hover/focus.
        */
		/*
        #menu .pure-menu li a:hover,
        #menu .pure-menu li a:focus {
            background: #333;
        }
*/
    /*
    This styles the selected menu item `<li>`.
    */
    #menu .pure-menu-selected,
    #menu .pure-menu-heading {
        background: #1f8dd6;
    }
        /*
        This styles a link within a selected menu item `<li>`.
        */
        #menu .pure-menu-selected a {
            color: #fff;
        }

    /*
    This styles the menu heading.
    */
    #menu .pure-menu-heading {
        font-size: 110%;
        color: #fff;
        margin: 0;
    }

.cbp-spmenu { border-bottom:#171a75 solid 1px;}
/* -- Dynamic Button For Responsive Menu -------------------------------------*/

/*
The button to open/close the Menu is custom-made and not part of Pure. Here's
how it works:
*/

/*
`.menu-link` represents the responsive menu toggle that shows/hides on
small screens.
*/
.menu-link {
    display: none; /* show this only on small screens */
    top: 0;
    left: 55%; /* `#menu`'s width */
    background: url(../images/mobile-nav.png) no-repeat center left;
    font-size: 10px; /* change this value to increase/decrease button size */
    z-index: 10;
    width: 2em;
    height: auto;
    padding: 2.8em 1.6em; 
}

    .menu-link:hover,
    .menu-link:focus {
        background: url(../images/mobile-nav.png) no-repeat center left;
    }

    .menu-link span {
        position: relative;
        display: block;
    }

    .menu-link span,
    .menu-link span:before,
    .menu-link span:after {
        background-color: #fff;
        width: 100%;
        height: 0.2em;
    }

        .menu-link span:before,
        .menu-link span:after {
            position: absolute;
            margin-top: -0.6em;
            content: " ";
        }

        .menu-link span:after {
            margin-top: 0.6em;
        }


/* -- Responsive Styles (Media Queries) ------------------------------------- */

/*
Hides the menu at `767px`, but modify this based on your app's needs.
*/


    .header {
        text-align: left;
    }

    /*
    Navigation Push styles.
    */
    #layout {
        position: relative;
        padding-left: 0; left:0;
    }
        #layout.active {
            position: relative;
            left: 55%;
        }
            #layout.active #menu {
                left: 55%;
                width: 55%;
            }

    #menu {
        left: 0;
    }

    .menu-link {
        /*position: fixed;*/
        left: 0;
        display: block; /* show the button on small screens */
    }

    #layout.active .menu-link {
        left: 55%;
    }
	
	
	/****************** NAV ***************/
	.menu-box{ background:none;}
	ul.nav li { padding:0px; background:none; border:none;}


}

/*************** menu **********************/


@media screen and (max-width: 600px), screen and (max-device-width: 600px), screen and (max-width: 750px)  {

	.content {    float: right;    width: 100%; margin-bottom:35px;}
	.left-part {    float: left;    width: 100%;}
	.texti-right {    float: left;    margin: 0 0 0 2%;    width: 82%;}
	.content_left-middle{  float: right;    width: 100%; margin-bottom:35px;}
	.right-part {    float: left;    width: 100%;}
	
}

@media screen and (max-width: 480px), screen and (max-device-width: 480px), screen and (max-width: 600px)  {
.texti-right { width:75%;}
.fo-left{ line-height:25px;}
}

@media screen and (max-width: 320px), screen and (max-device-width: 320px), screen and (max-width: 450px) {
body{ margin-top: 70px;}
.navbar-toggle {    margin: 15px 0 0 6px;    padding: 10px;}
.header .wrapper {    min-height: inherit;    width: 76%;}
.header .logo{ width:100%;}
.header .logo img{ width:100%;}
.texti-right {    width: 100%; text-align:center; margin:0px;}
.text-img {    border-radius: 50px;    display: table;    float: none;    height: 84px;    margin: auto;    overflow: hidden;    width: 84px; margin-bottom:20px;}
h1{ font-size:22px;}
.testimonial h1{ text-align:center;}
.fo-right img{ width:100%;}

.cbp-spmenu { border-bottom:#171a75 solid 1px; min-height:75px;} 

	
}


  
/*
@media screen and (max-width: 600px), screen and (max-device-width: 600px), screen and (max-width: 750px)  {





}

@media screen and (max-width: 480px), screen and (max-device-width: 480px), screen and (max-width: 600px)  {


}


@media screen and (max-width: 320px), screen and (max-device-width: 320px), screen and (max-width: 450px) {



	
}*/