body {
  font-family: 'Montserrat', sans-serif;
  padding-top: 0px;
}

ul,
ol {
  padding: 0px;
  margin: 0px;
}

.container {
  max-width: 1350px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Montserrat', sans-serif;
}

/*--------header-----------*/
.header {
  position: fixed;
  z-index: 99;
  top: 0px;
  left: 0px;
  width: 100%;
}

#header.fixed1 {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  background-color: #fff;
  box-shadow: 0 20px 40px 0 rgba(0, 0, 0, .2);
  z-index: 99;
}

.header_top {
  width: 100%;
  display: table;
  margin-left: 0%;
  position: relative;
  padding: 0 30px;
}

.logo {
  float: left;
  display: inline-block;
  height: 90px;
  line-height: 80px;
  margin-left: 60px;
  position: relative;
}
.logo a {
  vertical-align: middle;
  display: table;
  background-image: url(../img/logo.png);
  background-repeat: no-repeat;
  background-position: left 8px;
  width: 225px;
  height: inherit;
  background-size: 100%;
  position: relative;
}

#header.fixed1 .logo a {}

.hd_right {
  float: right;
  display: inline-block;

}

.hd_right ul.topul {
  list-style: none;
  padding: 10px 0 10px;
  float: right;
  display: inline-block
}

.hd_right ul.topul li {
  float: right;
  display: inline-block;
  padding-right: 20px;
  padding-left: 55px;
  background-attachment: scroll;
  background-image: url(../img/ph.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 40px;
  /* border-right: 1px solid #9f9f9f; */
  font-size: 16px;
  color: #000;
  margin-left: 30px;
  text-transform: capitalize;
}

.hd_right ul.topul li:last-child {
  border-right: 0px;
  margin-right: 0px;
  padding-right: 0px;
}

.hd_right ul.topul li .li1 {
  font-size: 14px;
  font-weight: 300;
  color: #bc0c18;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.hd_right ul.topul li .li2 {
  font-size: 14px;
  margin-top: 2px;
}

img.iso1 {
  width: 80px;
  margin-top: 2px;
}

.main_menu {
  clear: both;
  width: 100%;
  display: table;
  /* background-color: #de4800;
    box-shadow: 0 4px 4px 1px rgba(0, 0, 0, 0.15); */
}

.menu {
  clear: both;
  width: 100%;
}

.menu ul {
  list-style: none;
  float: right;
  /* margin-right: 15px; */
}

.menu>ul>li {
  display: inline-block;
  float: left;
  position: relative;
  padding: 0 20px;
}

.menu>ul>li>a {
  text-decoration: none;
  color: #3a3f45;
  text-transform: uppercase;
  font-size: 14px;
  display: block;
  transition: all 0.3s ease 0s;
  outline: 0px;
  font-family: 'Montserrat', sans-serif;
  height: 80px;
  font-weight: 600;
  line-height: 80px;
  position: relative;
  /* border-right: 1px solid rgba(0, 0, 0, 0.1); */
}

.menu>ul>li>a:before {
  content: "";
  position: absolute;
  left: 50%;
  right: 50%;
  bottom: 15px;
  background: #CB6CE6;
  height: 1px;
  -webkit-transition-property: left, right;
  transition-property: left, right;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.menu>ul>li>a:after {
  content: "";
  position: absolute;
  left: 50%;
  right: 50%;
  top: 15px;
  background: #CB6CE6;
  height: 1px;
  -webkit-transition-property: left, right;
  transition-property: left, right;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.menu>ul>li>a:hover:after,
.menu>ul>li>a:hover:before,
.menu>ul>li>a.active:after,
.menu>ul>li>a.active:before {
  left: 0;
  right: 0;
}

.menu>ul>li:last-child>a:after,
.menu>ul>li:last-child>a:before {
  display: none;
}

.menu>ul>li.last>a {
  height: 42px;
  line-height: 42px;
  color: #fff;
  padding: 0 25px;
  font-size: 14px;
  font-weight: 600;
  margin-top: 20px;
  text-transform: uppercase;
  position: relative;
  border: 1px solid #4a4a4a;
  width: 142px;
  height: 44px;
  line-height: 44px;
}

.menu>ul>li.last>a strong {
  background-color: #CB6CE6;
  position: absolute;
  top: -5px;
  right: 4px;
  color: #fff;
  font-weight: 600;
  transition-duration: .3s;
  width: 142px;
  height: 44px;
  line-height: 44px;
  font-size: 14px;
  text-align: center;
}

.menu>ul>li.last {
  padding-left: 10px;
  margin-left: 10px;
}

.menu>ul>li.last>a:hover strong {
  background-color: #CB6CE6;
  color: #fff;
  top: 0;
  right: 0
}

.menu>ul>li>a i {
  margin-left: 2px;
}

.menu ul>li:hover>a,
.menu ul>li>a.active {
  color: #CB6CE6;
}

.ftbx1 {
  width: 100%;
  display: block;
  /* padding: 30px 0; */
  background-color: #fafbff;
  background-repeat: no-repeat;
  background-size: cover;
  /* border-bottom-right-radius: 50%; */

  position: relative;
  overflow: hidden;
  background-attachment: fixed;
}

.ftcontbx {
  padding-left: 80px;
}

.ftbx1#s2 .ftcontbx,
.ftbx1#s4 .ftcontbx,
.ftbx1#s6 .ftcontbx {
  padding-left: 0;
  padding-right: 60px;
}

.ftbx1 h2 {
  text-transform: capitalize;
  font-size: 36px;
  letter-spacing: 0px;
  color: #CB6CE6;
  margin-top: 80px;
  font-weight: 700;
  margin-bottom: 20px;
}

.ftcontbx ul {
  list-style: none;
  margin-bottom: 10px;
  display: table;
  width: 100%;
  margin-bottom: 30px;
}

.ftcontbx ul li {
  padding: 10px;
  padding-left: 20px;
  position: relative;
  width: 100%;
  display: block;
}

#s2 .ftcontbx ul {
  float: right;
  width: 100%;
}

#s2 .ftcontbx ul li {
  text-align: right;
  padding-right: 20px;
}

.ftcontbx ul li:before {
  position: absolute;
  left: 0px;
  top: 17px;
  width: 5px;
  height: 5px;
  background-color: #CB6CE6;
  content: ""
}

#s2 .ftcontbx ul li:before {
  left: auto;
  right: 0;
  text-align: right;
}

.section1 ul li a .desc1 p i {
  margin-right: 10px;
  color: #bc0c19;
  font-size: 14px;
}


.ftbx1 p {
  color: #000;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  margin-bottom: 20px;
}

.ftbx1 a {
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
  color: #fff;
  padding: 12px 40px;
  border-radius: 5px;
  text-decoration: none;
  transition: all 0.3s;
  text-transform: capitalize;
  background-color: #CB6CE6;
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 3px 1px -2px rgba(0, 0, 0, 0.12);
  position: relative;
  z-index: 2;
}

.ftbx1 a:hover {
  background-color: #CB6CE6;
  color: #fff;
}

.ftimgbx {
  width: 100%;
  transform: translate3d(-11%, 0, 0) skew(-10deg);
  overflow: hidden
}

.ftimgbx1 {
  transform: translate3d(11%, 0, 0) skew(10deg);
}

.ftimgbx img {
  width: 100%;
  display: inline;
  vertical-align: middle;
}

.ftbx1#s2 .ftimgbx img,
.ftbx1#s4 .ftimgbx img,
.ftbx1#s6 .ftimgbx img {
  border-top-left-radius: 0%;
  transform: translate3d(11%, 0, 0) skew(10deg);
}

.ftimgbx1 img {
  transform: translate3d(-11%, 0, 0) skew(-10deg);
}
 
.bannerservices {
  width: 100%;
  display: table;
  margin-top: 80px;
  padding: 60px 0;
  background-color: #fff;
  background-image: url('../img/wedobg.jpg')
}

.bannerservices h1 {
  text-align: left;
  margin-top: 0px;
  font-size: 42px;
  font-weight: 700;
  color: #CB6CE6;
  margin-bottom: 20px;
  position: relative;
  padding-bottom: 30px;
}

.bannerservices h1:before {
  position: absolute;
  left: 0;
  height: 3px;
  width: 90px;
  bottom: 0px;
  content: "";
  background-color: #CB6CE6;
}

.bannerservices h5 {
  text-align: left;
  font-size: 16px;
  line-height: 26px;
  margin: auto;
  color: #000;
  margin-bottom: 20px;
}

.bannerservices h2 {
  color: #fff;
  font-size: 40px;
  margin-bottom: 20px;
  letter-spacing: 2px;
  font-weight: 800;
  text-align: center;
  text-transform: uppercase;
}

.bannerservices ul {
  list-style: none;
  width: 100%;
  clear: both;
  display: table;
}

.bannerservices ul li {
  float: left;
  display: inline;
  padding: 0px 10px;
  width: 25%;
  text-align: center
}

.bannerservices ul li a {
  padding: 20px 0;
  /* margin-bottom: 1.75rem; */
  /* box-shadow: 0 1em 1em rgba(0, 0, 0, 0.16); */
  text-decoration: none;
  /* text-transform: uppercase; */
  font-weight: bold;
  font-size: 16px;
  letter-spacing: .05em;
  color: #fff;
  /* background-color: #fff; */
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  line-height: 21px;
  position: relative;
  transition: all 0.3s;
  text-align: center
}

.bannerservices ul li a p {
  margin-bottom: 0;
  color: #000;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
  font-weight: 300;
}

.bannerservices ul li a p span {
  color: #bc0c19;
  font-weight: 900;
}

.bannerservices ul li a h3 {
  margin: 0 0 20px 0;
  font-size: 42px;
  font-weight: 700;
  display: inline-block;
  text-shadow: 6px 6px 0px rgba(0, 0, 0, .05);
  color: #05133c;
  width: 190px;
  height: 190px;
  line-height: 200px;
  text-align: center;
  border: 2px solid #fc6481;
  border-radius: 190px;
}

/* .bannerservices ul li a:hover {
    background-color: #2b388f;
    color: #fff;
} */

.bannerservices ul li a span.imgg {
  width: 50px;
  height: 50px;
  float: left;
  display: inline-block;
  background-position: left top;
  background-size: 100%;
  margin-bottom: 20px;
  position: absolute;
  left: 40px;
  top: 45px;
}

.bannerservices ul li a:hover span {
  background-position: left top;
}


ul.parent {
  list-style: none;
  width: 100%;
  float: left;
  margin-top: 0px;
}

ul.parent li {
  width: 100%;
  float: left;
  position: relative;
}

ul.parent li a {
  display: inline;
  width: 100%;
  height: 100%;
  outline: none;
  display: table;
  border-bottom: 1px solid #f0f0f0;
  padding: 12px 12px;
  color: #333745;
  font-size: 12px;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 600;
}

ul.parent li span {
  float: right;
  color: #333745;
  font-size: 20px;
  font-weight: bold;
  margin-top: 0px;
  padding: 0px;
  line-height: 0px;
}

ul.parent li a:hover,
.hpl_cats ul.parent li a:hover span {
  text-decoration: none;
  color: #16a8da;
}

ul.parent ul {
  padding-right: 0px;
  list-style: none;
  display: none;
  background-color: #f1f1f1;
}

ul.parent ul li {
  background-color: #f1f1f1;
  position: relative;
}

ul.parent ul ul li {
  background-color: #fff;
}

ul.parent ul li:last-child {
  border-bottom: 0px dotted #ccc;
}

.menul li a span {
  position: relative;
  float: right;
}

.menul li a span:before {
  position: absolute;
  top: 6px;
  right: 15px;
  font-size: 18px;
  content: '\f105';
  font-family: "FontAwesome";
  transition: all .5s;
}

.menul li.open a span:before {
  content: '\f107';
  transition: all .5s;
}

.remove_desktop {
  display: none;
}

/*sectionform*/
.sectionform {
  width: 100%;
  display: inline-grid;
  overflow: hidden;
  margin: 0px;
  padding: 80px;
}

.sectionform h3 {
  font-weight: 500;
  font-size: 21px;
  line-height: 29px;
  color: #CB6CE6;
  margin: 0 0 20px;
}

.sectionform h2 {
  font-weight: 700;
  font-size: 48px;
  line-height: 55px;
  margin: 0 0 15px;
  letter-spacing: -.015em;
  color: #fff;
}

.sectionform p {
  color: #fff;
  margin: 0;
  font-weight: 500;
  font-size: 21px;
  line-height: 36px;
}

.sectionform a {
  text-decoration: none;
  font-weight: 700;
  color: #CB6CE6;
  position: relative;
}

.sectionform a::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background-color: #CB6CE6;
  transition: .4s;
}

.sectionform a:hover:after {
  width: 100%;
}

/*sectionform*/


.footer-mail {
  /* padding-top:88px; */
  padding-bottom: 75px;
  background-color: #f9f9f9;
  transition: .4s
}

@keyframes mailDoneAnimation {
  0% {
    opacity: .5
  }

  to {
    opacity: 1
  }
}

.footer-mailDone {
  padding-top: 100px;
  padding-bottom: 100px;
  animation-name: mailDoneAnimation;
  animation-duration: .4s;
  animation-iteration-count: 1
}

.footer-mailDone__sent {
  margin: 0;

  font-weight: 500;
  font-size: 48px;
  line-height: 110%;
  color: #fff;
  text-align: center;
  white-space: pre-wrap
}

.footer-mail__wrapper {
  display: grid;
  grid-template-columns: 513px 1fr;
  grid-column-gap: 131px
}

.footer-mail__block:nth-of-type(2) {
  display: flex;
  flex-direction: column;
  justify-content: space-between
}

.footer-mail__subtitle {

  font-weight: 500;
  font-size: 24px;
  line-height: 29px;
  color: #CB6CE6;
  margin: 0 0 48px
}

.footer-mail__title {
  font-weight: 700;
  font-size: 64px;
  line-height: 70px;
  margin: 0 0 65px;
  letter-spacing: -.015em
}

.footer-mail__text,
.footer-mail__title {
  color: #fff
}

.footer-mail__text {
  margin: 0;
  font-weight: 500;
  font-size: 28px;
  line-height: 39px
}

.footer-mail__link {
  text-decoration: none;
  font-weight: 700;
  color: #CB6CE6;
  position: relative
}

.footer-mail__link:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background-color: #CB6CE6;
  transition: .4s
}

.footer-mail__link:hover:after {
  width: 100%
}

.footer-form p {
  margin: 0;
  padding: 17px 34px;
  width: 100%;
  font-weight: 500;
  font-size: 14px;
  line-height: 23px;
  letter-spacing: .01em;
  text-align: justify;
  color: #000;
}

.footer-mail .footer-form__block:first-of-type {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 23px;
  grid-row-gap: 25px;
  margin: 34px 54px 0 34px;
}

.footer-mail .footer-form__block:nth-of-type(2) {
  margin-bottom: 36px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0
}

.footer-mail .footer-form__block:nth-of-type(3) {
  display: grid;
  grid-template-columns: 189px 1fr;
  grid-column-gap: 26px
}

.footer-mail .footer-form__input,
.footer-mail .footer-form__textarea {
  margin: 0;
  padding: 17px;
  width: 100%;
  font-weight: 500;
  font-size: 14px;
  line-height: 23px;
  letter-spacing: .01em;
  color: #a9b1cc;
  box-sizing: border-box;
  border: 1px solid #333;
  border-bottom-color: #333;
}

.footer-mail .footer-form__textarea {
  margin-bottom: 24px;
  width: 100%;
  resize: vertical;
  min-height: 80px;
  max-height: 210px
}

.footer-mail .footer-form-checkbox,
.footer-mail .footer-form-file {
  display: flex;
  align-items: center;
  cursor: pointer
}

.footer-mail .footer-form-checkbox__input,
.footer-mail .footer-form-file__input {
  display: none
}

.footer-mail .footer-form-checkbox__span,
.footer-mail .footer-form-file__span {
  margin-right: 18px
}

.footer-mail .footer-form-checkbox__text,
.footer-mail .footer-form-file__text {
  margin: 0;

  font-weight: 500;
  font-size: 18px;
  line-height: 23px;
  color: #fff;
  max-height: 22.4px
}

.footer-mail .footer-form-checkbox__input:checked+.footer-form-checkbox__span:after {
  content: "";
  display: flex;
  width: 6px;
  height: 6px;
  background-color: #fff
}

.footer-mail .footer-form-checkbox__span {
  width: 16px;
  height: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
  box-sizing: border-box;
  border: 2px solid #fff
}

.footer-mail .footer-form-file__span {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 42px;
  min-height: 42px;
  border-radius: 50%;
  background-color: #fff
}

.footer-mail .footer-form-file__text {
  max-width: 240px;
  overflow: hidden
}

.footer-mail .footer-form-file__text.error {
  color: red
}

.footer-mail .footer-form__submit {
  font-weight: 700;
  font-size: 16px;
  line-height: 21px;
  color: #fff;
  background-color: #CB6CE6;
  padding: 17px 34px;
  border: none;

  cursor: pointer;
  transition: .4s
}

.footer-mail .footer-form__submit:hover {
  box-shadow: 0 2.31722px 1.85378px rgba(0, 49, 255, .0180827), 0 5.38772px 4.31018px rgba(0, 49, 255, .0261253), 0 9.67509px 7.74008px rgba(0, 49, 255, .0322036), 0 16.0571px 12.8457px rgba(0, 49, 255, .0377964), 0 26.4535px 21.1628px rgba(0, 49, 255, .0438747), 0 46.233px 36.9864px rgba(0, 49, 255, .0519173), 0 100px 80px rgba(0, 49, 255, .07);
  background-color: #019ee3;
  color: #fff;
}

.footer-mail .footer-form__link {

  font-weight: 700;
  font-size: 16px;
  line-height: 21px;
  color: #fff;
  background-color: #019ee3;
  padding: 17px;
  text-decoration: none;
  text-align: center;
  transition: .4s
}

.footer-mail .footer-form__link:hover {
  box-shadow: 0 2.31722px 1.85378px rgba(0, 49, 255, .0180827), 0 5.38772px 4.31018px rgba(0, 49, 255, .0261253), 0 9.67509px 7.74008px rgba(0, 49, 255, .0322036), 0 16.0571px 12.8457px rgba(0, 49, 255, .0377964), 0 26.4535px 21.1628px rgba(0, 49, 255, .0438747), 0 46.233px 36.9864px rgba(0, 49, 255, .0519173), 0 100px 80px rgba(0, 49, 255, .07)
}

.footer-mail__cat {
  align-self: flex-end
}

.footer-main {
  padding-top: 80px;
  padding-bottom: 24px
}

.footer-main__wrapper {
  display: flex
}

.footer-main__wrapper:first-child {
  margin-bottom: 64px
}

.footer-main__wrapper:nth-child(3) {
  display: grid;
  grid-template-columns: 1fr 92px 103px;
  grid-column-gap: 36px
}


.mFooter {
  padding: 15px 50px;
  width: 100%;
  background-color: #CB6CE6;
  font-size: 14px;
  text-align: left;
  font-weight: 300;
  display: table;
}

.mFooter span {
  margin-right: 15px;
}

.mFooter a {
  padding: 0 15px;
  color: #fff;
  text-decoration: underline;
  transition: all 0.3s;
  border-left: 1px solid #fff;
}

.mFooter p {
  margin-bottom: 0px;
  color: #fff;
}

.mFooter a:hover {
  text-decoration: none;
}


/* ===========================
   ====== Media Queries ====== 
   =========================== */
/*------smallphones----------------*/
@media only screen and (min-width : 240px) and (max-width : 960px) {
  body {
    padding-top: 60px;
  }

  .menu,
  .top1_left {
    display: none;
  }

  .header_top {
    height: 60px;
  }

  .logo {
    width: 100%;
    height: 60px;
  }

  .logo a {
    width: 100%;
    background-image: url(../img/logo.png);
  }  

  .overlay1 {
    padding: 20px;
  }

  .techhd1 {
    font-size: 16px;
  }

  .overlay1 p {
    opacity: 1;
    top: 0px;
    height: 100px;
  }

  .section1 {
    padding: 20px 0;
    background-image: none;
  }

  .section1 ul li {
    font-size: 14px;
    line-height: 24px;
    padding-top: 0px;
  }

  .section1 .col-sm-6 {
    margin-bottom: 15px;
  }

  .section3 ul li {
    width: 33.33%;
  }

  .section1 h2 {
    font-size: 18px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    line-height: 32px;
  }

  .section1 p {
    font-size: 14px;
    line-height: 24px;
    padding: 0px;
  }

  .lmore1 {
    margin-bottom: 30px;
  }

  .section2 h2,
  .section3 h2 {
    font-size: 24px;
  }

  .innerbanner {
    height: auto;
  }

  h4.innerpage_hd {
    margin: 0px;
    width: 100%;
    left: auto;
    font-size: 16px;
    padding: 5px 15px;
  }

  .box1_right {
    display: none;
  }

  .box1_left,
  .job_text,
  .job_dets,
  .contactleft,
  .map,
  .contactright {
    width: 100%;
  }

  .add_icon {
    width: 50px;
  }

  .map {
    margin: 0px;
    padding: 0px;
    margin-bottom: 20px;
  }

  .section4 {
    padding: 20px;
  }

  .section4 p {
    font-size: 16px;
  }

  .mmenu_but,
  .mobile_menu {
    display: block;
  }

  .section2 .owl-nav {
    display: none;
  }

  .box6_left,
  .box6_right {
    clear: both;
    width: 100%;
    padding: 0px;
  }

  .form_hd {
    font-size: 26px;
  }

  .footer {
    font-size: 12px;
  }

  .box1_left {
    font-size: 14px;
    line-height: 26px;
    text-align: left;
  }
}

.privacy h3{
  color: #CB6CE6;
    font-size: 20px;
    font-weight: bold !important;
    margin: 12px 0 12px 0;
}
.privacy p{
  font-weight: 400;
  font-size: 15px;
  line-height: 1.6em;
  margin: 0 0 10px;
}
.privacy{
  margin-top: 50px;
}
header .privacy {
  background-color: #CB6CE6 !important;
}


.privacy h1{
	margin-bottom: 20px;
  font-weight: bold;
  font-size: 40px;
	color: #CB6CE6;
}
.privacy a{
	margin-bottom: 30px;
	color: #CB6CE6;
}

.privacy  a:hover {
  color: #CB6CE6;
}
.terms h3{
  color: #CB6CE6;
    font-size: 17px;
    font-weight: bold !important;
    margin: 12px 0 12px 0;
}
.terms h1{
  color: #CB6CE6;
   
    font-weight: bold !important;
    
}
.terms p{
  font-weight: 400;
  font-size: 15px;
  line-height: 1.6em;
  margin: 0 0 10px;
}
.terms{
  margin-top: 50px;
}
header .terms {
  background-color: rgb(58 187 158) !important;
}


/*------iphone----------------*/
@media only screen and (min-width : 320px) and (max-width : 480px) {}

/*------smalltablet----------------*/
@media only screen and (min-width : 480px) and (max-width : 768px) {}

/*--------iPad - Portrait--------------*/
@media only screen and (min-width : 768px) and (max-width : 960px) {}

@media only screen and (min-width : 960px) and (max-width : 1024px) {}

@media only screen and (min-width : 960px) and (max-width : 1200px) {}

@media only screen and (min-width : 1200px) and (max-width : 1366px) {}