@media screen and (max-width:1399px){
    header .logo{margin-top: 10%;}
    .modal.right .modal-dialog{width:45%; max-width:45%;}
    .modal.right .modal-dialog .modal-content .modal-body h6{font-size:2.5rem;}
    .modal.right .modal-dialog .modal-content .modal-body .form-control{margin-top:.5rem;padding:.5rem 1rem;}
    .modal.right .modal-dialog .modal-content .modal-footer .row button{padding:1.5rem 2rem;}
}
@media screen and (max-width:1200px){
    header .head-text h1{font-size:2rem;}
    header .head-text p{font-size:1.5rem;}
}
@media screen and (max-width:990px){

}
@media screen and (max-width:768px){


}
@media screen and (max-width:480px){
    header .logo img{max-width: 350px;}
    .form_trigger{top: 2rem;}
    header .head-text h1,
    .one h3,
    .three h6 {font-size:2rem;}
    .modal.right .modal-dialog .modal-content .modal-body h6,
    .two h4,
    .three h6{font-size: 1.5rem;}
    header .head-text p,
    .form_trigger span,
    .modal.right .modal-dialog .modal-content .modal-body p,
    .modal.right .modal-dialog .modal-content .modal-body label,
    .two p,
    .two-two h6,
    .three p{font-size: 1rem;}
    .form_trigger span{line-height:18px;}
    .two-two{background-image: none;text-align: center;}
    .four ul{flex-direction: column;padding: 0;}
    .four ul li{padding-top: 4rem;}
    .four ul li::after{transform: rotate(90deg);-webkit-transform: rotate(90deg);-moz-transform: rotate(90deg);-ms-transform: rotate(90deg);-o-transform: rotate(90deg);}
    .three img{display: block; max-width:200px;}
    footer img{margin: 0 auto;display: block;}
    footer ul{justify-content: center;}
    .modal.right .modal-dialog{width: 100%; max-width: 100%;margin-right: 0; margin-left: 0;}
    .modal.right .modal-dialog .modal-content{padding:1rem;}
    .modal.right .modal-dialog .modal-content .modal-body .form-control{padding: .5rem;margin-top: .5rem;}
    .modal.right .modal-dialog .modal-content .modal-footer .row button{padding: .5rem 2rem;}
    .two-two h5{margin-top: 2rem;}
}