/* Medium Layout: 1280px. */

@media only screen and (min-width: 992px) and (max-width: 1280px) {
	.mainmenu-area ul.nav.navbar-nav li a {
        margin: 0 10px;
    }
}

/* Tablet Layout: 768px. */

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.mainmenu-area ul.nav.navbar-nav li a {
        margin: 0 10px;
    }
}

/* Mobile Layout: 320px. */

@media only screen and (max-width: 767px) {
    html,
	body {
		height: 100%;
		overflow-y: visible;
		overflow-x: hidden;
	}

	body {
		font-family: 'Montserrat', sans-serif;
		font-weight: 500;
		font-size: 14px;
		line-height: 18px;
		color: #212121;
		overflow-x: hidden;
	}

    h1 {
        font-size: 40px;
    }

    h3 {
        font-size: 22px;
    }

    /*-- Main-Menu-Style --*/
    .mainmenu-area {
        padding: 0 0 6px;
    }

    .mainmenu-area:before {
        opacity: 0.9;
    }

    .mainmenu-area .navbar-brand {
		height: auto !important;
		padding: 6px 9px 4px !important;
		margin: 0;
	}
	
	/* Humburger Menu */
	
	.mainmenu-area .navbar-toggle {
	  overflow: hidden;
	  position: absolute;
	  right: 0;
	  margin: 1px 8px;
	  width: 40px;
	  height: 50px;
	  display: flex;
	  flex-direction: column;
	  justify-content: center;
	  align-items: center;
	}

	.mainmenu-area .navbar-toggle input {
	  display: flex;
	  width: 60px;
	  height: 60px;
	  position: absolute;
	  cursor: pointer;
	  opacity: 0; /* hide input */
	  z-index: 1; /* top of the menu */
	}

	.mainmenu-area .navbar-toggle span{
	  width: 30px;
	  height: 4px;
	  margin-bottom: 6px;
	  background: #303F9F;
	  border-radius: 4px;
	  -webkit-transition: all .5s cubic-bezier(.08,.81,.87,.71);
	  -moz-transition: all .5s cubic-bezier(.08,.81,.87,.71);
	  -ms-transition: all .5s cubic-bezier(.08,.81,.87,.71);
	  -o-transition: all .5s cubic-bezier(.08,.81,.87,.71);
	  transition: all .5s cubic-bezier(.08,.81,.87,.71);
	}

	#menuspan1 {
	  transform-origin: 8px 3px;
	}

	#menuspan3 {
	  transform-origin: bottom right;
	}

	.mainmenu-area .navbar-toggle input:checked ~ #menuspan1 {
	  background-color: #303F9F;
	  transform: rotate(45deg) translate(5px);
	}
	.mainmenu-area .navbar-toggle input:checked ~ #menuspan2 {
	  background-color: #303F9F;
	  transform: rotate(495deg) translate(-2px);   
	}
	.mainmenu-area .navbar-toggle input:checked ~ #menuspan3 {
	  background-color: #303F9F;
	  transform: rotate(45deg);
	  opacity: 0;
	}
		
	/* Humburger Menu End */

    .mainmenu-area #primary_menu {
        overflow-y: auto;
        max-height: 80vh;
    }

    .mainmenu-area #primary_menu ul.nav.navbar-nav li {
        display: block;
    }

    .mainmenu-area #primary_menu ul.nav.navbar-nav li a {
        padding: 15px;
        border: none;
    }

    .mainmenu-area #primary_menu ul.nav.navbar-nav li.active a,
    .mainmenu-area #primary_menu ul.nav.navbar-nav li a:hover {
        background-color: #ffffff;
        color: #5e88fc;
    }

    .mainmenu-area ul.mainmenu li:nth-child(4) {
        display: block;
        cursor: pointer;
    }	

	.mainmenu-area .navbar-brand img {
		height: 35px;
	}

    .step-tracker {
        padding-left: 5px;
    }
	
	.progress-tracker.icon li.completed:after {
		line-height: 10px;
	}

    .progress-tracker li {
        width: 50px;
        font-size: 10px;
    }
	
	.progress-tracker li:after {
		width: 18px;
		height: 18px;
		line-height: 12px;
	}

    .progress-tracker li span {
        width: 50px;
        margin-left: 12px;
		line-height: 10px;
    }
	/*
    .sell-brand div {
        height: 150px;
        margin: 10px;
        border-radius: 10px;
    }

    .sell-brand img {
        margin: 30px auto 0;
        max-height: 60px;
    }
	
	.sell-brand svg {
        margin: 30px auto 0;
        max-height: 60px;
    }
	
	.smsg-chusr svg {
        margin: 40px auto 0;
        max-height: 60px;
    }

    .samsung-logo {
        bottom: 20px;
        font-size: 14px;
    }

    .iphone-logo {
        bottom: 20px;
        font-size: 14px;
    }

    .huawei-logo {
        bottom: 18px;
        font-size: 14px;
    }
	*/

    .sell-model p {
        margin: 6px;
        width: 160px;
		font-size: 12px;
    }
	
	.sale-confirm, 
	.sell-prev, 
	.sell-next {
		height: 35px;
		line-height: 27px;
	}
	
	.bf-dtls-prev,
	.sell-next,
	.sell-prev,
	.sale-confirm {
		padding-top: 3.5px;
	}
	
	.sf-one-next {
		padding-bottom: 3.5px;
		line-height: 32px;
	}
	
	.checked-circle {
		top: 0;
		right: 0;
	}

    .pricing-currency {
        font-size: 20px !important;
    }

    .sell-payment-price .pricing-amount {
        font-size: 50px !important;
    }

    .pricing-amount {
        font-size: 30px !important;
    }

    .noUi-connects,
    .noUi-handle {
        margin-bottom: 10px !important;
    }

    .range-box {
        width: 300px;
        height: 55px;
    }

    .noUi-handle .tooltiptext {
        width: 250px;
        margin-left: -125px;
    }

    .sell-modal-content {
        width: 100%;
    }

    .sell-modal th {
        width: 140px !important;
    }

    .modal-body {
        padding: 2px 0;
    }

    .modal-close {
        margin-top: 0;
    }

    .sf-contact-details {
        padding: 60px 20px 0;
    }

    .thank-you-title {
        font-size: 30px;
        line-height: 35px;
    }

	.modal-content {
      	top: 1px;
      	border-radius: 2px;
    }
	
	.modal-header {
		padding: 2px 10px;
	}

    .sell-accessories-step .usb,
    .sell-accessories-step .charger {
        margin: 10px;
        width: 150px;
    }
    
    .progress-tracker.icon li.completed:after {
	    line-height: 1.1em;
	}
	
	.tooltiptext, .tooltipreco {
		bottom: 67px;
	}

    .accessory-text {
        width: 100%;
    }

    .footer-bottom .footer-menu ul,
    .footer-area {
        text-align: center;
    }
}

/* Wide Mobile Layout: 480px. */

@media only screen and (min-width: 480px) and (max-width: 767px) {}
