
/********** RESPONSIVE DESIGN 01-07-2020 *********/

@media only screen and (min-width:992px) and (max-width:1199px){


}
@media only screen and (max-width:1023px){
	
}
@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){

	.pb-col-12 {
		width: 100%;
	}
	.rv-row .rv-col {
    padding: 15px;
    max-width: 100%;
    width: 100%;
}
.home-trust-section .trust-image img {
    position: static;
    width: 100%;
}
	.how-we-work .work-img-bg {
    width: 300px;
    height: 300px;
}
	.how-we-work .work-img-bg img {
    width: 300px;
    height: 300px;
}
	.how-we-work .work-img-bg:after {
    width: 300px;
    height: 300px;
}
	.contact-image img {
    width: 100%;
}
	.main-heading .main-title {
    font-size: 20px;
}
	.main-title-white {
    font-size: 24px;
    margin-bottom: 20px;
}
	.home-invest-fund .text-right {
    text-align: left !important;
}
	.footer-main .footer-bottom {
    text-align: center;
}
	.footer-main .footer-bottom .text-right {
    text-align: center !important;
}
.main-header .header-bottom .navbar-toggler.collapsed {
    margin-left: auto;
    display: block;
    outline: none;
}
.main-header .header-bottom .navbar-toggler {
    margin-left: auto;
    display: block;
    position: relative;
    height: 35px;
    width: 35px;
    margin-top: 5px;
    outline: none;
    margin-bottom: 5px;
}
	.main-header .header-bottom .navbar-toggler:not(.collapsed)::before{
    transform:rotate(45deg);
	transition: all 0.3s ease;
	top:15px;
}
.main-header .header-bottom .navbar-toggler::before {
    content: "";
    position: absolute;
    width: 24px;
    height: 2px;
    background: #afafaf;
    left: 4px;
    top: 5px;
    transition: all 0.3s ease;
	transform:rotate(0deg);
}
.main-header .header-bottom .navbar-toggler:not(.collapsed)::after {
    transform: rotate(-45deg);
    transition: all 0.3s ease;
    top: 15px;
}
.main-header .header-bottom .navbar-toggler::after {
    content: "";
    position: absolute;
    width: 24px;
    height: 2px;
    background: #afafaf;
    left: 4px;
    top: 25px;
	transition: all 0.3s ease;
	transform: rotate(0deg);
}

.main-header .header-bottom .navbar-toggler .navbar-toggler-icon {
    /* display: none; */
    background: #afafaf;
    height: 2px;
    width: 25px;
    left: -8px;
    position: relative;
    top: -3px;
}
	.main-header .header-bottom .navbar-toggler:not(.collapsed) .navbar-toggler-icon {
		display:none;
	}
	
	.main-header .header-bottom .navbar-nav {
    background: #fff;
}
	.login-part {
    padding: 15px;
}
	.login-part .checkinputs .fc-lebal {
    margin: 10px 5px;
}
	.modalbody .Cmodalcard {
    max-width: 350px;
}
}

@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){


}

