@media only screen and (max-width: 768px) {
    .regSignWrap{

        text-align:center;	
        display: flex;   
    }
    header i{
        font-size: 1.5em;
        color: #28a745;
    }
    .regSignWrap a{
        
        display:inline-block;
        margin-top:1.25rem !important;
        text-align:center !important;

    }
    .header-container{
        flex-direction:column-reverse;

    }
    .menu-location{
        width:auto;
        padding:6px !important;
        padding-top:0px !important;
        /*margin:5px 12px 4px 39px;*/
    }
    .menu-location a{
        
        display:inline-block;
        margin-top:1.25rem !important;
        text-align:center !important;
        padding:6px !important;
        padding-top:0px !important;
       

    }

    .justify-content-end{
        justify-content:unset !important;
    }

    .home-slider{
        padding-top: 0px !important;
        flex-direction: column-reverse;
    }
    .Modern-Slider .item .img-fill{
        /*background:#000;*/
        height: 100% !important;
       
   }
   .Modern-Slider .item .img-fill .info {
        line-height:30vh !important;
        margin-top: -4% !important;
        margin-left: -5% !important;

    }
   .img-fill img {
     object-fit:contain !important;
     }
 
     .wrapper .copy article{
        margin-top:0% !important;
     }
     .wrapper .copy article {
		 padding: 16px !important;
     }
     .Modern-Slider .item h3{

        font-size:25px !important;
     }
		 
    #hp-ctn-howItWorks {
        display: block !important;
        padding:0px 0px 0px 0px;
        text-align: center;
        margin:0px;
        width: 160px;
        height:40px;
       /* background:#FF931E;*/
        background: var(--btn-bg-font-color-primary-bgcolor) !important;
  
        z-index:15;
        border-radius: 5px 5px 0px 0px;
        -moz-transform:rotate(-90deg);
        -ms-transform:rotate(-90deg);
        -o-transform:rotate(-90deg);
        -webkit-transform:rotate(-90deg);
        transform-origin: bottom right;
        position: fixed;
        right: 0px;
        bottom: 80%;
    }
    #hp-ctn-howItWorks p {
        color:#fff !important;
        display:inline-block;
        line-height:10px;
    }
    #hp-ctn-howItWorks p  a{ 
        color:#fff !important;
    }

    .our-menu{
        display: none !important;
    }

    #hp-ctn-howItWorks1 {
        display: block !important;
       
        padding:0px 0px 0px 0px;
        text-align: center;
        margin:0px;
        width: 160px;
        height:40px;
        background: var(--btn-bg-font-color-primary-bgcolor) !important;
  
        z-index:15;
        border-radius: 5px 5px 0px 0px;
        -moz-transform:rotate(-90deg);
        -ms-transform:rotate(-90deg);
        -o-transform:rotate(-90deg);
        -webkit-transform:rotate(-90deg);
        transform-origin: bottom;
        position: fixed;
        left: -39px;
        bottom: 68%;
    }
    #hp-ctn-howItWorks1 p {
        color:#fff !important;
        display:inline-block;
        line-height:4px;
    }
    #hp-ctn-howItWorks1 p  a{ 
        color:#fff !important;
    }

    .a_link_prinable_menu {
         top: -23px;
         width: 36%;
    }
 

}

  @media screen and (max-width: 1024px) {
	.wrapper:after {
		display: none;
	}

	.wrapper .copy, .wrapper .prism-slider {
		width: 100%;
		float: none;
	}

	.wrapper .copy:before {
		display: none;
	}

	.wrapper .copy article {
		position: relative;
		padding: 50px;
		display: block;
	}

	.wrapper .copy h2 {
		font-size: 8vw;
	}

	.wrapper .copy p:first-of-type {
		font-size: 4vw;
	}

	.wrapper .prism-slider {
		padding-bottom: 80%;
	}

	.navigation li {
		width: 24px;
		height: 24px;
	}
    .wrapper  .banner-bar .content-box img {
        position:relative;
        top:11%;
        width:67%;
        height:78%;
    }
}

