@import url(../pages/card.css);
@import url(../pages/modal.css);

main {
  margin-top: 8rem;
}
footer .container .mt-5{
	margin-top:0 !important;
}
a {
  text-decoration: none;
}
/* header */
.service_titel {
  font-weight: 700;
  font-size: 28px;
  line-height: 42px;
  text-align: right;
  color: #31293d;
}
.service_des {
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #5108c1;
}
.service_p {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  text-align: right;
  color: #31293d;
}
.home_sectiontext-btnViewservices {
  background: #ffffff;
  border: 1px solid #fbb71f;
  border-radius: 5px;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #fbb71f;
  padding: 10px 0;
  text-decoration: none;
  margin-bottom: 48px;
  cursor: pointer;
}

.home_sectiontext-btnGetadvice {
  background: #5108c1;
  border-radius: 5px;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #ffffff;
  margin-right: 20px;
  padding: 10px 0;
  text-decoration: none;
  margin-bottom: 48px;
  cursor: pointer;
  justify-content: center;
}
.home_sectiontext-btnViewservices:hover {
  color: #fbb71f;
  background: linear-gradient(
    183.22deg,
    rgba(254, 241, 210, 0.54) -26.39%,
    rgba(254, 241, 210, 0.11) 97.33%
  );
  border: 1px solid #fbb71f;
  border-radius: 5px;
}
.home_sectiontext-btnGetadvice:hover {
  color: #ffffff;
  background: linear-gradient(180deg, #5108c1 0%, rgba(81, 8, 193, 0.61) 100%);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 5px;
}
.home_header-btn {
  display: flex;
}

/* mobile */
@media screen and (max-width: 767.5px) {
	main {
    margin-top: 5rem;
  }
  .home_header-btn {
    display: flex;
    flex-direction: column !important;
  }

  .home_sectiontext-btnGetadvice {
    margin-right: 0px !important;
  }

  .home_sectiontext-btnGetadvice {
    margin: 16px 0 !important ;
  }
  .home_header-btn .home_sectiontext-btnGetadvice {
    order: -1;
  }
  .home_header-btn .home_sectiontext-btnViewservices {
    order: 1;
  }
}
@media (min-width: 768px) and (max-width: 992.5px) {
	main {
    margin-top: 6rem;
  }
}
@media screen and (max-width: 991.5px) {
  .c {
    order: -1;
  }
  .service_titel {
    font-size: 24px;
  }
}
/* end header */
/* Slogan */
.service_Slogan {    margin: 19px 0px 10px;}
.service_Slogan img {border-radius: 5px;}
/* end Slogan */
/* Slogantext */
.service_Slogantext {
  background: linear-gradient(
    211deg,
    #e5d5fd 10.09%,
    rgba(229, 213, 253, 0) 77.4%
  );
  border-radius: 5px;
  margin-top: 32px;
  padding: 16px 0;
}
.service_Slogantextp {
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  color: #31293d;
}
/* highlight */
.highlight-container,
.highlight {
  position: relative;
}

.highlight-container {
  display: inline-block;
  text-align: center;
  margin-bottom: 10px;
}
.highlight-container:before {
  content: " ";
  display: block;
  height: 40%;
  width: 100%;
  margin-left: -3px;
  margin-right: -3px;
  position: absolute;
  background: #fef1d2;
  transform: rotate(-1deg);
  top: 5px;
  left: 4px;
  border-radius: 18px;
  padding: 10px 3px 3px 10px;
}
.highlight {
  font-weight: 700;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  color: #31293d;
}

@media screen and (max-width: 766.5px) {
  .service_Slogantextp {
    font-size: 14px;
  }
  .service_Slogan {
    padding: 60px 0;
  }
  .service_Slogantext {
    padding: 20px 0;
  }
}

@media (min-width: 767px) and (max-width: 992.5px) {
  .service_Slogan {
    padding: 40px 0;
  }
  .service_Slogantext {
    padding: 20px 0;
  }
}

/* end Slogantext */

/* how */
.service_howtitel {
  font-weight: 700;
  font-size: 20px;
  line-height: 36px;
  text-align: right;
  color: #31293d;
  margin-bottom:32px;
}
.service_cardbox .row .card-body .card-title {
  font-weight: 700;
  font-size: 16px;
  line-height: 30px;
  text-align: right;
  color: #31293d;
}
.service_cardbox .row .card-body .card-text {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  text-align: right;
  color: #696076;
}
.service_cardbox .row .card .row .col-md-1 {
  margin: auto;
  text-align: center;
}
.service_cardbox .row .card {
  background: #ffffff;
  border: unset;
  box-shadow: 3px 3px 30px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
}
.service_linecard,
.service_linecard1 {
  justify-content: center;
}

.service_linecard img {
  width: 108px;
}
@media screen and (max-width: 766.5px) {
  .service_cardbox .row .card .row .col-md-1 {
    padding: 16px 13px 0 0;
    text-align: center;
    margin: unset;
  }
}

@media (min-width: 767px) and (max-width: 992.5px) {
}
/* end how */

/* tabel */
.table2box-titel {
  font-weight: 700;
  font-size: 20px;
  line-height: 36px;
  text-align: center;
  color: #31293d;
  background: #f0e6ff;
  padding: 17px 0;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.table2boxres4 .row .col-12 p {
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  padding: 18px 8px;
  text-align: right;
  margin-bottom: 0;
  color: #696076;
}
.border_right {
  border-bottom-right-radius: 5px;
}
.border_left {
  border-bottom-left-radius: 5px;
}
.table2boxres4 .row .col-12 {
  background-color: #ffffff;
}
.service_tabelmore {
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  text-align: end;
  margin-top: 15px;
  color: #31293d;
}
.service_tabelmorea {
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  color: #5108c1;
  text-decoration: none;
}
@media (min-width: 768px) and (max-width: 991.5px) {
  .table2boxres table td:nth-child(3) {
    display: none;
  }

  .table2boxres4 .row .col-12:nth-child(4n + 3),
  .table2boxres4 .row .col-12:nth-child(4n + 4) {
    background-color: #f2eff6;
  }
  .service_tabelmore {
    text-align: end;
    margin-bottom: 2px;
  }
}
@media only screen and (min-width: 992px) {
  .table2boxres4 .row .col-12:nth-child(2n + 4),
  .table2boxres4 .row .col-12:nth-child(3n + 5) {
    background-color: #f2eff6;
  }
  .table2boxres4 .row .col-12:nth-child(6n + 8) {
    background-color: #ffffff;
  }
}
@media only screen and (max-width: 767.5px) {
  .table2boxres4 .col-12:nth-child(2n) {
    background-color: #f2eff6;
  }
  .service_tabelmore {
    text-align: center;
    margin-bottom: 2px;
  }
  .service_tabelmorea {
    display: flex;
    justify-content: center;
  }
}
/* end tabel */
/* card */
.service_cardtitel {
  font-weight: 700;
  font-size: 20px;
  line-height: 36px;
  text-align: right;
  color: #31293d;
}
.service_cardproperty .card {
  border: unset;
  background: none;
}
.service_cardproperty .card img {
  width: 180px;
}
.service_cardproperty .card-title {
  font-weight: 700;
  font-size: 16px;
  line-height: 30px;
  text-align: right;
  color: #31293d;
}
.service_cardproperty .card-text {
  font-weight: 400;
  font-size: 14px;
  line-height: 28px;
  text-align: right;
  color: #31293d;
}

/* end card */
/* Slogantext2 */
.service_Slogantext2 {
  background: linear-gradient(
    211deg,
    #e5d5fd 10.09%,
    rgba(229, 213, 253, 0) 77.4%
  );
  border-radius: 5px;
  padding: 37px;
}
.service_Slogantext2 p {
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  color: #31293d;
}
@media only screen and (max-width: 767.5px) {
  .service_Slogantext2 p {
    font-size: 14px;
  }
}

/* end Slogantext2 */
/* info */
.service_infoh2 {
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 36px;
  text-align: right;
  color: #31293d;
  margin-bottom:32px;
}
.about_list li .service_infolist{
  margin-top: 12px;
}
.about_list li .service_infolist h3{
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 30px;
  text-align: right;
  color: #31293D;
}
.about_list li .service_infolist p{
  font-weight: 400;
  font-size: 14px;
  line-height: 28px;
  text-align: right;
  color: #31293D;
}
.about_list li {
  display: flex;
}
.about_list-number p {
  width: 40px;
  height: 40px;
  padding-top: 8px;
  border-radius: 100%;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  color: #5108c1;
  background-color: #69f0ae;
  margin-left: 7px;
  margin-top: 5px;
}
.about_list-number {
  z-index: 2;
}
.about_list {
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  text-align: right;
  color: #696076;
}
.info-linebox {
  position: relative;
}
.info-line{
  position: absolute;
  height: 90%;
  width: 4px;
  right: 30px;
  top: 1.5%;
  background: #69f0ae;
  z-index: 1;
}

@media (min-width: 768px) and (max-width: 991.5px) {
  .info-line{
    height: 90%;
    top: 0.5%;
}
}
@media only screen and (max-width: 767.5px) {
  .info-line{
    height: 90%;
    top: 0.5%;
}
}
@media only screen and (max-width: 379.5px) {
  .info-line{
    height: 88%;
    top: 0.5%;
}
}
/* end info */
/* form */
.service_formbox{
  background: #FFFFFF;
  padding: 27px 50px;
  box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.08);
}
.service_formbox p{
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  color: #31293D;

}
@media only screen and (max-width: 767.5px) {
  .service_formbox p{
    font-size: 14px;
  }
}
/* end form */


/* Frequently Asked Questions  */
.accordion-button::after {
  margin-right: auto;
  margin-left: 0px!important;
  background-image: url('../../Images/Chevron-down.svg');
  height: 0.75em;
  width: 0.75em;
  background-size: 0.75rem;
    }
  .accordion-button {
      background: #FFFFFF;
      box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.08);
      border-radius: 5px;
    }
  .accordion-item{
      margin-bottom: 16px;
      border-radius: 5px;
      border:none
    }
  .accordion-button {
      font-weight: 500;
      font-size: 16px;
      line-height: 30px;
      text-align: right;
      color: #31293D;
    }
  .accordion-button:focus {
      z-index: 3;
      border:none;
      outline: 0;
      box-shadow: none;
    }
  .accordion-button:not(.collapsed) {
      color: #31293D;
      background-color: #ffff;
      box-shadow: none;
    }
  .accordion-body{
      font-weight: 400;
      font-size: 14px;
      line-height: 24px;
      text-align: right;
      color: #696076;
    }
.accordion-body a{
	color: #5108c1;
	 font-weight: 500;
}
  .accordion-button:not(.collapsed)::after {
      background-image: url('../../Images/Chevron-down.svg');
    }
  .service_Frequently-titel{
    font-weight: 700;
    font-size: 20px;
    line-height: 36px;
    text-align: right;
    color: #31293D;
  }
  
  .service_call-box{
    background: linear-gradient(211deg, #E5D5FD 10.09%, rgba(229, 213, 253, 0) 77.4%);
    border-radius: 5px;
  }
  .service_call-body{
  padding: 28px 110px 0;
  }
  
  .service_call-titel{
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    text-align: center;
    color: #31293D;
  }
  .service-call-phonenumber a{
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 30px;
    color: #5108C1;
	  text-decoration:none;
	cursor: context-menu;
  }
.service-call-phonenumber a:hover{
	color: #5108C1;
}
  @media screen and (max-width: 1200px) {
    .service_call-body {
       padding: 28px 0px 0;
  }
  
  }
.back-w {
	background-color: #F5F5F5;
	 padding-top: 32px;
	margin-top:20px
}
.service_cardbox .row .col-2 img{
	padding-right:10px;
}
.service_more a{
	color:#5108C1 !important;
	font-weight: 400;
	font-size:16px !important;
	text-decoration:none;
}
.service_more span{
	color:#31293D;
}
.gf_browser_chrome{
	padding:0 50px
}
.gform_body input{
	background: #FFFFFF;
	border: 1px solid #F0E6FF;
	border-radius: 5px;
	width:100%;
		padding:7px;
}
.gform_body label,.gform_body legend{
	font-weight: 400;
	font-size: 14px;
	line-height: 24px;
	text-align: right;
	color: #31293D;
	margin-bottom:8px;
	margin-top:8px
}
.gform_footer input{
	background: #5108C1;
    border-radius: 5px;
	width:100%;
	font-weight: 500;
	font-size: 16px;
	line-height: 24px;
	text-align: center;
	color: #FFFFFF;
	margin-top:30px;
	border:none;
	padding:7px;
}
 @media screen and (max-width: 992px) {
	 .gf_browser_chrome{
	padding:0px
}
}
 @media (min-width: 767.5px) and (max-width: 992px) {
 .service_formbox{
		padding:27px 36px;
	 }
}
 @media screen and (max-width:767px) {
	.service_formbox{
		padding:17px 11px;
	 }
}
}
/* form	  */

.gform_body div input:focus, .gform_body div textarea:focus{
	border: 1px solid #B080FA;
}
.gform_body div input:focus-visible, .gform_body div textarea:focus-visible{
	outline:0px !important;
}
.gform_body div input:hover{
	border: 1px solid #D8CFE6 !important;
}
.imagepaterns{
	background: url(https://royalcode.ir/wp-content/themes/royalcode/Images/Patternservice.svg) 100% 100%;
    background-repeat: no-repeat;
    display: block;
    height: 190px;
    width: 200px;
    position: absolute;
	background-size:contain;
}
.imagepaternsmal{
	background: url(https://royalcode.ir/wp-content/themes/royalcode/Images/Patternsmall.svg) 100% 100%;
    background-repeat: no-repeat;
    display: block;
    height: 120px;
    width: 100px;
    position: absolute;
	background-size:contain;
}
.apurpul {    color: #5108C1 !important;}
/* form successfully_service*/
  .successfully_service{
    padding: 90px 7px 0px 7px;
  }
  .successfullyphone_service{
    padding: 0px 7px 90px 7px;
    margin-bottom: 0px !important;
  }
  .successfullyphone_service a{
    color:#5108C1 !important;
  }
.gform_confirmation_message br {display: none;}
/*end form successfully_service*/
