:root {
  --paddingFromSides: 5%;
}

input:focus,
button:focus,
textarea:focus,
select:focus {
  outline: none;
}

input,
textarea,
select {
  border: none;
  width: 100%;
  font-size: 17px;
  color: #5d5a5a;
}

body {
  font-family: "Open Sans";
  scroll-behavior: smooth;
}

.fixed_header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 66px;
  z-index: 1;
  color: white;
}

.logo_sec {
  position: relative;
  left: var(--paddingFromSides);
  top: 0;
  height: 100%;
}

.logo_sec img {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.logo_sec h2 {
  cursor: pointer;
  position: absolute;
  top: 50%;
  left: 52px;
  transform: translateY(-50%);
}

.logo_sec h2 span {
  font-weight: bold;
}

.options_sec {
  position: absolute;
  right: var(--paddingFromSides);
  top: 16px;
  display: inline-flex;
}

.menu_icon {
  display: none;
  position: absolute;
  right: var(--paddingFromSides);
  top: 50%;
  transform: translateY(-50%);
  background: #545a7b;
  color: white;
  font-size: 22px;
  border-radius: 50%;
  cursor: pointer;
  width: 44px;
  height: 44px;
}

.menu_icon i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.header_options {
  font-size: 15px;
  padding: 6px 12px;
  border-radius: 4px;
  cursor: pointer;
}

.header_options:hover {
  border-bottom: 1px solid #4dc7c2;
}

#mobile_menu_container {
  position: fixed;
  top: 66px;
  right: var(--paddingFromSides);
  background: #f5f5f5c2;
  z-index: 9;
  padding: 20px;
  font-size: 20px;
}

.mobile_menu {
  padding: 6px 10px;
  margin: 8px 0;
  width: 200px;
  background: white;
  border-radius: 4px;
  box-shadow: 0px 0px 7px 2px gainsboro;
}

.mb_menu_option {
  position: relative;
}

.mb_menu_option i {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}

.mb_submenu_container {
  margin-left: 12px;
  font-size: 17px;
}

.mb_submenu {
  padding: 4px 0;
  margin: 4px 0;
  box-shadow: 4px 4px 10px -1px #dcdcdc;
}

#product_submenu,
#service_submenu,
#price_submenu {
  position: fixed;
  z-index: 9;
  text-align: center;
  top: 44px;
}

.top_pointer {
  width: 24px;
  height: 12px;
  margin-bottom: -5px;
}

.submenu_container {
  background: rgb(252 252 252);
  display: flex;
  flex-wrap: wrap;
  width: 624px;
  padding: 32px;
  text-align: left;
  box-shadow: 0px 0px 5px 2px #dcdcdc61;
}

.product_element {
  display: flex;
  cursor: pointer;
  width: 48%;
}

.product_element:hover {
  color: blue;
}

.submenu_margin_bottom {
  margin-bottom: 35px;
}

.prod_ele_icon {
  width: 17%;
  text-align: center;
  font-size: 22px;
  color: blue;
}

.prod_ele_content {
  width: 83%;
}

.prod_ele_content h4 {
  font-weight: normal;
}

.prod_ele_content p {
  font-size: 12px;
  margin-top: 8px;
  color: #968a8ad1;
}

.slider_banner {
  width: 100%;
  height: 582px;
  overflow: hidden;
  position: relative;
}

.header_banner {
  position: relative;
  background-color: blue;
  background-image: linear-gradient(to right, #3434d0, #4dc7c2);
  height: 450px;
}

.slogan_sec {
  position: absolute;
  left: var(--paddingFromSides);
  top: 50%;
  transform: translate(0, -50%);
  color: white;
  width: 50%;
}

.slogan_sec p {
  margin-top: 12px;
  font-size: 14px;
}

.slogan_sec h2 {
  font-size: 42px;
  margin: 0 auto;
}

.slogan_sec h4 {
  margin: 10px 0;
  font-size: 22px;
}

.banner_title {
  font-weight: bold;
}

.feature_sec {
  width: 60%;
}

.img_sec {
  position: absolute;
  right: var(--paddingFromSides);
  top: 50%;
  transform: translate(0, -50%);
  text-align: right;
}

.feature_image {
  width: 240px;
  height: 240px;
  border-radius: 50%;
}

.cartoon_img {
  width: 70%;
}

.btn_one {
  /* display: flex; */
  background: #1fde82;
  padding: 10px 16px;
  border-radius: 4px;
  text-transform: uppercase;
  font-size: 16px;
  margin-right: 20px;
  cursor: pointer;
  width: fit-content;
  color: white;
}

.btn_two {
  border: 1px solid gray;
  padding: 10px 16px;
  border-radius: 4px;
  text-transform: uppercase;
  font-size: 16px;
  cursor: pointer;
}

.btn_flat {
  background: #09b361;
  padding: 10px 16px;
  border-radius: 3px;
  text-transform: uppercase;
  font-size: 16px;
  margin-right: 20px;
  cursor: pointer;
  width: fit-content;
  color: white;
}

.service_hrading {
  font-size: 38px;
}

.light_red {
  color: #e54a19;
}

.service_container {
  display: flex;
  flex-wrap: wrap;
  /* margin-top: 40px; */
}

.service_element {
  width: 30%;
  /* border: 1px solid gainsboro; */
  border-radius: 3px;
  box-shadow: 0px 0px 64px 0px #b9b3b32e;
  background: white;
  cursor: pointer;
  border-bottom: 6px solid #f7598e;
}

.service_element:hover {
  border-bottom: 6px solid blue;
}

.service_element_upper {
  height: 252px;
}

.service_element_upper img {
  width: 100%;
  height: 252px;
}

.service_element_down h2 {
  font-weight: normal;
  margin-bottom: 18px;
  text-align: center;
  color: black;
}

.service_element_down {
  padding: 18px;
  font-size: 14px;
  line-height: 1.5;
  color: #807b7b;
  text-align: justify;
}

.readmore_btn {
  display: flex;
  position: absolute;
  right: 18px;
  bottom: 18px;
  padding: 10px;
  border-radius: 3px;
  cursor: pointer;
}

.readmore_btn:hover {
  border: 1px solid gainsboro;
}

.middle_element {
  margin: 0 5%;
}

.middle_body {
  padding: 50px var(--paddingFromSides);
  margin-top: 50px;
}

.middle_body_heading h2 {
  font-size: 30px;
}

.light_green {
  color: #05ad05;
}

.middle_body_heading h4 {
  font-weight: normal;
  margin-top: 10px;
}

.middle_body_container {
  margin-top: 50px;
  display: flex;
  flex-wrap: wrap;
}

.middle_body_items {
  display: flex;
  height: 145px;
  box-shadow: 5px 6px 12px #dcdcdc85;
  border: 1px solid gainsboro;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 22px;
  cursor: pointer;
}

.middle_body_items:hover {
  /* margin: 0; */
  margin-top: 5px;
  margin-bottom: 12px;
  margin-left: 1%;
  width: 101%;
  height: 150px;
}

.service_sec {
  padding-top: 0;
  margin-top: -90px;
  position: relative;
}

.why_choose_drycode_left {
  width: 49%;
  margin-right: 2%;
}

.why_choose_drycode_right {
  width: 49%;
}

.margin_right {
  margin-right: 4%;
}

.margin_bottom {
  margin-bottom: 60px;
}

.icon_box {
  width: 145px;
  position: relative;
  background-color: blue;
}

.icon_box img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60px;
  height: 60px;
}

.description_box {
  width: 64%;
  padding: 14px;
}

.description_box h2 {
  margin-bottom: 8px;
  font-weight: normal;
}

.description_box p {
  font-size: 14px;
  line-height: 1.5;
  color: #807b7b;
  text-align: justify;
}

.contact_us_sec {
  position: relative;
  padding-top: 75px;
  height: 534px;
}

.contact_us_sec h4 {
  font-weight: bold;
  font-size: 16px;
}

.contactUs_heading {
  font-size: 38px;
  margin-left: var(--paddingFromSides);
}

.right_side {
  width: 30%;
  position: absolute;
  top: 180px;
  left: var(--paddingFromSides);
}

.address_element {
  margin-top: 22px;
}

.address_element p {
  margin-top: 8px;
  font-size: 13px;
  color: #7f7c7c;
}

.contact_form {
  width: 54%;
  position: absolute;
  top: 180px;
  bottom: 50px;
  right: var(--paddingFromSides);
  /* box-shadow: 0px 0px 16px 0px #dcdcdc;
  padding: 24px;
  background: #f1f1f140; */
}

.input_div {
  padding: 10px 14px;
  border: 1px solid #dcdcdced;
  background: white;
  margin-bottom: 14px;
  /* box-shadow: 0px 0px 16px 0px #dcdcdc; */
}

.features_sec {
  margin-top: 50px;
}

.feature_container {
  display: flex;
  padding: 50px var(--paddingFromSides);
  background: #000;
}

.feature_img_box {
  width: 50%;
}

.feature_img_box img {
  width: 90%;
}

.feature_item_box {
  width: 50%;
  position: relative;
}

.second {
  position: absolute;
  transform: translateY(-50%);
  top: 33.34%;
  right: 0;
}

.third {
  position: absolute;
  transform: translateY(-50%);
  top: 66.64%;
}

.forth {
  position: absolute;
  right: 0;
  bottom: 0;
}

.feature_item h2 {
  /* position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); */
  color: #fff;
  font-size: 32px;
}

.priceing_box {
  margin-top: 40px;
}

/* .priceing_item {
  text-align: center;
  border: 1px solid blue;
  border-radius: 4px;
  padding: 20px;
  margin: 20px;
  width: 25%;
} */

.priceing_box_body {
  width: 75%;
  margin: 0 auto;
  border: 1px solid gainsboro;
  box-shadow: 8px 8px 8px gainsboro;
  border-radius: 10px;
  overflow: hidden;
}

.price_box_row {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.row_header {
  background: blueviolet;
  color: white;
}

.price_box_column {
  padding: 16px 16px;
  width: 19%;
  text-align: center;
}

/* Footer section */

.footer_sec {
  padding: 50px var(--paddingFromSides);
  display: flex;
  background: #4b60f3;
  color: white;
}

.useful_links {
  width: 25%;
}

.useful_links h2 {
  margin-bottom: 18px;
  font-size: 20px;
}

.useful_links p {
  margin: 10px 0;
  font-size: 15px;
}

.useful_links a {
  color: white;
  text-decoration: none;
}

.useful_links a:hover {
  text-decoration: underline;
}

.social_site {
  display: flex;
  width: fit-content;
  margin-bottom: 12px;
  cursor: pointer;
  padding: 4px;
}

.social_site p {
  margin: 0;
  margin-left: 6px;
  margin-top: -3px;
}

.social_site:hover {
  box-shadow: 1px 1px 10px -1px gainsboro;
}

.footer_bottom {
  background: #3d3dfd;
  text-align: center;
  color: white;
  font-size: 12px;
  padding: 10px var(--paddingFromSides);
}

.footer_bottom a {
  text-decoration: none;
  color: white;
  text-transform: uppercase;
}

/* services */

.services {
  display: flex;
  padding: 100px var(--paddingFromSides);
}

.bg_color {
  background: #06a1c5;
  color: white;
}

.margin_top_soft_dev {
  margin-top: 66px;
}

.right_sec {
  width: 60%;
}

.right_sec h2 {
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 20px;
}

.right_sec p {
  margin-bottom: 34px;
}

.left_sec {
  width: 40%;
  text-align: center;
}

.left_sec img {
  width: 82%;
  height: 242px;
}

/*  */

.adp_items {
  width: 47%;
  padding: 10px 0;
  box-shadow: 4px 4px 7px -5px #dcdcdc5c;
  margin: 10px 3%;
  height: 71px;
  display: flex;
  flex-wrap: wrap;
}

.adp_items p {
  font-size: 15px;
  margin-top: 6px;
  width: 100%;
}

.adp_items h3 {
  text-transform: uppercase;
}

.numbering {
  width: 30px;
  height: 30px;
  background: #71e22ae8;
  border-radius: 50%;
  text-align: center;
  margin-right: 10px;
  position: relative;
}

.numbering p {
  margin-top: 0;
  font-weight: bold;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.industries_section {
  background: #e6a2a20f;
  padding: 50px var(--paddingFromSides);
  border-bottom: 1px solid #5313ec05;
}

.industries_container {
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
}

.industries {
  width: 17%;
  margin: 2%;
  text-align: center;
  background: white;
  padding: 2.5%;
  box-shadow: 0px 0px 10px 1px #00000014;
}

.industries img {
  width: 60px;
  height: 60px;
}

.industries p {
  margin-top: 6px;
}

.no_left_margin {
  margin-left: 0;
}

.no_right_margin {
  margin-right: 0;
}

/* School Plus ---------------------------------*/

.sp_banner {
  position: relative;
  overflow: hidden;
  margin-top: 66px;
  width: 100%;
  height: 487px;
  /* border-bottom: 1px solid #ff000052; */
}

.sp_first_right_sec {
  width: 60%;
  position: relative;
}

.sp_first_right_sec img {
  width: 541px;
  height: 320px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.sp_banner_text_container {
  position: absolute;
  left: 6%;
  top: 50%;
  transform: translate(0, -50%);
}

.sp_banner_text_container h1 {
  font-size: 40px;
}

.sp_banner_text_container p {
  padding-top: 4%;
  padding-bottom: 4%;
}

.sp_banner_text_container span {
  color: #ca011d;
  font-weight: bold;
}

/* Why SP --------------------------------------*/

.why_sp {
  /* background: #f1eee9; */
}

.why_sp_inner {
  margin: 0 110px 40px 110px;
}

.why_sp h1 {
  padding-top: 59px;
  padding-bottom: 35px;
  text-align: center;
}

.why_sp span {
  color: #044acc;
}

.why_sp_module {
  width: 21%;
  margin-top: 23px;
  /* border: 1px solid; */
  padding: 2%;
  /* background: #f1eee9; */
  /* height: 150px; */
}

.why_sp_module_inner {
  text-align: center;
  position: relative;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.why_sp_module_inner p {
  padding-top: 20px;
  color: darkblue;
}

.why_sp_module_inner img {
  width: 75px;
}

/* End why SP */

/* Start trial------------------------------------ */

.start_trial {
  text-align: center;
  /* height: 134px; */
  padding-top: 40px;
  padding-bottom: 40px;
  background: cornflowerblue;
}

.start_trial_header_text {
  font-size: 29px;
  color: white;
  margin-bottom: 20px;
}

.trial_btn {
  margin: 0 auto;
  background: #046907;
}

/* Fratures section-------------------------- */

.features_body {
  background: white;
  /* height: 450px; */
}

.features_body_inner {
  /* height: 360px; */
  /* background: #f1eee9; */
  margin: 0 110px 0 110px;
}

.features_body h1 {
  color: #383535;
  padding-top: 50px;
  padding-bottom: 35px;
  text-align: center;
}

.features_body span {
  color: #0359f8;
}

.features_body_sec {
  display: flex;
  margin-top: 30px;
  margin-bottom: 100px;
  /* border: 1px solid; */
  height: 330px;
}

.features_body_sec i {
  color: #d61062;
  font-size: 18px;
  padding-top: 3px;
}

.features_body_left_sec {
  width: 50%;
  padding-right: 10px;
  /* background: darkgrey; */
}

.features_body_sec_img {
  width: 100%;
  height: 100%;
}

.features_body_right_sec {
  width: 50%;
  padding-left: 10px;
  /* background: whitesmoke; */
}

.features_body_sec_headerText {
  margin-bottom: 40px;
  font-size: 18px;
  line-height: 29px;
  /* letter-spacing: 1px; */
  font-weight: bold;
  color: #202120;
}

.features_list_div {
  display: flex;
  margin-top: 20px;
}

.features_list_img {
  width: 15px;
  height: 23px;
}

.features_list_p {
  padding-left: 10px;
}

/* Know more--------------------------------------*/

.know_more_div {
  background: darkblue;
  color: white;
  text-align: center;
  padding-top: 50px;
  padding-bottom: 50px;
}

.know_more_header {
  font-size: 42px;
  font-weight: bold;
}

.know_more_mobileno_div {
  display: flex;
  width: 308px;
  background: white;
  color: blue;
  border-radius: 35px;
  padding: 6px;
  margin: 0 auto;
  margin-top: 20px;
}

.know_more_mobileno {
  color: currentcolor;
  padding-left: 22px;
  padding-top: 5px;
}

.know_more_call_image_div {
  width: 54px;
  height: 43px;
  background: black;
  border-radius: 34px;
  padding-top: 11px;
}

/* Testimonials ----------------------------------*/

.testimonial_div {
  text-align: center;
  /* height: 300px; */
  padding: 85px 84px 0 84px;
  background: #ffffff;
}

.testimonial_div_header {
  width: fit-content;
  border: 2px solid #07cb79;
  padding: 10px 20px 10px 20px;
  margin: 0 auto;
  transform: translateY(-50%);
  background: white;
}

.testimonial_div_header h4 {
  font-weight: bold;
}

.client_or_testimonil_hr {
  background: #acb1ac;
  border-block: none;
  height: 1px;
}

.testimonial_container {
  display: inline-flex;
}

#testimonial_container {
  overflow: hidden;
  scroll-behavior: smooth;
}

.testimonial_content_div {
  border: 1px solid #ecdfdf61;
  width: 100%;
  margin: 3px;
  padding: 25px 5px 25px 5px;
}

.testimonial_content_div i {
  font-weight: 900;
  font-size: 40px;
  color: #d6dbe4;
}

.testimonial_content_div p {
  font-size: 15px;
  color: #7d7b7b;
  line-height: 26px;
  padding: 27px;
  font-family: cursive;
}

.testimonial_content_div h4 {
  font-weight: bold;
}

.testimonial_content_div img {
  width: 165px;
  padding: 10px;
}

.testimonial_circle i {
  cursor: pointer;
  font-size: 11px;
  color: darkgray;
  padding-right: 2px;
}

/* Clients ---------------------------------------*/

.clients_div {
  position: relative;
  text-transform: uppercase;
  text-align: center;
  /* height: 300px; */
  padding: 85px 84px 0 84px;
  background: #ffffff;
}

.client_div_header {
  width: fit-content;
  border: 2px solid #07cb79;
  padding: 10px 20px 10px 20px;
  margin: 0 auto;
  transform: translateY(-50%);
  background: white;
}

.client_container {
  display: flex;
  overflow: hidden;
  padding: 42px 0px;
  scroll-behavior: smooth;
}

.client_item {
  background: #f9f5ef;
  padding: 6px;
  /* width: 210px; */
  /* height: 207px; */
  margin: 0 10px;
}

.client_item img {
  width: 105px;
  height: 105px;
  border-radius: 50%;
}

.client_item p {
  margin-top: 12px;
  padding: 3px 5px 3px 3px;
  width: 159px;
  height: 60px;
  font-size: 14px;
}

.client_item h5 {
  font-size: 15px;
  height: 24px;
}

.client_left_arrow {
  position: absolute;
  top: 67%;
  left: 94px;
  transform: translateY(-50%);
  font-size: 34px;
  background: #82e0cf47;
  padding: 4px 4px;
  border-radius: 4px;
  cursor: pointer;
}

.client_right_arrow {
  position: absolute;
  top: 67%;
  right: 85px;
  transform: translateY(-50%);
  font-size: 32px;
  background: #82e0cf47;
  padding: 4px 4px;
  border-radius: 4px;
  cursor: pointer;
}

/* School Plus Trial ---------------------------- */

.contact_sp_trial {
  display: flex;
  background: whitesmoke;
  overflow: hidden;
  position: relative;
}

.contact_sp_trial_inner_div {
  display: flex;
  position: absolute;
  padding: 25px 79px;
  left: 0;
  right: 0;
}

.contact_sp_left {
  position: relative;
  width: 67%;
  color: white;
}

.contact_sp_right {
  width: 33%;
  color: white;
}

.contact_sp_right h2 {
  margin-bottom: 30px;
  font-size: 24px;
}

.contact_sp_left_inner {
  padding-right: 5%;
  width: 95%;
  position: absolute;
  text-align: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.contact_sp_left_inner h2 {
  font-size: 62px;
  font-weight: bold;
}

.contact_sp_left_inner p {
  font-size: 31px;
}

.contact_sp_input_div {
  padding: 8px 10px;
  border: 1px solid #dcdcdced;
  background: white;
  margin-bottom: 13px;
}

#footer_product_mb {
  display: none;
}

/* Responsive (Home Page)^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^*/

@media (max-width: 990px) {
  @media (min-width: 700px) {
    .description_box h2 {
      font-size: 17px;
      margin-bottom: 5px;
    }
    .description_box p {
      font-size: 11px;
    }
  }
  .slider_banner {
    height: unset;
  }
}

@media (max-width: 800px) {
  .slogan_sec h2 {
    font-size: 30px;
  }
  .slogan_sec p {
    font-size: 13px;
  }
  .feature_image {
    width: 200px;
    height: 200px;
  }
}

@media (max-width: 711px) {
  .contact_us_sec {
    height: 568px;
  }
}

@media (max-width: 700px) {
  .footer_sec {
    flex-wrap: wrap;
  }
  .useful_links {
    width: 50%;
    margin-bottom: 22px;
  }
  .why_choose_drycode_left {
    width: 100%;
    margin-right: 0;
  }
  .why_choose_drycode_right {
    width: 100%;
  }
  .cartoon_img {
    width: 50%;
  }
  .header_banner {
    height: 364px;
  }
  .margin_bottom {
    margin-bottom: 0;
  }
  .middle_element {
    margin: 0;
  }
  .service_element {
    width: 49%;
  }
  .margin_bottom_700px {
    margin-bottom: 40px;
  }
  .margin_right_700px {
    margin-right: 2%;
  }
  .numbering {
    width: 22px;
    height: 22px;
    margin-right: 4px;
  }
  .add_items h3 {
    font-size: 16px;
  }
  .adp_items p {
    font-size: 13px;
    margin-top: 0;
  }
}

@media (max-width: 650px) {
  .feature_img_sec {
    display: none;
  }
  .feature_sec {
    width: 90%;
  }
  .service_sec {
    margin-top: -50px;
  }
  .industries p {
    font-size: 12px;
  }
  /* change menu view */
  .options_sec {
    display: none;
  }
  .menu_icon {
    display: block;
  }
}

@media (max-width: 490px) {
  /* for mobile */
  .menu_icon {
    width: 36px;
    height: 36px;
    font-size: 18px;
  }
  .logo_sec img {
    width: 41px;
    height: 41px;
  }
  .logo_sec h2 {
    left: 41px;
  }
  .fixed_header {
    height: 48px;
  }
  .slogan_sec h2.banner_title {
    font-size: 22px;
  }
  .banner_subtitle {
    font-size: 12px;
  }
  .slider_banner img {
    height: 264px;
  }
  .service_element {
    width: 100%;
  }
  .margin_right_700px {
    margin-right: 0;
  }
  .margin_bottom_490px {
    margin-bottom: 40px;
  }
  .service_element_upper {
    height: 176px;
  }
  .service_element_upper img {
    height: 176px;
  }
  .extra_height {
    height: 436px;
  }
  .adp_items {
    width: 100%;
  }
  .no_right_margin {
    margin: 6px 0;
  }
  .no_left_margin {
    margin: 6px 0;
  }
  .industries {
    width: 43%;
    margin: 6px 0;
  }
  .description_box h2 {
    font-size: 17px;
    margin-bottom: 3px;
  }
  .description_box p {
    font-size: 12px;
    line-height: unset;
  }
  .slogan_sec {
    width: 90%;
  }
  .img_sec {
    display: none;
  }
  .contact_us_sec {
    height: 968px;
  }
  .right_side {
    width: unset;
    right: var(--paddingFromSides);
  }
  .contact_form {
    width: unset;
    top: 600px;
    left: var(--paddingFromSides);
  }
  #footer_product {
    display: none;
  }
  #footer_product_mb {
    display: block;
  }
  .useful_links p {
    font-size: 14px;
  }
  .useful_links p.email_font {
    font-size: 12px;
  }
  .mb_margin_right {
    margin-right: 12px;
  }
  .service_hrading {
    font-size: 31px;
  }
  .industries_subtext {
    font-size: 14px;
    margin-top: 4px;
  }
  .margin_top_soft_dev {
    margin-top: 48px;
  }
  .font_size_sepcial {
    font-size: 27px;
  }
  .right_sec {
    width: 100%;
  }
  .left_sec {
    display: none;
  }
}

/* Responsive (School Plus) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^*/

@media (max-width: 360px) {
  .btn_flat {
    background: #09b361;
    padding: 8px 16px;
    border-radius: 3px;
    text-transform: uppercase;
    font-size: 10px;
    margin-right: 20px;
    cursor: pointer;
    width: fit-content;
    color: white;
  }
  .trial_btn {
    margin: 0 auto;
    background: #046907;
    font-size: 11px;
  }
  .sp_banner {
    position: relative;
    overflow: hidden;
    margin-top: 66px;
    width: 100%;
    height: 200px;
    /* border-bottom: 1px solid #ff000052; */
  }
  .sp_banner_text_container {
    position: absolute;
    width: 57%;
    left: 6%;
    top: 50%;
    transform: translate(0, -50%);
  }
  .sp_banner_text_container h1 {
    font-size: 17px;
  }
  .sp_banner_text_container p {
    padding-top: 4%;
    padding-bottom: 4%;
    font-size: 10px;
  }
  .why_sp_inner {
    /* width: 100%; */
    margin: 0 20px 20px 20px;
  }
  .why_sp h1 {
    padding: 25px;
    text-align: center;
    font-size: 18px;
  }
  .why_sp_module_1st_sec {
    display: flex;
    flex-wrap: wrap;
    padding: 0px 23px;
  }
  .why_sp_module_2nd_sec {
    display: flex;
    flex-wrap: wrap;
    padding: 0px 23px;
  }
  .why_sp_module {
    width: 31%;
    margin-top: 0px;
    padding: 18px 26px;
  }
  .why_sp_module_inner img {
    width: 59px;
  }
  .why_sp_module_inner p {
    padding-top: 14px;
    color: darkblue;
    font-size: 13px;
  }
  .start_trial {
    text-align: center;
    padding: 4%;
    background: cornflowerblue;
  }
  .start_trial_header_text {
    font-size: 18px;
    color: white;
    margin-bottom: 12px;
  }
  .features_body_inner {
    margin: 0 20px 0 20px;
  }
  .features_body h1 {
    color: #383535;
    padding-top: 25px;
    padding-bottom: 0px;
    text-align: center;
    font-size: 22px;
  }
  .features_body_sec {
    display: block;
    height: unset;
    margin-top: 22px;
    margin-bottom: 27px;
  }
  .features_body_left_sec {
    width: 100%;
    padding-right: 0px;
  }
  .features_body_right_sec {
    width: 100%;
    padding-left: 0px;
  }
  .features_body_sec_headerText {
    margin-bottom: 16px;
    font-size: 13px;
    text-align: justify;
    line-height: 19px;
    font-weight: bold;
    color: #202120;
  }
  .features_list_div {
    display: flex;
    margin: 10px;
  }
  .features_body_sec i {
    color: #d61062;
    font-size: 14px;
    padding-top: 3px;
  }
  .features_list_p {
    padding-left: 10px;
    font-size: 12px;
  }
  .know_more_header {
    font-size: 19px;
    font-weight: bold;
  }
  .know_more_div {
    background: darkblue;
    color: white;
    text-align: center;
    padding-top: 13px;
    padding-bottom: 13px;
  }
  .know_more_mobileno_div {
    display: flex;
    width: 131px;
    background: white;
    color: blue;
    border-radius: 20px;
    padding: 6px;
    margin: 0 auto;
    margin-top: 10px;
  }
  .know_more_call_image_div {
    width: 22px;
    height: 20px;
    background: black;
    border-radius: 50%;
    padding-top: 3px;
  }
  .know_more_mobileno {
    color: currentcolor;
    padding-left: 12px;
    padding-top: 3px;
    font-size: 15px;
  }
  .testimonial_div {
    text-align: center;
    padding: 59px 20px 0 20px;
    background: #ffffff;
  }
  .testimonial_div_header {
    width: fit-content;
    border: 1px solid #07cb79;
    padding: 4px 17px;
    margin: 0 auto;
    transform: translateY(-50%);
    background: white;
  }
  .testimonial_div_header h4 {
    font-weight: bold;
    font-size: 12px;
  }
  .client_div_header {
    font-size: 12px;
    width: fit-content;
    border: 2px solid #07cb79;
    padding: 6px 10px 6px 10px;
    margin: 0 auto;
    transform: translateY(-50%);
    background: white;
  }
  .clients_div {
    position: relative;
    text-transform: uppercase;
    text-align: center;
    padding: 59px 20px 0 20px;
    background: #ffffff;
  }
  .client_container {
    display: flex;
    overflow: hidden;
    padding: 20px 0px;
    scroll-behavior: smooth;
  }
  .client_item {
    background: #f9f5ef;
    padding: 4px;
    /* width: 210px; */
    /* height: 207px; */
    margin: 0 6px;
  }
  .client_item img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
  }
  .client_item p {
    margin-top: 8px;
    padding: 3px 5px 3px 3px;
    width: 132px;
    height: 53px;
    font-size: 11px;
  }
  .client_item h5 {
    font-size: 13px;
    height: 24px;
  }
  .client_left_arrow {
    position: absolute;
    top: 67%;
    left: 29px;
    transform: translateY(-50%);
    font-size: 2px;
    background: #82e0cf47;
    padding: 11px 1px;
    border-radius: 4px;
    cursor: pointer;
  }
  .client_left_arrow img {
    width: 19px;
  }
  .client_right_arrow {
    position: absolute;
    top: 67%;
    right: 29px;
    transform: translateY(-50%);
    font-size: 2px;
    background: #82e0cf47;
    padding: 11px 1px;
    border-radius: 4px;
    cursor: pointer;
  }
  .client_right_arrow img {
    width: 19px;
  }
  .contact_sp_trial {
    height: 615px;
  }
  .contact_sp_trial_inner_div {
    display: flex;
    position: absolute;
    padding: 20px 20px;
    left: 0;
    right: 0;
  }
  .contact_sp_trial_inner_div {
    display: flex;
    flex-wrap: wrap;
    position: absolute;
    padding: 20px 20px;
    left: 0;
    right: 0;
  }
  .contact_sp_left {
    position: relative;
    width: 100%;
    color: white;
  }
  .contact_sp_left_inner {
    padding-right: 0%;
    width: 100%;
    position: unset;
    text-align: center;
    top: unset;
    left: unset;
    transform: none;
  }
  .contact_sp_left_inner h2 {
    font-size: 40px;
    font-weight: bold;
  }
  .contact_sp_left_inner p {
    font-size: 22px;
  }
  .contact_sp_right {
    margin-top: 34px;
    width: 100%;
    color: white;
  }
  .contact_sp_right h2 {
    margin-bottom: 19px;
    font-size: 21px;
  }
}
