@charset "utf-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/


/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		5;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	12;
	dw-gutter-percentage:	25;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/

/* Mobile Layout: 480px and below. */








    
    
    
    .compare{
        width: 100%;
        height: auto;
        display: block;
        float: left;
        clear: none;
        margin: 10vh 0;
    }
    
    
    
    .cardpost{
        width: 100%;
        height: auto;
        display: block;
        float: left;
        clear: none;
        background-color: white;
        padding: auto auto 3em auto;
        margin:auto auto 15vh auto;
    }
    
    
    
    .card{
        width: 80%;
        height: auto;
        display: block;
        float: left;
        clear: none;
        margin:-10vh 10% 0 10%;
    }
    
    
    .carddetails{
        width: 90%;
        height: auto;
        display: block;
        float: left;
        clear: none;
    }
    
    
    
    
    
    .cp-inner{
        width: 90%;
        height: auto;
        display: block;
        float: left;
        clear: none;
        margin: 1em 5%;
    }
    
    

    .cardpost p{
        width: 90%;
        margin-left: 5%;
    }
    
    .cp-inner ul{
        font-family: 'Montserrat', sans-serif;
        margin-left: 0;
    }
    
    
    .cp-inner li{
        margin: .5em 0;
        list-style-type: none;
        font-weight: 600;
        font-size: 1.2em;
        
    }
    
    
    
    .cp-signup{
        width: 100%;
        height: auto;
        padding: 1em;
        display: block;
        float: left;
        clear: both;
        background-color: #332c29;
           /* Center slide text vertically */
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
        color: #Fff;
        font-family: 'Montserrat', sans-serif;
        font-weight: 500;
        font-size: 1.2em;
        cursor: pointer;
    }
    
    .cp-signup i{
        color: #a46847;
        font-size: 1.7em;
        margin-left: .5em;
        transition: all .2s;
    }
    
    
    .cp-signup:hover i{
        margin-left: 1em;
    }
    
	
	


    
    
    .benefits{
        background-color: white;
        display: block;
    }
    
    
    .benefits h3{
        color: #000;
        padding: 1em 1em 0;
    }
    
    
    .mobilecard{
        display: block;
    }
    
    
    .desktopcard{
        display: none;
    }
    
    
    .benefits-card{
        width: 90%;
        height: auto;
        float: left;
        clear: none;
        margin:-5vh 5% 5vh 5%;
    }
    
    
    
    
    
    .benefits-left{
        float: left;
        clear: none;
        height: auto;
        width: 100%;
        padding: 2em;
        color: #000000;
     display: block; 
    }
    
    
    .benefit{
        width: 100%;
        height: auto;
        display: block;
        float: left;
        clear: none;
        background-color:rgba(249,249,249,1.00);
        padding: 2em;
        margin: auto auto 1em;
    }
    
    
    .benefit i{
        font-size: 3em;
        margin-bottom: .3em;
       color: #cd9670;
    }
    
    .benefit h4{
        font-size: 1.4em
    }
    
    
    
    
    
    
    .benefits-right{
        width: 100%;
        float: left;
        clear: none;
        display: block;
        height: auto;
 
    }
    
    .benefits-form{
        margin:5vh 10% 0 10%;
        width: 80%;
        display: block;
        float: left;
        clear: none;
    }
    
    

    .benefits-right .loginform{
        width: 100%;
        height: auto;
        display: block;
        float: left;
        clear: none;
        margin:1em 0;
    }
    
    
    
    .otherpackages{
        width: 130%;
        height: auto;
        display: block;
        float: left;
        clear: none;
        background-color: #332c29;
        color: #fff;
        margin-top: -5vh;
        margin-bottom: 5vh;
        margin-left: -15%;
    }
    
    
    .otherpackages h3{
        margin: 1em auto;
        text-align: center;
    }
    
    
    .op-inner{
        width: 80%;
        height: auto;
        display: block;
        float: left;
        clear: none;
        margin: .5em 10% 5vh;
          /* Center slide text vertically */
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
    }
    
    .op-inner img{
        width: 50%;
        height: auto;
        display: block;
        float: left;
        margin: auto 2%;
        cursor: pointer;
        opacity: 1;
        transition: all .2s;
    }
    
    
    .op-inner img:hover{
        width: 48%;
    }
	
	















}




/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {
    

    
    
    
    
    
    
    
    
    
    
    
    
}



/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {

    
    
    
    
    
    
    
    
    .compare{
        width: 100%;
        height: auto;
        display: block;
        float: left;
        clear: none;
        display: grid; 
        grid-auto-flow: column dense; 
        grid-template-columns: 1fr 1fr 1fr; 
        grid-template-rows: 1fr; 
        gap: 3em 3em; 
        grid-template-areas: 
        ". . ."; 
        margin: 10vh 0;
    }
    
    
    
    .cardpost{
        width: 100%;
        height: auto;
        display: block;
        float: left;
        clear: none;
        background-color: white;
        padding: auto auto 3em auto;
        margin:auto;
    }
    
    
    
    .card{
        width: 80%;
        height: auto;
        display: block;
        float: left;
        clear: none;
        margin:-10vh 10% 0 10%;
    }
    
    
    .carddetails{
        width: 80%;
        height: auto;
        display: block;
        float: left;
        clear: none;
    }
    
    
    
    
    
    .cp-inner{
        width: 90%;
        height: auto;
        display: block;
        float: left;
        clear: none;
        margin: 1em 5%;
    }
    
    
    .cardpost p{
        width: 80%;
        margin-left: 10%;
    }
    
    .cp-inner ul{
        font-family: 'Montserrat', sans-serif;
        margin-left: 0;
    }
    
    
    .cp-inner li{
        margin: .5em 0;
        list-style-type: none;
        font-weight: 600;
        font-size: 1.3em;
        
    }
    
    
    .cp-signup{
        width: 100%;
        height: auto;
        padding: 1em;
        display: block;
        float: left;
        clear: both;
        background-color: #332c29;
           /* Center slide text vertically */
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
        color: #Fff;
        font-family: 'Montserrat', sans-serif;
        font-weight: 500;
        font-size: 1.2em;
        cursor: pointer;
    }
    
    .cp-signup i{
        color: #a46847;
        font-size: 1.7em;
        margin-left: .5em;
        transition: all .2s;
    }
    
    
    .cp-signup:hover i{
        margin-left: 1em;
    }
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    .benefits{
        background-color: white;
        display: block;
    }
    
    
    .benefits h3{
        color: #000;
        padding: 1em 1em .5em;
    }
    
    
    .mobilecard{
        display: none;
    }
    
    
    .desktopcard{
        display: block;
    }
    
    
    .benefits-card{
        width: 80%;
        height: auto;
        float: left;
        clear: none;
        margin:-15vh 10% 0 10%;
    }
    
    
    
    
    
    .benefits-left{
        float: left;
        clear: none;
        height: auto;
        width: 65%;
        padding: 2em;
        color: #000000;
      display: grid; 
  grid-auto-rows: 1fr; 
  grid-template-columns: 1fr 1fr 1fr; 
  grid-template-rows: 1fr 1fr; 
  gap: 1em 1em; 
  grid-template-areas: 
    ". . ."
    ". . ."; 
    }
    
    
    .benefit{
        width: 100%;
        height: 25vh;
        display: block;
        float: left;
        clear: none;
        background-color:rgba(249,249,249,1.00);
        padding: 2em;
        margin: 0;
    }
    
    
    .benefit i{
        font-size: 5em;
        margin-bottom: .3em;
       color: #cd9670;
    }
    
    .benefit h4{
        font-size: 1.6em
    }
    
    
    
    
    
    
    .benefits-right{
        width: 33%;
        float: right;
        clear: none;
        display: block;
        height: auto;
 
    }
    
    .benefits-form{
        margin:5vh 10% 0 10%;
        width: 80%;
        display: block;
        float: left;
        clear: none;
    }
    
    

    .benefits-right .loginform{
        width: 100%;
        height: auto;
        display: block;
        float: left;
        clear: none;
        margin:1em 0;
    }
    
    
    
    .otherpackages{
        width: 100%;
        height: auto;
        display: block;
        float: left;
        clear: none;
        background-color: #332c29;
        color: #fff;
        margin-top: -5vh;
        margin-bottom: 5vh;
        margin-left: 0%;
    }
    
    
    .otherpackages h3{
        margin: 1em auto;
        text-align: center;
    }
    
    
    .op-inner{
        width: 50%;
        height: auto;
        display: block;
        float: left;
        clear: none;
        margin: .5em 25% 5vh;
          /* Center slide text vertically */
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
    }
    
    .op-inner img{
        width: 90%;
        height: auto;
        display: block;
        float: left;
        margin: auto 2%;
        cursor: pointer;
        opacity: 1;
        transition: all .2s;
    }
    
    
    .op-inner img:hover{
        width: 85%;
    }
	
	
}
	
	