
/********** RESPONSIVE DESIGN 01-07-2020 *********/

@media only screen and (min-width:992px) and (max-width:1199px){


}
@media only screen and (max-width:1023px){
	.sip-calculator-section .calculator_output{
	    flex-wrap: wrap;
	}
	
}
@media only screen and (min-width:992px) and (max-width:1023px){

}
@media only screen and (max-width:991px){


}


@media only screen and (max-width:767px){
	.main-header .logo img {
    height: 60px;
    width: auto;
    -o-object-fit: contain;
    object-fit: contain;
}
.main-header .header-menu .navbar .navbar-collapse {
    justify-content: flex-end;
    height: 100%;
    max-width: 375px;
    width: 100%;
    position: fixed;
    left: 0;
    top: 120px;
    background: #fff;
    padding: 10px;
    height: 100vh;
    z-index: 11;
    border-top: 1px solid;
}
.ticker_section {
    display: none !important;
}
.contact-row .contact-boxcard {
    max-width: 100%;
}
	.pb-col-12 {
		width: 100%;
	}
.tools-image {
    position: unset;
  
    width: 100%;
}
.tools-image img {
    max-width: 465px;
    height: 100%;
    height: 348px;
    width: 100%;
    object-fit: contain;
}
.ppo-section .logo-container ul li {
  max-width: 100% !important;
}
}

@media only screen and (max-width:575px){



}

@media only screen and (max-width:359px){



}


@media only screen and (min-width:1441px){

}
@media only screen and (min-width:991px){


}

@media only screen and (min-width:768px){
	.pb-col-md-2 {
		width: 20%;
		float: left;
	}
	.pbj-col-md-1{
		width: 14%;
		float: left;
	}
	.pbj-col-md-3{
		width: 43%;
		float: left;
	}

}

@media only screen and (min-width:576px){


}

