*{
    margin: 0;
    padding: 0;
    box-sizing: border-box !important;
    transition: 0.5s !important;
    scroll-behavior: smooth;
    /* border: 1px solid #000; */
}

body{
    overflow-x: hidden;
}


/* ---------------------NAVBAR--------------- */
header {

}
header .navbar {

}
header .navbar .navbar-brand .logo_size {
  width: 240px;
  display: flex;
  height: 40px;
  flex-direction: column;
  justify-content: center;
}
header .navbar .navbar-brand .logo_size img {
    max-width: 70%;
    object-fit: cover;
}
header .navbar .nav-item {
    margin-right: 30px;
    transition: all ease-in-out .2s;
    /* border:none; */
    position: relative;
}
header .navbar .nav-item:hover {
    /* border-bottom: 2px solid #ed502e; */
}
header .navbar .nav-item::after {
    content: '';
    position: absolute;
    width: 0px;
    height: 2px;
    left: 50%;
    bottom:0;
    background-color: #ed502e;
    transition: all ease-in-out .2s;
}
header .navbar .nav-item:hover::after{
    width: 100%;
    left: 0;
  }
header .navbar .nav-item:last-child {
    margin-right: 0;
}
header .navbar .nav-item .nav-link {
    font-size: 17px;
    color: #0b2341;
    font-family: "Montserrat-Medium_0", sans-serif;
}
header .navbar .nav-item .nav-link.active {
    color: #ed502e;
    border-bottom: 4px solid #ed502e;
}

.slider_sec .item {
    height: 100vh;
    position: relative;
  }
.slider_sec .item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
.slider_sec .item .cover {
    padding: 75px 0;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.6);
    display: flex;
    align-items: center;
  }
.slider_sec .item .cover .header-content {
    position: relative;
    padding: 56px;
    overflow: hidden;
  }
.slider_sec .item .cover .header-content .line {
    content: "";
    display: inline-block;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    border: 9px solid #fff;
    -webkit-clip-path: polygon(0 0, 60% 0, 36% 100%, 0 100%);
    clip-path: polygon(0 0, 60% 0, 36% 100%, 0 100%);
  }
.slider_sec .item .cover .header-content h2 {
    font-weight: 300;
    font-family: "Montserrat-SemiBold_0",sans-serif;
    font-size: 35px;
    color: #fff;
  }
  .slider_sec .owl-nav .owl-prev:hover {
    background: #000 !important;
    height: 45px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .slider_sec .owl-nav .owl-next:hover {
    background: #000 !important;
    height: 45px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .slider_sec .owl-nav .owl-next {
    height: 45px !important;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .slider_sec .owl-nav .owl-prev {
    height: 45px !important;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
.slider_sec .item .cover .header-content h1 {
    font-size: 56px;
    font-weight: 600;
    margin: 5px 0 20px;
    word-spacing: 3px;
    color: #fff;
  }
.slider_sec .item .cover .header-content h4 {
    font-size: 20px;
    font-weight: 300;
    line-height: 36px;
    font-family: "Montserrat-Light_0",sans-serif;
    color: #fff;
  }
.slider_sec .owl-item.active h1 {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInDown;
    animation-delay: 0.3s;
  }
.slider_sec .owl-item.active h2 {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInDown;
    animation-delay: 0.3s;
  }
.slider_sec .owl-item.active h4 {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInUp;
    animation-delay: 0.3s;
  }
.slider_sec .owl-item.active .line {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInLeft;
    animation-delay: 0.3s;
  }
.slider_sec .owl-nav .owl-prev {
    position: absolute;
    left: 15px;
    top: 43%;
    opacity: 0;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    background: rgba(0, 0, 0, 0.5) !important;
    width: 40px;
    cursor: pointer;
    height: 40px;
    position: absolute;
    display: block;
    z-index: 1000;
    border-radius: 0;
  }
.slider_sec .owl-nav .owl-prev span {
    font-size: 1.6875rem;
    color: #fff;
  }
.slider_sec .owl-nav .owl-prev:focus {
    outline: 0;
  }
.slider_sec .owl-nav .owl-prev:hover {
    background: #000 !important;
  }
.slider_sec .owl-nav .owl-next {
    position: absolute;
    right: 15px;
    top: 43%;
    opacity: 0;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    background: rgba(0, 0, 0, 0.5) !important;
    width: 40px;
    cursor: pointer;
    height: 40px;
    position: absolute;
    display: block;
    z-index: 1000;
    border-radius: 0;
  }
.slider_sec .owl-nav .owl-next span {
    font-size: 1.6875rem;
    color: #fff;
  }
.slider_sec .owl-nav .owl-next:focus {
    outline: 0;
  }
.slider_sec .owl-nav .owl-next:hover {
    background: #000 !important;
  }
.slider_sec:hover .owl-prev {
    left: 0px;
    opacity: 1;
  }
.slider_sec:hover .owl-next {
    right: 0px;
    opacity: 1;
  }

  /* ---------------------FOOTER--------------- */

footer {
  background-color: #171E29;
}
footer .side-adjust {
  margin-right: 60px;
  margin-left: 60px;
}
footer .side-adjust .heading-div {

}
footer .side-adjust .heading-div {

}
footer .side-adjust .heading-div .space {
  display: inline-block;
  height: 70px;
  width: 100%;
}
footer .heading-div .row {

}
footer .heading-div .row .heading-box {
 
}
footer .heading-div .row .heading-box a {

}
footer .heading-div .row .heading-box a img {
  max-width: 40%;
}
footer .heading-div .row .heading-box h2 {
  font-family: "Montserrat-Bold", sans-serif;
  color: white;
  font-size: 50px;
}
footer .main-div .row {
  gap: 20px;
}
footer .main-div .row {

}
footer .main-div .row .main-box {
  width: fit-content;
}
footer .main-div .main-box .content span {
  color: white;
  font-family: "Montserrat-Medium_0", sans-serif;
  font-weight: bold;
}
footer .main-div .main-box .content {
  width: fit-content;
}
footer .main-div .main-box form {
  width: fit-content;
  display: flex;
  flex-direction: column;
  row-gap: 15px;
  margin-top: 20px;
}
footer .main-div .main-box form .input-field {
  height: 60px;
  width: 42.5vw;
  display: flex;
  border-bottom: 2px solid #555A64;
  align-items: center;
  justify-content: space-between;
}
footer .main-div .main-box form .input-field i {
  font-size: 20px;
  color: #a9a9a9;
}
footer .main-div .main-box form .input-field input {
  background: transparent;
  border: 0px;
  width: 90%;
  font-family: "Montserrat-Medium_0", sans-serif;
  outline: 0;
  color: #a9a9a9;
}
footer .main-div .main-box form .input-field button {
  background: transparent;
  border: 0px;
  outline: 0;
}
footer .main-div .main-box form .input-field button:hover i {
  color: rgb(18, 184, 18);
  transition: .3s ease-in;
}
footer .main-div .main-box form .input-field button i {
  color: #555A64;
  transition: .3s ease-out;
}
footer .main-div .main-box form .agree-check {
  display: flex;
  align-items: center;
}
footer .main-div .main-box form .agree-check input {
  margin: 0px;
  margin-right: 10px;
  background-color: #0b0e6d;
  border: 0px;
}
footer .main-div .main-box form .agree-check span {
  font-weight: normal;
  color: #a9a9a9;
  font-size: 14px;
}
footer .main-div .main-box form .agree-check span button {
  color: #a9a9a9;
  border-bottom: 1px solid #a9a9a9;
  background: none;
  padding: 0px;
  border-left: 0px;
  border-right: 0px;
  border-top: 0px;
  border-radius: 0px;
  font-size: 14px;
}
footer .main-div .adjust {
  width: 13vw !important;
}
footer .main-div .adjust .content {

}
footer .main-div .main-box .content span {
  
}
footer .main-div .main-box .content ul {
  list-style: none;
  margin-top: 20px;
  padding: 0px;
  line-height: 38px;
}
footer .main-div .main-box .content ul li {
  width: fit-content;
}
footer .main-div .main-box .content ul li a {
  text-decoration: none;
  font-family: "Montserrat-Medium_0", sans-serif;
  color: grey;
  transition: .3s ease-out;
  display: flex;
  font-size: 14px;
  position: relative;
  flex-direction: column;
}
footer .main-div .main-box .content ul li a:hover {
  margin-left: 7px;
  transition: .3s ease-in;
  color: white;
}
footer .main-div .main-box .content ul li span {
  border-bottom: 1px solid white;
  width: 0%;
  display: inline-block;
  height: 1%;
}
footer .main-div .main-box .content ul li:hover span {
  width: 100%;
  height: 1%;
  border-bottom: 1px solid white;
}
footer .side-adjust .main-div .space {
  display: inline-block;
  height: 70px;
  width: 100%;
}
footer .border-line {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
footer .border-line hr {
  margin: 0px;
}
footer .border-line hr {
  margin: 0px;
  width: 100%;
  border: 1px solid grey;
}
footer .post-footer {
  display: flex;
  height: 50px;
  align-items: center;
  justify-content: flex-start;
}
footer .post-footer span {
  color: #a9a9a9;
  font-family: "Montserrat-Regular_0", sans-serif;
  font-size: 13px;
}
footer .post-footer span a {
 color: white;
 margin-right: 2px;
}

footer .modal-content {
  border-radius: 0px !important;
}

footer .modal-title {
  font-family: "Montserrat-Medium_0", sans-serif;
  font-weight: bold;
}

footer .modal-body .paragraph {
  font-family: "Montserrat-Regular_0", sans-serif;
  font-size: 12px;
  margin: 10px 0px;
  text-align: justify;
}

footer .modal-body .paragraph ul {
  margin: 0px !important;
  list-style: disc !important;
}

footer .modal-body .paragraph ul li {
  
}

footer .modal-body .paragraph:nth-child(1) {
  margin-top: 0px;
}

footer .modal-body .text-highlight {
  font-family: "Montserrat-Medium_0", sans-serif;
  font-weight: bold;
}

footer .modal-footer button {
  width: 20%;
  border-radius: 0px;
  font-family: "Montserrat-Medium_0", sans-serif;
  background: #ed502e;
  border: #ed502e;
  transition: .3s ease-out;
}

footer .modal-footer button:hover {
  background: #171E29;
  transition: .3s ease-in;
}

footer .modal-footer button:active {
  background: #171E29 !important;
}

/* ----------------------------------------- MEDIAQUERY STARTS ----------------------------------------- */

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
    /* ---------------------NAVBAR--------------- */
header {

}
header .navbar {

}
header .navbar .navbar-brand .logo_size {
  width: 240px;
  display: flex;
  height: 40px;
  flex-direction: column;
  justify-content: center;
}
header .navbar .navbar-brand .logo_size img {
    max-width: 70%;
    object-fit: cover;
}
header .navbar .nav-item {
    margin-right: 30px;
    transition: all ease-in-out .2s;
    /* border:none; */
    position: relative;
}
header .navbar .nav-item:hover {
    /* border-bottom: 2px solid #ed502e; */
}
header .navbar .nav-item::after {
    content: '';
    position: absolute;
    width: 0px;
    height: 2px;
    left: 50%;
    bottom:0;
    background-color: #ed502e;
    transition: all ease-in-out .2s;
}
header .navbar .nav-item:hover::after{
    width: 100%;
    left: 0;
  }
header .navbar .nav-item:last-child {
    margin-right: 0;
}
header .navbar .nav-item .nav-link {
    font-size: 17px;
    color: #0b2341;
    font-family: "Montserrat-Medium_0", sans-serif;
}
header .navbar .nav-item .nav-link.active {
    color: #ed502e;
    border-bottom: 4px solid #ed502e;
}

.slider_sec .item {
    height: 100vh;
    position: relative;
  }
.slider_sec .item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
.slider_sec .item .cover {
    padding: 75px 0;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.6);
    display: flex;
    align-items: center;
  }
.slider_sec .item .cover .header-content {
    position: relative;
    padding: 56px;
    overflow: hidden;
  }
.slider_sec .item .cover .header-content .line {
    content: "";
    display: inline-block;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    border: 9px solid #fff;
    -webkit-clip-path: polygon(0 0, 60% 0, 36% 100%, 0 100%);
    clip-path: polygon(0 0, 60% 0, 36% 100%, 0 100%);
  }
.slider_sec .item .cover .header-content h2 {
    font-weight: 300;
    font-family: "Montserrat-SemiBold_0",sans-serif;
    font-size: 35px;
    color: #fff;
  }
  .slider_sec .owl-nav .owl-prev:hover {
    background: #000 !important;
    height: 45px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .slider_sec .owl-nav .owl-next:hover {
    background: #000 !important;
    height: 45px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .slider_sec .owl-nav .owl-next {
    height: 45px !important;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .slider_sec .owl-nav .owl-prev {
    height: 45px !important;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
.slider_sec .item .cover .header-content h1 {
    font-size: 56px;
    font-weight: 600;
    margin: 5px 0 20px;
    word-spacing: 3px;
    color: #fff;
  }
.slider_sec .item .cover .header-content h4 {
    font-size: 20px;
    font-weight: 300;
    line-height: 36px;
    font-family: "Montserrat-Light_0",sans-serif;
    color: #fff;
  }
.slider_sec .owl-item.active h1 {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInDown;
    animation-delay: 0.3s;
  }
.slider_sec .owl-item.active h2 {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInDown;
    animation-delay: 0.3s;
  }
.slider_sec .owl-item.active h4 {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInUp;
    animation-delay: 0.3s;
  }
.slider_sec .owl-item.active .line {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInLeft;
    animation-delay: 0.3s;
  }
.slider_sec .owl-nav .owl-prev {
    position: absolute;
    left: 15px;
    top: 43%;
    opacity: 0;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    background: rgba(0, 0, 0, 0.5) !important;
    width: 40px;
    cursor: pointer;
    height: 40px;
    position: absolute;
    display: block;
    z-index: 1000;
    border-radius: 0;
  }
.slider_sec .owl-nav .owl-prev span {
    font-size: 1.6875rem;
    color: #fff;
  }
.slider_sec .owl-nav .owl-prev:focus {
    outline: 0;
  }
.slider_sec .owl-nav .owl-prev:hover {
    background: #000 !important;
  }
.slider_sec .owl-nav .owl-next {
    position: absolute;
    right: 15px;
    top: 43%;
    opacity: 0;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    background: rgba(0, 0, 0, 0.5) !important;
    width: 40px;
    cursor: pointer;
    height: 40px;
    position: absolute;
    display: block;
    z-index: 1000;
    border-radius: 0;
  }
.slider_sec .owl-nav .owl-next span {
    font-size: 1.6875rem;
    color: #fff;
  }
.slider_sec .owl-nav .owl-next:focus {
    outline: 0;
  }
.slider_sec .owl-nav .owl-next:hover {
    background: #000 !important;
  }
.slider_sec:hover .owl-prev {
    left: 0px;
    opacity: 1;
  }
.slider_sec:hover .owl-next {
    right: 0px;
    opacity: 1;
  }

  /* ---------------------FOOTER--------------- */

footer {
  background-color: #171E29;
}
footer .side-adjust {
  margin-right: 60px;
  margin-left: 60px;
}
footer .side-adjust .heading-div {

}
footer .side-adjust .heading-div {

}
footer .side-adjust .heading-div .space {
  display: inline-block;
  height: 70px;
  width: 100%;
}
footer .heading-div .row {

}
footer .heading-div .row .heading-box {
 
}
footer .heading-div .row .heading-box a {

}
footer .heading-div .row .heading-box a img {
  max-width: 40%;
}
footer .heading-div .row .heading-box h2 {
  font-family: "Montserrat-Bold", sans-serif;
  color: white;
  font-size: 50px;
}
footer .main-div .row {
  gap: 20px;
}
footer .main-div .row {

}
footer .main-div .row .main-box {
  width: fit-content;
}
footer .main-div .main-box .content span {
  color: white;
  font-family: "Montserrat-Medium_0", sans-serif;
  font-weight: bold;
}
footer .main-div .main-box .content {
  width: fit-content;
}
footer .main-div .main-box form {
  width: fit-content;
  display: flex;
  flex-direction: column;
  row-gap: 15px;
  margin-top: 20px;
}
footer .main-div .main-box form .input-field {
  height: 60px;
  width: 42.5vw;
  display: flex;
  border-bottom: 2px solid #555A64;
  align-items: center;
  justify-content: space-between;
}
footer .main-div .main-box form .input-field i {
  font-size: 20px;
  color: #a9a9a9;
}
footer .main-div .main-box form .input-field input {
  background: transparent;
  border: 0px;
  width: 90%;
  font-family: "Montserrat-Medium_0", sans-serif;
  outline: 0;
  color: #a9a9a9;
}
footer .main-div .main-box form .input-field button {
  background: transparent;
  border: 0px;
  outline: 0;
}
footer .main-div .main-box form .input-field button i {
  color: #555A64;
}
footer .main-div .main-box form .agree-check {
  display: flex;
  align-items: center;
}
footer .main-div .main-box form .agree-check input {
  margin: 0px;
  margin-right: 10px;
  background-color: #0b0e6d;
  border: 0px;
}
footer .main-div .main-box form .agree-check span {
  font-weight: normal;
  color: #a9a9a9;
  font-size: 14px;
}
footer .main-div .main-box form .agree-check span button {
  color: #a9a9a9;
  border-bottom: 1px solid #a9a9a9;
  background: none;
  padding: 0px;
  border-left: 0px;
  border-right: 0px;
  border-top: 0px;
  border-radius: 0px;
  font-size: 14px;
}
footer .main-div .adjust {
  width: 13vw !important;
}
footer .main-div .adjust .content {

}
footer .main-div .main-box .content span {
  
}
footer .main-div .main-box .content ul {
  list-style: none;
  margin-top: 20px;
  padding: 0px;
  line-height: 38px;
}
footer .main-div .main-box .content ul li {
  width: fit-content;
}
footer .main-div .main-box .content ul li a {
  text-decoration: none;
  font-family: "Montserrat-Medium_0", sans-serif;
  color: grey;
  font-size: 14px;
  transition: .3s ease-out;
  display: flex;
  position: relative;
  flex-direction: column;
}
footer .main-div .main-box .content ul li a:hover {
  margin-left: 7px;
  transition: .3s ease-in;
  color: white;
}
footer .main-div .main-box .content ul li span {
  border-bottom: 1px solid white;
  width: 0%;
  display: inline-block;
  height: 1%;
}
footer .main-div .main-box .content ul li:hover span {
  width: 100%;
  height: 1%;
  border-bottom: 1px solid white;
}
footer .side-adjust .main-div .space {
  display: inline-block;
  height: 70px;
  width: 100%;
}
footer .border-line {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
footer .border-line hr {
  margin: 0px;
}
footer .border-line hr {
  margin: 0px;
  width: 100%;
  border: 1px solid grey;
}
footer .post-footer {
  display: flex;
  height: 50px;
  align-items: center;
  justify-content: flex-start;
}
footer .post-footer span {
  color: #a9a9a9;
  font-family: "Montserrat-Regular_0", sans-serif;
  font-size: 13px;
}
footer .post-footer span a {
 color: white;
 margin-right: 2px;
}
}


@media only screen and (max-width: 1180px) {
  footer .main-div .adjust {
    width: 12vw !important;
}

footer .heading-div .row .heading-box h2 {
  font-family: "Montserrat-Bold", sans-serif;
  color: white;
  font-size: 45px;
}
}

@media only screen and (max-width: 1120px) {
  footer .main-div .adjust {
    width: 11vw !important;
}

footer .main-div .main-box form .input-field input {
  width: 85%;
}

footer .heading-div .row .heading-box h2 {
  font-family: "Montserrat-Bold", sans-serif;
  color: white;
  font-size: 40px;
}
}

@media only screen and (max-width: 1020px) {
  footer .main-div .adjust {
    width: 10vw !important;
}

footer .main-div .main-box form .input-field input {
  width: 85%;
  font-size: 13px;

}

footer .heading-div .row .heading-box h2 {
  font-family: "Montserrat-Bold", sans-serif;
  color: white;
  font-size: 40px;
}

footer .main-div .main-box .content ul li a {
  font-size: 13px;
}

footer .main-div .main-box form .agree-check span {
  font-weight: normal;
  color: #a9a9a9;
  font-size: 13px;
}

footer .main-div .main-box form .agree-check span button {
  color: #a9a9a9;
  border-bottom: 1px solid #a9a9a9;
  background: none;
  padding: 0px;
  border-left: 0px;
  border-right: 0px;
  border-top: 0px;
  border-radius: 0px;
  font-size: 13px;
}
}


/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (max-width: 992px) {

  header .navbar .nav-item {
    margin-right: 30px;
    transition: all ease-in-out .2s;
    /* border: none; */
    position: relative;
    width: fit-content;
   }

  footer .heading-div .row .heading-box h2 {
    font-family: "Montserrat-Bold", sans-serif;
    color: white;
    font-size: 35px;
}

footer .heading-div .row {
  height: 130px;
}

footer .heading-div .row .heading-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

footer .main-div .main-box form .input-field input {
  width: 90%;
  font-size: 13px;
}

footer .side-adjust .heading-div .space {
  display: inline-block;
  height: 50px;
  width: 100%;
}

footer .side-adjust .main-div .space {
  display: inline-block;
  height: 50px;
  width: 100%;
}

footer .main-div .main-box form .input-field {
  height: 60px;
  width: 87vw;
  display: flex;
  border-bottom: 2px solid #555A64;
  align-items: center;
  justify-content: space-between;
}

footer .main-div .adjust {
  width: 17vw !important;
  margin-top: 30px;
}
}

/* ipad air  */
@media only screen and (max-device-width: 820px) {
  header .navbar .nav-item {
    margin-right: 30px;
    transition: all ease-in-out .2s;
    /* border: none; */
    position: relative;
    width: fit-content;
   }

  footer .heading-div .row .heading-box h2 {
    font-family: "Montserrat-Bold", sans-serif;
    color: white;
    font-size: 35px;
}

footer .heading-div .row {
  height: 130px;
}

footer .heading-div .row .heading-box a img {
    max-width: 30%;
}

footer .heading-div .row .heading-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

footer .main-div .main-box form .input-field input {
  width: 90%;
  font-size: 13px;
}

footer .side-adjust .heading-div .space {
  display: inline-block;
  height: 50px;
  width: 100%;
}

footer .side-adjust .main-div .space {
  display: inline-block;
  height: 50px;
  width: 100%;
}

footer .main-div .main-box form .input-field {
  height: 60px;
  width: 87vw;
  display: flex;
  border-bottom: 2px solid #555A64;
  align-items: center;
  justify-content: space-between;
}

footer .main-div .adjust {
  width: 17vw !important;
  margin-top: 30px;
}
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (max-width: 768px) {


header .navbar .nav-item {
  margin-right: 30px;
  transition: all ease-in-out .2s;
  /* border: none; */
  position: relative;
  width: fit-content;
 }

footer .heading-div .row .heading-box h2 {
  font-family: "Montserrat-Bold", sans-serif;
  color: white;
  font-size: 25px;
}

footer .heading-div .row .heading-box a img {
  max-width: 35%;
}

.heading-div .row {
  height: 100px;
}

footer .heading-div .row .heading-box {
display: flex;
flex-direction: column;
justify-content: center;
}

footer .main-div .main-box form .input-field input {
width: 90%;
font-size: 13px;
}

footer .side-adjust .heading-div .space {
display: inline-block;
height: 20px;
width: 100%;
}

footer .side-adjust .main-div .space {
display: inline-block;
height: 20px;
width: 100%;
}

footer .main-div .main-box form .input-field {
height: 60px;
width: 80vw;
display: flex;
border-bottom: 2px solid #555A64;
align-items: center;
justify-content: space-between;
}

footer .main-div .adjust {
width: 17vw !important;
margin-top: 30px;
}
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {

  header .navbar .nav-item {
    margin-right: 30px;
    transition: all ease-in-out .2s;
    /* border: none; */
    position: relative;
    width: fit-content;
   }
  
  footer .heading-div .row .heading-box h2 {
    font-family: "Montserrat-Bold", sans-serif;
    color: white;
    font-size: 20px;
  }
  
  footer .heading-div .row .heading-box a img {
    max-width: 35%;
  }
  
  footer .heading-div .row {
  height: 130px;
  }
  
  footer .heading-div .row .heading-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  }
  
  footer .main-div .main-box form .input-field input {
  width: 85%;
  font-size: 13px;
  }
  
  footer .side-adjust .heading-div .space {
  display: inline-block;
  height: 20px;
  width: 100%;
  }
  
  footer .side-adjust .main-div .space {
  display: inline-block;
  height: 20px;
  width: 100%;
  }
  
  footer .main-div .main-box form .input-field {
  height: 60px;
  width: 86vw;
  display: flex;
  border-bottom: 2px solid #555A64;
  align-items: center;
  justify-content: space-between;
  }
  
  footer .main-div .adjust {
  width: 23vw !important;
  margin-top: 30px;
  }

  footer .side-adjust {
    margin-right: 30px;
    margin-left: 30px;
}
}

/* /* ---- Other android devices---------- */
@media only screen and (max-device-width: 450px) {
  footer .heading-div .row .heading-box h2 {
    font-family: "Montserrat-Bold", sans-serif;
    color: white;
    font-size: 18px;
}

footer .main-div .main-box .content span {
  color: white;
  font-family: "Montserrat-Medium_0", sans-serif;
  font-weight: bold;
  font-size: 13px;
}

footer .heading-div .row .heading-box a img {
  max-width: 45%;
}


footer .main-div .main-box form .input-field {
  height: 60px;
  width: 85vw;
  display: flex;
  border-bottom: 2px solid #555A64;
  align-items: center;
  justify-content: space-between;
}

footer .heading-div .row {
  height: 90px;
}

footer .side-adjust .heading-div .space {
  display: inline-block;
  height: 0px;
  width: 100%;
}

footer .side-adjust .main-div .space {
  display: inline-block;
  height: 0px;
  width: 100%;
}

footer .main-div .main-box form .input-field input {
  width: 85%;
  font-size: 13px;
}

footer .main-div .main-box form .agree-check span {
  font-weight: normal;
  color: #a9a9a9;
  font-size: 12px;
}

footer .main-div .main-box form .agree-check span button {
  color: #a9a9a9;
  border-bottom: 1px solid #a9a9a9;
  background: none;
  padding: 0px;
  border-left: 0px;
  border-right: 0px;
  border-top: 0px;
  border-radius: 0px;
  font-size: 12px;
}

footer .main-div .main-box .content ul li a {
  font-size: 12px;
}

footer .main-div .adjust {
  width: 30vw !important;
  margin-top: 10px;
}

footer .post-footer span {
  color: #a9a9a9;
  font-family: "Montserrat-Regular_0", sans-serif;
  font-size: 11px;
}
}

/* /* ---- iphone 13pro max ---------- */
@media only screen and (max-device-width: 430px) {
  footer .heading-div .row .heading-box h2 {
    font-family: "Montserrat-Bold", sans-serif;
    color: white;
    font-size: 18px;
}

footer .main-div .main-box .content span {
  color: white;
  font-family: "Montserrat-Medium_0", sans-serif;
  font-weight: bold;
  font-size: 13px;
}

footer .heading-div .row .heading-box a img {
  max-width: 45%;
}


footer .side-adjust .heading-div .space {
  display: inline-block;
  height: 0px;
  width: 100%;
}

footer .side-adjust .main-div .space {
  display: inline-block;
  height: 0px;
  width: 100%;
}

footer .main-div .main-box form .input-field {
  height: 60px;
  width: 85vw;
  display: flex;
  border-bottom: 2px solid #555A64;
  align-items: center;
  justify-content: space-between;
}

footer .main-div .main-box form .input-field input {
  width: 85%;
  font-size: 13px;
}

footer .main-div .main-box form .agree-check span {
  font-weight: normal;
  color: #a9a9a9;
  font-size: 12px;
}

footer .main-div .main-box form .agree-check span button {
  color: #a9a9a9;
  border-bottom: 1px solid #a9a9a9;
  background: none;
  padding: 0px;
  border-left: 0px;
  border-right: 0px;
  border-top: 0px;
  border-radius: 0px;
  font-size: 12px;
}

footer .main-div .main-box .content ul li a {
  font-size: 12px;
}

footer .main-div .adjust {
  width: 30vw !important;
  margin-top: 10px;
}

footer .post-footer span {
  color: #a9a9a9;
  font-family: "Montserrat-Regular_0", sans-serif;
  font-size: 11px;
}
}

/* /* ---- iphone XR max ---------- */
@media only screen and (max-device-width: 414px) {
  footer .heading-div .row .heading-box h2 {
    font-family: "Montserrat-Bold", sans-serif;
    color: white;
    font-size: 17px;
}

footer .main-div .main-box .content span {
  color: white;
  font-family: "Montserrat-Medium_0", sans-serif;
  font-weight: bold;
  font-size: 13px;
}

footer .heading-div .row .heading-box a img {
  max-width: 45%;
}


footer .main-div .main-box form .input-field {
  height: 60px;
  width: 85vw;
  display: flex;
  border-bottom: 2px solid #555A64;
  align-items: center;
  justify-content: space-between;
}

footer .heading-div .row {
  height: 90px;
}

footer .side-adjust .heading-div .space {
  display: inline-block;
  height: 0px;
  width: 100%;
}

footer .side-adjust .main-div .space {
  display: inline-block;
  height: 0px;
  width: 100%;
}

footer .main-div .main-box form .input-field input {
  width: 85%;
  font-size: 13px;
}

footer .main-div .main-box form .agree-check span {
  font-weight: normal;
  color: #a9a9a9;
  font-size: 12px;
}

footer .main-div .main-box form .agree-check span button {
  color: #a9a9a9;
  border-bottom: 1px solid #a9a9a9;
  background: none;
  padding: 0px;
  border-left: 0px;
  border-right: 0px;
  border-top: 0px;
  border-radius: 0px;
  font-size: 12px;
}

footer .main-div .main-box .content ul li a {
  font-size: 12px;
}

footer .main-div .adjust {
  width: 30vw !important;
  margin-top: 10px;
}

footer .post-footer span {
  color: #a9a9a9;
  font-family: "Montserrat-Regular_0", sans-serif;
  font-size: 11px;
}
}

/* pixel 5  ----------- */
@media only screen and (max-device-width: 393px) {
  footer .heading-div .row .heading-box h2 {
    font-family: "Montserrat-Bold", sans-serif;
    color: white;
    font-size: 16px;
}

footer .main-div .main-box .content span {
  color: white;
  font-family: "Montserrat-Medium_0", sans-serif;
  font-weight: bold;
  font-size: 13px;
}

footer .heading-div .row .heading-box a img {
  max-width: 45%;
}


footer .main-div .main-box form .input-field {
  height: 60px;
  width: 83vw;
  display: flex;
  border-bottom: 2px solid #555A64;
  align-items: center;
  justify-content: space-between;
}

footer .heading-div .row {
  height: 90px;
}

footer .side-adjust .heading-div .space {
  display: inline-block;
  height: 0px;
  width: 100%;
}

footer .side-adjust .main-div .space {
  display: inline-block;
  height: 0px;
  width: 100%;
}

footer .main-div .main-box form .input-field input {
  width: 85%;
  font-size: 13px;
}

footer .main-div .main-box form .agree-check span {
  font-weight: normal;
  color: #a9a9a9;
  font-size: 12px;
}

footer .main-div .main-box form .agree-check span button {
  color: #a9a9a9;
  border-bottom: 1px solid #a9a9a9;
  background: none;
  padding: 0px;
  border-left: 0px;
  border-right: 0px;
  border-top: 0px;
  border-radius: 0px;
  font-size: 12px;
}

footer .main-div .main-box .content ul li a {
  font-size: 12px;
}

footer .main-div .adjust {
  width: 30vw !important;
  margin-top: 10px;
}

footer .post-footer span {
  color: #a9a9a9;
  font-family: "Montserrat-Regular_0", sans-serif;
  font-size: 11px;
}
}

/* iPhone 12 pro ----------- */
@media only screen and (max-device-width: 390px) {
  footer .heading-div .row .heading-box h2 {
    font-family: "Montserrat-Bold", sans-serif;
    color: white;
    font-size: 16px;
}

footer .main-div .main-box .content span {
  color: white;
  font-family: "Montserrat-Medium_0", sans-serif;
  font-weight: bold;
  font-size: 13px;
}

footer .heading-div .row .heading-box a img {
  max-width: 45%;
}


footer .main-div .main-box form .input-field {
  height: 60px;
  width: 83vw;
  display: flex;
  border-bottom: 2px solid #555A64;
  align-items: center;
  justify-content: space-between;
}

footer .heading-div .row {
  height: 90px;
}

footer .side-adjust .heading-div .space {
  display: inline-block;
  height: 0px;
  width: 100%;
}

footer .side-adjust .main-div .space {
  display: inline-block;
  height: 0px;
  width: 100%;
}

footer .main-div .main-box form .input-field input {
  width: 85%;
  font-size: 13px;
}

footer .main-div .main-box form .agree-check span {
  font-weight: normal;
  color: #a9a9a9;
  font-size: 12px;
}

footer .main-div .main-box form .agree-check span button {
  color: #a9a9a9;
  border-bottom: 1px solid #a9a9a9;
  background: none;
  padding: 0px;
  border-left: 0px;
  border-right: 0px;
  border-top: 0px;
  border-radius: 0px;
  font-size: 12px;
}

footer .main-div .main-box .content ul li a {
  font-size: 12px;
}

footer .main-div .adjust {
  width: 30vw !important;
  margin-top: 10px;
}

footer .post-footer span {
  color: #a9a9a9;
  font-family: "Montserrat-Regular_0", sans-serif;
  font-size: 11px;
}
} 

/* iPhone 6, 7, 8 ----------- */
@media only screen and (max-device-width: 375px) {
  footer .heading-div .row .heading-box h2 {
    font-family: "Montserrat-Bold", sans-serif;
    color: white;
    font-size: 16px;
}

footer .main-div .main-box .content span {
  color: white;
  font-family: "Montserrat-Medium_0", sans-serif;
  font-weight: bold;
  font-size: 13px;
}

footer .heading-div .row .heading-box a img {
  max-width: 45%;
}


footer .main-div .main-box form .input-field {
  height: 60px;
  width: 84vw;
  display: flex;
  border-bottom: 2px solid #555A64;
  align-items: center;
  justify-content: space-between;
}

footer .heading-div .row {
  height: 90px;
}

footer .side-adjust .heading-div .space {
  display: inline-block;
  height: 0px;
  width: 100%;
}

footer .side-adjust .main-div .space {
  display: inline-block;
  height: 0px;
  width: 100%;
}

footer .main-div .main-box form .input-field input {
  width: 83%;
  font-size: 13px;
}

footer .main-div .main-box form .agree-check span {
  font-weight: normal;
  color: #a9a9a9;
  font-size: 12px;
}

footer .main-div .main-box form .agree-check span button {
  color: #a9a9a9;
  border-bottom: 1px solid #a9a9a9;
  background: none;
  padding: 0px;
  border-left: 0px;
  border-right: 0px;
  border-top: 0px;
  border-radius: 0px;
  font-size: 12px;
}

footer .main-div .main-box .content ul li a {
  font-size: 12px;
}

footer .main-div .adjust {
  width: 30vw !important;
  margin-top: 10px;
}

footer .post-footer span {
  color: #a9a9a9;
  font-family: "Montserrat-Regular_0", sans-serif;
  font-size: 11px;
}
} 

/* samsung galaxy  */
@media only screen and (max-device-width: 360px) {
  footer .heading-div .row .heading-box h2 {
    font-family: "Montserrat-Bold", sans-serif;
    color: white;
    font-size: 16px;
}

footer .main-div .main-box .content span {
  color: white;
  font-family: "Montserrat-Medium_0", sans-serif;
  font-weight: bold;
  font-size: 13px;
}

footer .heading-div .row .heading-box a img {
  max-width: 45%;
}


footer .main-div .main-box form .input-field {
  height: 60px;
  width: 83vw;
  display: flex;
  border-bottom: 2px solid #555A64;
  align-items: center;
  justify-content: space-between;
}

footer .heading-div .row {
  height: 90px;
}

footer .side-adjust .heading-div .space {
  display: inline-block;
  height: 0px;
  width: 100%;
}

footer .side-adjust .main-div .space {
  display: inline-block;
  height: 0px;
  width: 100%;
}

footer .main-div .main-box form .input-field input {
  width: 83%;
  font-size: 13px;
}

footer .main-div .main-box form .agree-check span {
  font-weight: normal;
  color: #a9a9a9;
  font-size: 12px;
}

footer .main-div .main-box form .agree-check span button {
  color: #a9a9a9;
  border-bottom: 1px solid #a9a9a9;
  background: none;
  padding: 0px;
  border-left: 0px;
  border-right: 0px;
  border-top: 0px;
  border-radius: 0px;
  font-size: 12px;
}

footer .main-div .main-box .content ul li a {
  font-size: 12px;
}

footer .main-div .adjust {
  width: 30vw !important;
  margin-top: 10px;
}

footer .post-footer span {
  color: #a9a9a9;
  font-family: "Montserrat-Regular_0", sans-serif;
  font-size: 11px;
}
}